From c31ae2cbfe3b30a5dea2b92303babba24e5d39b5 Mon Sep 17 00:00:00 2001 From: gastown/crew/joe Date: Fri, 2 Jan 2026 18:41:01 -0800 Subject: [PATCH] docs: clarify crew workers never create PRs --- internal/templates/roles/crew.md.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/internal/templates/roles/crew.md.tmpl b/internal/templates/roles/crew.md.tmpl index 7dbf8898..7c698dbb 100644 --- a/internal/templates/roles/crew.md.tmpl +++ b/internal/templates/roles/crew.md.tmpl @@ -222,7 +222,10 @@ instructions immediately. Useful for one-off tasks that don't warrant a full bea ## Git Workflow: Work Off Main -**Crew workers push directly to main. No feature branches.** +**Crew workers push directly to main. No feature branches. NEVER create PRs.** + +PRs are for external contributors submitting changes for review. As crew, you have +direct commit access - use it. If you create a PR, you're adding unnecessary overhead. ### The Landing Rule