Commit Graph

140 Commits

Author SHA1 Message Date
Dave
294e7835c8 story-kit: accept 217_story_scaffold_generates_claude_md 2026-02-26 21:53:09 +00:00
Dave
799562a4e2 story-kit: accept 216_story_merge_quality_gates_should_use_project_toml_components_and_script_test_instead_of_hardcoded_frontend_pnpm 2026-02-26 21:32:04 +00:00
Dave
a66ac697c0 story-kit: accept 215_bug_cancel_button_still_discards_queued_messages_197_regression 2026-02-26 20:46:03 +00:00
Dave
c517c3446d story-kit: accept 214_story_scaffold_creates_complete_project_structure 2026-02-26 20:28:02 +00:00
Dave
1dd6e5d898 story-kit: done 221_story_replace_llm_driven_qa_stage_with_deterministic_rust_pipeline 2026-02-26 19:50:01 +00:00
Dave
a4b140d33e story-kit: done 222_story_scaffolded_agent_permissions_should_be_tech_stack_agnostic 2026-02-26 19:48:52 +00:00
Dave
6565f99da6 story-kit: done 220_story_acceptance_gates_in_current_stage_should_use_script_test_instead_of_hardcoded_cargo_clippy 2026-02-26 19:48:11 +00:00
Dave
157cceab2a story-kit: done 219_story_add_always_allow_option_to_web_ui_permission_dialog 2026-02-26 19:47:48 +00:00
Dave
29a9fc7308 story-kit: done 218_story_hide_thinking_traces_from_agents_panel 2026-02-26 19:47:26 +00:00
Dave
05b0da5781 story-kit: done 223_bug_qa_agent_not_stopped_when_story_moves_to_merge_stage 2026-02-26 19:46:54 +00:00
Dave
11ab645ed0 story-kit: accept 213_story_remove_colored_left_border_from_work_item_cards 2026-02-26 19:35:09 +00:00
Dave
00c5f0c512 story-kit: done 216_story_merge_quality_gates_should_use_project_toml_components_and_script_test_instead_of_hardcoded_frontend_pnpm 2026-02-26 19:34:03 +00:00
Dave
679c5502af story-kit: accept 211_story_skip_selection_screen_when_cli_path_argument_provided 2026-02-26 19:30:05 +00:00
Dave
291e08d9cd story-kit: accept 210_bug_pipeline_moves_story_to_done_even_when_mergemaster_reports_merge_failure 2026-02-26 19:14:25 +00:00
Dave
9a380c1f0f story-kit: done 217_story_scaffold_generates_claude_md 2026-02-26 18:32:46 +00:00
Dave
0135d74bbc story-kit: accept 209_story_accept_optional_positional_path_argument_on_startup 2026-02-26 18:25:31 +00:00
Dave
07d68a4956 story-kit: accept 208_bug_project_scaffold_does_not_write_mcp_json_to_project_root 2026-02-26 18:24:30 +00:00
Dave
b5135ad957 story-kit: accept 207_story_rename_llm_provider_labels_claude_pty_to_claude_code_anthropic_to_anthropic_api 2026-02-26 18:11:29 +00:00
Dave
c91b4c8036 story-kit: accept 206_story_claude_pty_should_be_selected_by_default_on_first_use 2026-02-26 18:09:28 +00:00
Dave
66f4586e3d story-kit: accept 205_bug_mergemaster_marks_stories_as_done_without_squash_merging_code 2026-02-26 17:51:18 +00:00
Dave
3f42477048 story-kit: done 215_bug_cancel_button_still_discards_queued_messages_197_regression 2026-02-26 17:40:17 +00:00
Dave
5cd67588cd story-kit: done 214_story_scaffold_creates_complete_project_structure 2026-02-26 17:21:03 +00:00
Dave
894003556b story-kit: accept 180_bug_web_ui_permissions_handling_unreliable 2026-02-26 17:17:12 +00:00
Dave
a357c17e42 story-kit: done 180_bug_web_ui_permissions_handling_unreliable 2026-02-26 17:16:12 +00:00
Dave
38c037faa9 story-kit: done 213_story_remove_colored_left_border_from_work_item_cards 2026-02-26 16:40:14 +00:00
Dave
eff1fbee7a story-kit: done 211_story_skip_selection_screen_when_cli_path_argument_provided 2026-02-26 16:03:23 +00:00
Dave
21cf318fc0 story-kit: done 210_bug_pipeline_moves_story_to_done_even_when_mergemaster_reports_merge_failure 2026-02-26 15:47:14 +00:00
Dave
69dc664bd5 story-kit: done 209_story_accept_optional_positional_path_argument_on_startup 2026-02-26 15:09:39 +00:00
Dave
0be7bcd8ae story-kit: done 208_bug_project_scaffold_does_not_write_mcp_json_to_project_root 2026-02-26 14:59:03 +00:00
Dave
40d96008c9 feat(story-200): auto-prune worktrees when stories are archived
- Add `prune_worktree_sync` to worktree.rs: removes a story's worktree
  if it exists, delegating to `remove_worktree_sync` (best-effort,
  failures logged internally)
- Update `sweep_done_to_archived` to accept `git_root` and call
  `prune_worktree_sync` after promoting a story from 5_done to 6_archived
- Add Part 2 to the sweep: scan 6_archived and prune any stale worktrees
  for stories already there (catches items archived before this feature)
- All worktree removal failures are logged but never block file moves
- Add 5 new tests: prune noop, prune real worktree, sweep-on-promote,
  sweep-stale-archived, sweep-not-blocked-by-removal-failure

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 14:58:52 +00:00
Dave
113b2500fa story-kit: done 200_story_auto_prune_worktrees_for_archived_stories_in_watcher_sweep 2026-02-26 14:25:27 +00:00
Dave
7d4fd8bc0d story-kit: done 202_story_make_agent_watchdog_interval_configurable_via_project_toml 2026-02-26 14:21:32 +00:00
Dave
557229fd9e story-kit: done 205_bug_mergemaster_marks_stories_as_done_without_squash_merging_code 2026-02-26 14:17:26 +00:00
Dave
1491c6b811 story-kit: start 202_story_make_agent_watchdog_interval_configurable_via_project_toml 2026-02-26 13:56:05 +00:00
Dave
f37401697f story-kit: start 200_story_auto_prune_worktrees_for_archived_stories_in_watcher_sweep 2026-02-26 13:55:59 +00:00
Dave
bf71151605 story-kit: done 204_story_rename_storkit_branding_to_story_kit 2026-02-26 12:52:01 +00:00
Dave
146a45a33e story-kit: done 203_story_move_story_to_current_before_checking_agent_availability_in_start_agent 2026-02-26 12:46:07 +00:00
Dave
3a9790a277 story-kit: done 202_story_make_agent_watchdog_interval_configurable_via_project_toml 2026-02-26 12:36:35 +00:00
Dave
4cafc6f299 story-kit: done 200_story_auto_prune_worktrees_for_archived_stories_in_watcher_sweep 2026-02-26 12:27:32 +00:00
Dave
78b05397b7 story-kit: accept 199_story_web_ui_submits_all_queued_items_at_once 2026-02-26 12:17:07 +00:00
Dave
2dbfd42c6e story-kit: done 199_story_web_ui_submits_all_queued_items_at_once 2026-02-26 12:16:07 +00:00
Dave
69400f8eb9 story-kit: remove 199_story_web_ui_submits_all_queued_items_at_once 2026-02-26 12:12:40 +00:00
Dave
cb3a804259 story-kit: done 199_story_web_ui_submits_all_queued_items_at_once 2026-02-26 12:09:20 +00:00
Dave
3c5b496432 story-kit: done 201_story_make_watcher_sweep_interval_configurable_via_project_toml 2026-02-26 12:00:04 +00:00
Dave
badb4edf96 story-kit: queue 200_story_auto_prune_worktrees_for_archived_stories_in_watcher_sweep for merge 2026-02-26 11:59:16 +00:00
Dave
39887eb0bf story-kit: accept 199_story_web_ui_submits_all_queued_items_at_once 2026-02-26 11:04:43 +00:00
Dave
39d81812da story-kit: done 199_story_web_ui_submits_all_queued_items_at_once 2026-02-26 11:04:43 +00:00
Dave
a5d6f4dd32 story-kit: done 200_story_auto_prune_worktrees_for_archived_stories_in_watcher_sweep 2026-02-26 11:00:39 +00:00
Dave
062d24abd6 story-kit: accept 193_story_clickable_code_references_in_frontend 2026-02-26 10:54:58 +00:00
Dave
ced1808049 story-kit: done 193_story_clickable_code_references_in_frontend 2026-02-26 10:53:58 +00:00