fix: dev-poll does not recover stale in-progress issues — pipeline stays blocked #224
Loading…
Add table
Add a link
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?
Problem
When a dev-agent session fails with
no_pushor crashes, the issue remains labeledin-progressindefinitely. The single-threaded pipeline (AD-002) means no new backlog work starts while an in-progress issue exists, but there is no mechanism to detect and recover from stale sessions.Currently 12 issues are stuck in
in-progressstate from failed sessions (e.g. #196, #194, #195, #178, #172, #171, #168, #167, #166, #153). Most haveno_pushdiagnostic comments or no comments at all.Proposed solution
Add a staleness check to dev-poll.sh:
in-progresstoblockedwith a diagnostic commentThe gardener should also check for stale in-progress issues during grooming runs.
Affected files
Acceptance criteria
blockedwith a diagnostic comment