Revert "docs: forbid crew workers from creating PRs"

This reverts commit d079af7cf9.
This commit is contained in:
beads/crew/emma
2026-01-10 23:52:43 -08:00
committed by Steve Yegge
parent d079af7cf9
commit 5528315838

View File

@@ -45,18 +45,3 @@ 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.