Dave
1896a0ac49
story-kit: start 258_bug_auto_assign_not_called_after_merge_failure
2026-03-17 13:23:57 +00:00
Dave
b8d3978a54
story-kit: queue 260_refactor_upgrade_libsqlite3_sys for QA
2026-03-17 13:22:31 +00:00
Dave
72c50b6ffc
story-kit: create 262_story_bot_error_notifications_for_story_failures
2026-03-17 13:20:14 +00:00
Dave
bab77fe105
story-kit: create 261_story_bot_notifications_when_stories_move_between_stages
2026-03-17 13:20:12 +00:00
Dave
1d935192e1
story-kit: done 259_story_move_story_kit_ignores_into_story_kit_gitignore
2026-03-17 13:15:04 +00:00
Dave
f89f78d77d
story-kit: merge 259_story_move_story_kit_ignores_into_story_kit_gitignore
2026-03-17 13:15:02 +00:00
Dave
09a71b4515
story-kit: queue 259_story_move_story_kit_ignores_into_story_kit_gitignore for merge
2026-03-17 13:12:12 +00:00
Dave
988562fc82
story-kit: done 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 13:10:55 +00:00
Dave
ed0d5d9253
story-kit: merge 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 13:10:51 +00:00
Dave
bb265d7bd5
story-kit: queue 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification for merge
2026-03-17 13:08:13 +00:00
Dave
126a6f8dc3
story-kit: queue 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification for merge
2026-03-17 13:07:33 +00:00
Dave
3b66b89c90
story-kit: remove 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 13:07:03 +00:00
Dave
e9879ce1c7
story-kit: create 92_spike_stop_auto_committing_intermediate_pipeline_moves
2026-03-17 13:06:37 +00:00
Dave
d30192b6a3
story-kit: create 92_spike_stop_auto_committing_intermediate_pipeline_moves
2026-03-17 13:06:26 +00:00
Dave
93c4f06818
story-kit: queue 259_story_move_story_kit_ignores_into_story_kit_gitignore for QA
2026-03-17 13:06:24 +00:00
Dave
7dab810572
story-kit: start 260_refactor_upgrade_libsqlite3_sys
2026-03-17 13:01:20 +00:00
Dave
cb7dde9fc1
story-kit: queue 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification for merge
2026-03-17 13:01:15 +00:00
Dave
7f70d1118f
story-kit: create 260_refactor_upgrade_libsqlite3_sys
2026-03-17 13:01:10 +00:00
Dave
5638402745
story-kit: create 260_refactor_upgrade_libsqlite3_sys
2026-03-17 13:01:09 +00:00
Dave
e90bf38fa2
story-kit: create 260_refactor_upgrade_libsqlite3_sys
2026-03-17 13:00:48 +00:00
Dave
46ab4cdd8a
story-kit: queue 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification for merge
2026-03-17 13:00:18 +00:00
Dave
7341fca72e
story-kit: start 259_story_move_story_kit_ignores_into_story_kit_gitignore
2026-03-17 12:57:20 +00:00
Dave
fdb4a4fb62
story-kit: create 259_story_move_story_kit_ignores_into_story_kit_gitignore
2026-03-17 12:56:39 +00:00
Dave
87791c755e
story-kit: create 259_story_move_story_kit_ignores_into_story_kit_gitignore
2026-03-17 12:53:52 +00:00
Dave
a4ce5f8f7c
story-kit: queue 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification for QA
2026-03-17 12:52:04 +00:00
Dave
a9a84bee6d
story-kit: start 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 12:52:01 +00:00
Dave
34755d3f63
story-kit: start 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 12:50:00 +00:00
Dave
ec553a5b8a
story-kit: start 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 12:49:40 +00:00
Dave
076324c470
Fix pipe buffer deadlock in quality gate test runner
...
run_command_with_timeout piped stdout/stderr but only read them after
the child exited. When test output exceeded the 64KB OS pipe buffer,
the child blocked on write() while the parent blocked on waitpid() —
a permanent deadlock that caused every merge pipeline to hang.
Drain both pipes in background threads so the buffers never fill.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 12:49:12 +00:00
Dave
5ed2737edc
story-kit: accept 250_bug_merge_pipeline_cherry_pick_fails_with_bad_revision_on_merge_queue_branch
2026-03-17 12:48:11 +00:00
Dave
0eafddd186
story-kit: done 257_story_rename_storkit_to_story_kit_in_header
2026-03-17 12:46:33 +00:00
Dave
7d4f722942
story-kit: merge 257_story_rename_storkit_to_story_kit_in_header
2026-03-17 12:46:30 +00:00
Dave
5d80d289c4
story-kit: create 258_bug_auto_assign_not_called_after_merge_failure
2026-03-17 12:35:08 +00:00
Dave
7c6e1b445d
Make merge_agent_work async to avoid MCP 60-second tool timeout
...
The merge pipeline (squash merge + quality gates) takes well over 60
seconds. Claude Code's MCP HTTP transport times out at 60s, causing
"completed with no output" — the mergemaster retries fruitlessly.
merge_agent_work now starts the pipeline as a background task and
returns immediately. A new get_merge_status tool lets the mergemaster
poll until the job reaches a terminal state. Also adds a double-start
guard so concurrent calls for the same story are rejected.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 12:15:42 +00:00
Dave
a85d1a1170
story-kit: queue 257_story_rename_storkit_to_story_kit_in_header for merge
2026-03-17 12:14:53 +00:00
Dave
afc1ab5e0e
story-kit: queue 257_story_rename_storkit_to_story_kit_in_header for merge
2026-03-17 11:51:29 +00:00
Dave
32b6439f2f
story-kit: create 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 11:46:28 +00:00
Dave
85e56e0ea8
story-kit: queue 257_story_rename_storkit_to_story_kit_in_header for merge
2026-03-17 11:45:29 +00:00
Dave
b63fa6be4f
story-kit: queue 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification for merge
2026-03-17 11:43:23 +00:00
Dave
f012311303
story-kit: queue 257_story_rename_storkit_to_story_kit_in_header for merge
2026-03-17 11:39:28 +00:00
Dave
af0aa007ca
story-kit: queue 257_story_rename_storkit_to_story_kit_in_header for merge
2026-03-17 11:36:05 +00:00
Dave
b2aec94d4c
story-kit: queue 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification for QA
2026-03-17 11:35:03 +00:00
Dave
2ac550008a
story-kit: start 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 11:32:49 +00:00
Dave
ebbbfed1d9
Add 10-minute timeout to test commands and disable e2e in merge pipeline
...
Test commands in run_project_tests now use wait-timeout to enforce a
600-second ceiling, preventing hung processes (e.g. Playwright with no
server) from blocking the merge pipeline indefinitely. Also disables
e2e tests in script/test until the merge workspace can run them safely.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 11:32:44 +00:00
Dave
fd6ef83f76
story-kit: queue 257_story_rename_storkit_to_story_kit_in_header for QA
2026-03-17 11:29:57 +00:00
Dave
473461b65d
story-kit: start 257_story_rename_storkit_to_story_kit_in_header
2026-03-17 11:24:55 +00:00
Dave
dc8d639d02
story-kit: create 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 11:24:20 +00:00
Dave
594fc500cf
story-kit: create 250_bug_merge_pipeline_cherry_pick_fails_with_bad_revision_on_merge_queue_branch
2026-03-17 11:24:15 +00:00
Dave
5448a99759
story-kit: done 245_bug_chat_history_persistence_lost_on_page_refresh_story_145_regression
2026-03-17 11:24:09 +00:00
Dave
f5524b3ae1
story-kit: accept 255_story_show_agent_logs_in_expanded_story_popup
2026-03-17 11:23:36 +00:00