fix: dev-poll does not recover stale in-progress issues — pipeline stays blocked #224
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#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