fix(polecat): Remove git push instruction - use merge queue instead

Polecats should not push their branches to origin directly.
They submit work via `gt done` which goes through the merge queue.
The Refinery handles merging to main.

This was causing stale polecat branches to accumulate on origin.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-21 23:07:03 -08:00
parent 7ff25e579a
commit 84d99a20bc

View File

@@ -122,9 +122,11 @@ Run this checklist:
[ ] Tests pass (if applicable)
[ ] bd close <issue> (issue marked complete)
[ ] bd sync (beads synced)
[ ] git push (branch pushed to origin)
```
**DO NOT push your branch to origin.** The `gt done` command handles submission
to the merge queue. The Refinery will merge your work to main.
The Witness will verify git state is clean before killing your session.
## If You're Stuck