diff --git a/AGENTS.md b/AGENTS.md index 0dd75e3a6da..f781c23df02 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -459,7 +459,7 @@ Even inside your own worktree, operate defensively: 2. **One feature branch + one PR per task.** Branch off `main`. **Never commit task work straight to `main`.** Name the branch after the issue it fixes: `claude/issue--`. The issue number is what makes in-flight work *discoverable* — `git ls-remote --heads - origin | grep issue-` is a one-command pre-check, and the Duplicate Fix Guard + origin | grep -E 'issue-(-|$)'` is a one-command pre-check, and the Duplicate Fix Guard workflow warns on fix PRs whose branch names no declared issue. A hit is a hint, not a claim — most heads carry no PR: ⛔ never skip a card on one, the `Claim:` comment decides.