os-sdlc: Resumer#skip! advances state but emits no dispatch #361

Closed
opened 2026-08-14 15:20:19 +00:00 by jared · 3 comments
Owner

resume --action skip returns null and never emits the next state's dispatch action; the orchestrator had to call TicketFlow#emit_action manually. Found during ticket #351.

resume --action skip returns null and never emits the next state's dispatch action; the orchestrator had to call TicketFlow#emit_action manually. Found during ticket #351.
Author
Owner

Work starting: fix confirmed at Runner::Resumer#skip! (advances state, returns nil instead of delegating to TicketFlow#emit_action). Being run through the os-sdlc implement pipeline now.

Work starting: fix confirmed at Runner::Resumer#skip! (advances state, returns nil instead of delegating to TicketFlow#emit_action). Being run through the os-sdlc implement pipeline now.
Author
Owner

Branch: worktree-ticket-361

Branch: worktree-ticket-361
Author
Owner

Resolution

Done: Resumer#skip! now returns the skip target's emitted action via TicketFlow#emit_action; deactivate! reordered before route (skip-to-terminal deletes the DB).

Evidence: commit 989ddda on worktree-ticket-361; new test resumer_skip_dispatch_test.rb; suite 851 runs 0 failures; reviewer APPROVE round 2.

Follow-ups: captured #364 (retry from automated state crashes) and #365 (empty stub briefs)

## Resolution **Done:** Resumer#skip! now returns the skip target's emitted action via TicketFlow#emit_action; deactivate! reordered before route (skip-to-terminal deletes the DB). **Evidence:** commit 989ddda on worktree-ticket-361; new test resumer_skip_dispatch_test.rb; suite 851 runs 0 failures; reviewer APPROVE round 2. **Follow-ups:** captured #364 (retry from automated state crashes) and #365 (empty stub briefs)
jared closed this issue 2026-08-14 18:08:57 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
jared/cc-os#361
No description provided.