Document manual stale reservation cleanup #1218
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!1218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-1198"
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?
This documents the manual stale reservation cleanup workaround for ghost
container startingrecords that still count toward capacity.ward agent list --jsonTests:
go test ./cmd/ward -run 'TestEngineerContainerLimit|TestEngineerContainerLimitOverrideCapacity|TestFormatAgentListCapacityNotesUnavailableSource' -count=1pre-commit run --all-filescloses #1198
ward.workflow: pull-request-and-merge
WARDED_WORKFLOW review-note
verdict: block
confidence: high
summary: PR 1218 documents the right area, but it is not safe to land as written. The docs contradict the verified cleanup flow and the diff has a whitespace gate failure.
findings:
file: docs/troubleshooting.md
line: n/a
problem: The new guidance says an already terminal issue means stale reservation cleanup is not the fix.
impact: That is backwards for the failure mode this doc is supposed to cover. The 1200 and 1202 repairs were terminal, but their stale reservation comments and host reservation files still had to be cleared to restore accurate capacity.
file: docs/agent-stale-reservation-cleanup.md
line: n/a
problem: The cleanup doc says this is issue-comment cleanup, not host-side file deletion.
impact: The reliable manual workaround needs both sides when local cache is stale: remove the durable reservation marker and remove matching host
.ward/agent-reservations/<owner>-<repo>-issue-<n>.jsonplus.lockfiles after verifying no visible engineer is running.file: docs/agent-stale-reservation-cleanup.md
line: 44
problem:
git diff --checkreports a new blank line at EOF.impact: The branch should not pass the local hygiene gate as written, even though CI later reported success.
conclusion: Blocked. Repair the docs so terminal-but-stale reservations are explicitly in scope, include the host reservation file cleanup step with the same safety checks, remove
WARD-OUTCOME: submittedas a recommended terminal marker in favor of PR-link outcomes, and fix the whitespace failure before re-requesting merge.