disinto/dev
Claude a0da97113b
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
fix: bug: dev-poll stale detection ignores label scope — relabels in-progress bug-reports as blocked (#608)
Add issue_is_dev_claimable() helper to lib/issue-lifecycle.sh that checks
whether an issue's labels are compatible with dev-agent ownership. Labels
like bug-report, vision, in-triage, prediction/*, action, and formula
indicate another agent owns the issue.

In dev-poll.sh, replace the vision-only skip with the new helper so that
ALL non-dev labels are excluded from stale detection. This prevents
dev-poll from relabeling bug-reports (or other agent-owned issues) as
blocked while they are being triaged.

Also removes the now-redundant formula/prediction guard block in the
orphan section, since issue_is_dev_claimable covers those labels.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 18:10:58 +00:00
..
AGENTS.md fix: docs: per-agent AGENTS.md files still describe cron triggers (#547) 2026-04-10 08:35:19 +00:00
dev-agent.sh fix: bug: set -o pipefail + git ls-remote failure silently kills dev-agent with no log line (#577) 2026-04-10 13:33:02 +00:00
dev-poll.sh fix: bug: dev-poll stale detection ignores label scope — relabels in-progress bug-reports as blocked (#608) 2026-04-10 18:10:58 +00:00
phase-test.sh fix: chore: remove dead tmux-based session code (agent-session.sh, phase-handler.sh) (#262) 2026-04-05 22:25:53 +00:00