Settle or abandon a dispatch whose agent died before subagent-stop [capture] #527
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#527
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
On 2026-09-03, #524 implementation 4: refactorer dispatch 31 died on an Anthropic API 529 before it called subagent-stop.
os-sdlc-runner nextthen returned await_completion with no way to settle or abandon the open row. A harness resume of the already finished test-writer agent fired SubagentStart; the hook recorded stray dispatch 32 (agent_type test-writer) bound to the pending refactorer node. Settling 32 by hand recorded gate_skip -> verdict error -> implementation_failed, even though gate 31 re-run by the orchestrator was green. A second fresh refactorer also died on 529 and, because 31 was open, got no dispatch row at all. Files: plugins/os-sdlc/lib/os_sdlc/runner (subagent-start hook, next router). Extends the true-crash gap noted on #496.Needed: (1) an explicit
os-sdlc-runner abandon DISPATCH_IDor equivalent that closes an open dispatch as crashed and lets the orchestrator re-dispatch the same node; (2) the start hook must not bind a resumed agent of a different type to the pending node.VERDICT: CREATE (ticket-skeptic, 2026-09-03: real observed failure, tooling gap, this ticket is the root).
Origin
os-sdlc-runner gate 31by hand (green), then hand-wrote subagent-stop JSON for 31 and 32; 32 settled as error and failed the implementation.