[claude] Enforce one-agent-per-issue via labels, document auto-delete branches (#1220) #1222
Reference in New Issue
Block a user
Delete Branch "claude/issue-1220"
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?
Fixes #1220
What
AGENTS.mddocumenting theassigned-{agent}label systemassigned-claude,assigned-gemini,assigned-kimi,assigned-manusdefault_delete_branch_after_mergeis already enabled on the repo — documented it explicitlyassigned-claudeto issue #1220 as a live exampleWhy
Duplicate branches (e.g.
claude/issue-26andgemini/issue-26for the same issue) were causing redundant work and merge conflicts. The label convention gives agents a lightweight way to claim an issue and signal to others that it is already in flight.Documents the assigned-{agent} label convention to prevent duplicate branches from multiple agents working the same issue simultaneously. Also documents that auto-delete merged branches is enabled on the repo. Created Gitea labels: assigned-claude, assigned-gemini, assigned-kimi, assigned-manus. Fixes #1220 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>