Commit Graph

79 Commits

Author SHA1 Message Date
Dave
acf0465c31 story-kit: accept 235_story_show_agent_logs_for_a_story_in_expanded_work_item 2026-02-28 13:33:02 +00:00
Dave
7ddfbf0585 story-kit: accept 237_bug_work_item_titles_render_too_large_in_expanded_view 2026-02-28 09:19:54 +00:00
Dave
4f3f0deaa8 story-kit: accept 230_story_prevent_duplicate_stage_agents_on_same_story 2026-02-27 20:40:31 +00:00
Dave
64fc863b22 story-kit: accept 224_story_expand_work_item_to_full_screen_detail_view 2026-02-27 20:04:30 +00:00
Dave
27beb0b4b0 story-kit: accept 228_story_auto_detect_tech_stack_and_generate_component_sections_during_scaffolding 2026-02-27 16:43:47 +00:00
Dave
ff8f0a3e4b story-kit: accept 223_bug_qa_agent_not_stopped_when_story_moves_to_merge_stage 2026-02-26 23:35:38 +00:00
Dave
84c34be2c2 story-kit: accept 222_story_scaffolded_agent_permissions_should_be_tech_stack_agnostic 2026-02-26 23:33:34 +00:00
Dave
db06064b50 story-kit: accept 221_story_replace_llm_driven_qa_stage_with_deterministic_rust_pipeline 2026-02-26 23:23:29 +00:00
Dave
967f21e90a story-kit: accept 220_story_acceptance_gates_in_current_stage_should_use_script_test_instead_of_hardcoded_cargo_clippy 2026-02-26 23:20:24 +00:00
Dave
f339ab8466 story-kit: accept 219_story_add_always_allow_option_to_web_ui_permission_dialog 2026-02-26 23:03:19 +00:00
Dave
8869d67101 story-kit: accept 218_story_hide_thinking_traces_from_agents_panel 2026-02-26 23:01:15 +00:00
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
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