Dave
d0a221bd6a
story-kit: queue 217_story_scaffold_generates_claude_md for QA
2026-02-26 17:59:01 +00:00
Dave
cb5085dd79
story-kit: start 217_story_scaffold_generates_claude_md
2026-02-26 17:52:29 +00:00
Dave
e78ab3e69e
story-kit: create 217_story_scaffold_generates_claude_md
2026-02-26 17:52:26 +00:00
Dave
e714261c6a
story-kit: create 217_story_scaffold_generates_claude_md
2026-02-26 17:51:38 +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
e4abc42cbb
story-kit: merge 215_bug_cancel_button_still_discards_queued_messages_197_regression
2026-02-26 17:37:49 +00:00
Dave
8a35ec4299
story-kit: create 216_story_merge_quality_gates_should_use_project_toml_components_and_script_test_instead_of_hardcoded_frontend_pnpm
2026-02-26 17:31:37 +00:00
Dave
5cd67588cd
story-kit: done 214_story_scaffold_creates_complete_project_structure
2026-02-26 17:21:03 +00:00
Dave
c952341fc8
story-kit: merge 214_story_scaffold_creates_complete_project_structure
2026-02-26 17:19:11 +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
d908a54fc4
story-kit: merge 180_bug_web_ui_permissions_handling_unreliable
2026-02-26 17:10:54 +00:00
Dave
ac087f1a58
chore: add MERGE-DEBUG traces for project_root lifecycle
...
Temporary diagnostic logging to track why project_root becomes None
during merge pipeline operations. Tagged with MERGE-DEBUG for easy
grep-and-remove once the root cause is confirmed fixed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 17:01:38 +00:00
Dave
b34335daad
fix: e2e smoke test was nuking project_root on the live server
...
The Playwright beforeEach hook called DELETE /api/project to get a clean
selection screen. This request hit the live server via Vite's proxy and
set project_root to None, breaking every background agent operation
(server-owned completion, auto-assign, merge pipeline).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 17:01:30 +00:00
Dave
07637da5da
story-kit: queue 214_story_scaffold_creates_complete_project_structure for merge
2026-02-26 17:00:43 +00:00
Dave
b7593fea0d
story-kit: queue 180_bug_web_ui_permissions_handling_unreliable for merge
2026-02-26 16:58:26 +00:00
Dave
a466ccf65f
story-kit: queue 215_bug_cancel_button_still_discards_queued_messages_197_regression for merge
2026-02-26 16:58:06 +00:00
Dave
902864b921
story-kit: queue 214_story_scaffold_creates_complete_project_structure for QA
2026-02-26 16:55:27 +00:00
Dave
54337a9afd
story-kit: queue 180_bug_web_ui_permissions_handling_unreliable for QA
2026-02-26 16:53:46 +00:00
Dave
9074b47258
story-kit: queue 215_bug_cancel_button_still_discards_queued_messages_197_regression for QA
2026-02-26 16:53:20 +00:00
Dave
fcc91f3b87
story-kit: start 215_bug_cancel_button_still_discards_queued_messages_197_regression
2026-02-26 16:46:15 +00:00
Dave
fddd44c111
story-kit: create 215_bug_cancel_button_still_discards_queued_messages_197_regression
2026-02-26 16:45:58 +00:00
Dave
16ae7be559
story-kit: start 180_bug_web_ui_permissions_handling_unreliable
2026-02-26 16:42:35 +00:00
Dave
f6b17b59e6
story-kit: start 214_story_scaffold_creates_complete_project_structure
2026-02-26 16:40:45 +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
11fe79a0fb
story-kit: create 214_story_scaffold_creates_complete_project_structure
2026-02-26 16:27:41 +00:00
Dave
9aee7945b0
story-kit: remove 212_bug_permission_hook_returns_invalid_response_blocking_edit_and_write_tools
2026-02-26 16:25:55 +00:00
Dave
6a7d4a87c8
story-kit: create 214_story_scaffold_creates_complete_project_structure
2026-02-26 16:22:52 +00:00
Dave
01f3a3697a
story-211: skip selection screen when CLI path argument provided
...
When a project path is passed on the command line, skip the project
selection screen in the frontend and go straight to the main UI.
Squash merge of feature/story-211
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-26 16:18:47 +00:00
Dave
8715e648ba
story-kit: merge 213_story_remove_colored_left_border_from_work_item_cards
2026-02-26 16:17:10 +00:00
Dave
774a731042
bug-210: prevent pipeline from moving story to done when mergemaster reports failure
...
The pipeline advancement logic was ignoring report_merge_failure and
blindly trusting the server-owned completion gates_passed result. Now
report_merge_failure sets a flag on the agent entry that the pipeline
checks before advancing — stories stay in 4_merge/ when merge fails.
Squash merge of feature/story-210
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-26 16:12:23 +00:00
Dave
f2a1e72029
story-kit: queue 213_story_remove_colored_left_border_from_work_item_cards for merge
2026-02-26 16:11:36 +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
dc8fb4df56
story-kit: queue 211_story_skip_selection_screen_when_cli_path_argument_provided for merge
2026-02-26 16:02:18 +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
930708ebac
fix: add missing port argument to open_project test calls
...
The merge of story-209 (positional path argument) added a port parameter
to open_project, but two test call sites were not updated.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 15:46:36 +00:00
Dave
5ce2ec8c34
story-kit: queue 213_story_remove_colored_left_border_from_work_item_cards for QA
2026-02-26 15:42:21 +00:00
Dave
d6b4e47b65
story-kit: queue 211_story_skip_selection_screen_when_cli_path_argument_provided for QA
2026-02-26 15:41:24 +00:00
Dave
94136d648f
story-kit: queue 210_bug_pipeline_moves_story_to_done_even_when_mergemaster_reports_merge_failure for merge
2026-02-26 15:39:01 +00:00
Dave
bf6a96a2d5
story-kit: start 213_story_remove_colored_left_border_from_work_item_cards
2026-02-26 15:35:13 +00:00
Dave
b8ad2d4f4e
story-kit: create 213_story_remove_colored_left_border_from_work_item_cards
2026-02-26 15:34:29 +00:00
Dave
6bf7ba605e
story-kit: queue 210_bug_pipeline_moves_story_to_done_even_when_mergemaster_reports_merge_failure for QA
2026-02-26 15:33:20 +00:00
Dave
b6fcc3ec93
story-198: distinguish work item types (story/bug/spike) in web UI
...
Add visual type indicators to pipeline stage panels so stories, bugs,
and spikes are distinguishable at a glance.
Squash merge of feature/story-198
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-26 15:32:16 +00:00
Dave
32a9ef779a
story-kit: create 212_bug_permission_hook_returns_invalid_response_blocking_edit_and_write_tools
2026-02-26 15:31:50 +00:00
Dave
60278064c8
story-kit: start 211_story_skip_selection_screen_when_cli_path_argument_provided
2026-02-26 15:29:25 +00:00
Dave
93877fb6f2
story-kit: create 211_story_skip_selection_screen_when_cli_path_argument_provided
2026-02-26 15:29:22 +00:00
Dave
f854deaedc
story-kit: start 210_bug_pipeline_moves_story_to_done_even_when_mergemaster_reports_merge_failure
2026-02-26 15:18:24 +00:00
Dave
8e0082f6cd
story-209: accept optional positional path argument on startup
...
Add CLI path argument support: `story-kit-server /path/to/project` opens
the given project directly (scaffolding .story_kit/ if needed) instead of
relying on auto-detection. Resolves conflict with story-208's port parameter.
Squash merge of feature/story-209
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-26 15:17:40 +00:00
Dave
6a2fbaf2ed
story-kit: create 210_bug_pipeline_moves_story_to_done_even_when_mergemaster_reports_merge_failure
2026-02-26 15:14:10 +00:00