Loading
feat(agentic): resolver picks up issues assigned to its bot
A human had no direct way to steer the resolver at a specific issue: it only
ever claimed status::ready + unassigned, and step-1 triage explicitly LEFT any
assigned issue — including ones assigned to the bot itself.
Each tick the resolver now first sweeps `issue-list --mine` and works the
lowest actionable issue assigned to it (skipping blocked/in-review/merged and
howto/question), ahead of the open queue — it's already assigned, so no assign
race. Triage now leaves only issues assigned to someone OTHER than the bot.
Plumbing (`issue-list --mine`) already existed; this is prompt/runbook only.
Changelog: changed
Co-Authored-By:
Claude Opus 4.8 <noreply@anthropic.com>