fix: dev-poll stale detection should skip vision-labeled issues #448
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#448
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
dev-poll.sh stale detection flags vision + in-progress issues as stale because they have no assignee, no open PR, and no dev-agent lock. But vision issues are managed by the architect agent (via ops repo sprint PRs), not by the dev agent.
Observed: #419 (Vault blast-radius, vision + in-progress) got a stale detection comment from dev-qwen immediately after the in-progress label was added.
Fix
In the stale detection section of dev-poll.sh, skip issues that have the vision label:
Affected files
Acceptance criteria