Commit Graph

67 Commits

Author SHA1 Message Date
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
11ab645ed0 story-kit: accept 213_story_remove_colored_left_border_from_work_item_cards 2026-02-26 19:35:09 +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
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
894003556b story-kit: accept 180_bug_web_ui_permissions_handling_unreliable 2026-02-26 17:17:12 +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
78b05397b7 story-kit: accept 199_story_web_ui_submits_all_queued_items_at_once 2026-02-26 12:17:07 +00:00
Dave
8836bff7cb story-kit: queue 199_story_web_ui_submits_all_queued_items_at_once for merge 2026-02-26 11:59:15 +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
062d24abd6 story-kit: accept 193_story_clickable_code_references_in_frontend 2026-02-26 10:54:58 +00:00
Dave
87ac946714 story-kit: accept 194_story_enable_matrix_e2ee_with_cross_signing_verification_on_bot 2026-02-26 10:42:34 +00:00
Dave
1757664711 story-kit: accept 198_story_distinguish_work_item_types_in_web_ui 2026-02-25 22:12:22 +00:00
Dave
dc255c75de story-kit: accept 197_bug_cancel_button_discards_queued_messages_instead_of_preserving_them_in_chat_input 2026-02-25 21:57:21 +00:00
Dave
bc5da4a0dc story-kit: accept 195_story_preserve_newlines_in_chat_message_submission 2026-02-25 21:55:20 +00:00
Dave
4d54a08b0f story-kit: accept 192_bug_code_fences_lose_newlines_when_pasted_from_agent_output 2026-02-25 20:33:18 +00:00
Dave
2688e91db1 story-kit: accept 191_story_matrix_bot_should_only_respond_when_directly_addressed 2026-02-25 20:11:17 +00:00
Dave
685a856abd story-kit: accept 190_story_auto_select_available_agent_for_stage_in_start_agent 2026-02-25 19:55:16 +00:00
Dave
53117138ad story-kit: accept 189_story_surface_claude_code_compaction_notices_in_matrix_chat 2026-02-25 19:53:15 +00:00
Dave
5476fd6d57 story-kit: accept 188_story_render_matrix_bot_messages_with_html_formatting 2026-02-25 19:51:14 +00:00
Dave
e105e7b5f6 story-kit: accept 187_story_preserve_queued_messages_in_chat_input_on_cancel 2026-02-25 19:36:13 +00:00
Dave
8181907ea0 story-kit: accept 186_story_add_storkit_branding_to_header 2026-02-25 19:21:12 +00:00
Dave
288c4a8fbe story-kit: accept 170_story_add_test_first_requirements_to_agent_role_descriptions 2026-02-25 19:10:11 +00:00
Dave
9ffaf36513 story-kit: accept 185_bug_stale_completed_qa_agent_not_reaped_from_agent_list 2026-02-25 18:11:27 +00:00
Dave
107a234037 story-kit: accept 184_story_stream_bot_responses_to_matrix_on_double_newline_boundaries 2026-02-25 17:44:33 +00:00
Dave
b83e9f6128 story-kit: accept 183_story_refactor_matrix_bot_to_use_claude_code_provider_instead_of_direct_anthropic_api 2026-02-25 16:27:16 +00:00
Dave
cda7915e12 story-kit: accept 174_story_matrix_chatbot_interface_for_story_kit 2026-02-25 16:08:22 +00:00
Dave
cc30bfd82c story-kit: accept 181_story_live_pipeline_updates_in_matrix 2026-02-25 16:06:22 +00:00
Dave
e45cd39fb5 story-kit: accept 179_story_add_configurable_chat_history_pruning 2026-02-25 15:27:08 +00:00
Dave
08ffb5f876 story-kit: accept 171_story_persist_test_results_to_story_files 2026-02-25 13:52:17 +00:00
Dave
5d6e762327 story-kit: accept 177_bug_no_mcp_tool_to_edit_story_acceptance_criteria 2026-02-25 13:30:03 +00:00
Dave
5a7556fa6b story-kit: accept 176_bug_stories_moved_to_current_get_supervisor_instead_of_coder 2026-02-25 13:16:51 +00:00
Dave
402d82a404 story-kit: accept 175_story_add_rust_test_coverage_reporting_with_cargo_llvm_cov 2026-02-25 13:11:50 +00:00
Dave
575b2c5c28 story-kit: accept 174_story_constrain_thinking_traces_in_chat_panel 2026-02-25 13:04:33 +00:00
Dave
5a7e3cc87b story-kit: accept 173_bug_pipeline_board_lozenges_dont_update_on_agent_state_changes 2026-02-25 03:40:28 +00:00
Dave
e461f247ab story-kit: accept 172_bug_setup_command_failure_prevents_agent_from_starting_creating_unrecoverable_deadlock 2026-02-25 03:21:27 +00:00
Dave
290da1f869 story-kit: accept 166_story_add_done_column_to_pipeline_board 2026-02-24 23:44:04 +00:00
Dave
829706306b story-kit: accept 149_bug_web_ui_does_not_update_when_agents_are_started_or_stopped 2026-02-24 23:11:27 +00:00
Dave
d5655a3d18 story-kit: accept 168_bug_agent_message_queue_limited_to_one_line 2026-02-24 22:44:58 +00:00
Dave
e8e0b5657f story-kit: accept 167_bug_thinking_trace_height_constraint_not_working_in_web_ui 2026-02-24 22:43:57 +00:00
Dave
8c4df7365a story-kit: accept 165_bug_pipeline_log_message_says_archived_instead_of_done 2026-02-24 22:30:56 +00:00
Dave
763ef4282b story-kit: accept 164_bug_dev_process_readme_documents_wrong_pipeline_stages 2026-02-24 22:11:55 +00:00
Dave
eb354eb41b story-kit: accept 163_story_remove_bubble_styling_from_streaming_chat_messages 2026-02-24 21:35:55 +00:00
Dave
4b9327efa6 story-kit: accept 162_story_colored_server_terminal_log_output 2026-02-24 21:33:54 +00:00