fix(agent): stop reservation collisions silently stranding review-driven redispatches #1163
No reviewers
Labels
No labels
burndown-2026-06
pressure-test
sunday-sprint
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/ward!1163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-1149"
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?
closes #1149
ward.workflow: pull-request-and-merge
Closes the ward#987/#927 silent-stranding path from three sides, matching the issue's ask (release-at-outcome, wait-instead-of-fail-once, and an owner for the marker):
freshReservationCommentandreservationClaimsnow treat a terminalWARD-OUTCOMEcomment (done, submitted, merge-ready, blocked, failed) posted at/after the reservation as retracting it, so a review-driven follow-up dispatched right after a run reports out no longer collides with the finishing run's hold or races the reaper's release comment.submittedjoinsterminalReservationOutcomesince it is the pull-request workflow's final visible outcome.<!-- ward-needs-redispatch -->finally has an owner. The director heartbeat's refresh sweeps parked entries (submitted / merge-ready / blocked / failed) whose newest thread signal is an unhandled marker and re-queues them, bounded byredispatchAttemptCapso a repeat-failing dispatch parks blocked instead of looping. Thedirector queueview's redispatch signal keys on the marker alone, so collision deferrals classify there too.Docs: release semantics and the sweep are recorded in
docs/agent-reservation.mdanddocs/agent-director-dispatch.md.Per the issue's note, PR #987 / issue #927 themselves are left untouched: #987 should be closed as superseded once a
pr closeverb exists (agentic-os#488).