From d079af7cf953aad2dc342108ddc3002fa099e555 Mon Sep 17 00:00:00 2001 From: beads/crew/emma Date: Sat, 10 Jan 2026 23:49:10 -0800 Subject: [PATCH] docs: forbid crew workers from creating PRs PRs are for external contributors. Crew workers commit directly to main. Co-Authored-By: Claude Opus 4.5 --- AGENTS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index f3042142..be378f3b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -45,3 +45,18 @@ See CLAUDE.md "Visual Design System" section for full guidance. - NEVER stop before pushing - that leaves work stranded locally - NEVER say "ready to push when you are" - YOU must push - If push fails, resolve and retry until it succeeds + +## ABSOLUTELY FORBIDDEN: Pull Requests + +**NEVER create pull requests.** PRs are for external contributors, not for us. + +We are the sole maintainer. Crew workers have direct commit access. The correct workflow is: + +1. Make changes +2. Run tests +3. Commit directly to main +4. Push + +If you find yourself typing `gh pr create` - STOP. You are doing it wrong. Just commit and push. + +The PR Sheriff role reviews *incoming* PRs from *contributors*. We do not create PRs ourselves.