docs: Add no-PR instructions to polecat onboarding (gt-drbd)

Update mol-polecat-work submit-merge step and polecat.md role docs
to explicitly forbid GitHub PRs and direct to beads merge-requests.

🤖 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-22 15:05:51 -08:00
parent a40ce5b7b8
commit 1111ba7596
2 changed files with 16 additions and 2 deletions

View File

@@ -91,6 +91,12 @@ bd sync # CRITICAL: Push beads changes
git push origin HEAD # Push code changes
```
**IMPORTANT: No GitHub PRs!**
- Never use `gh pr create`
- Never create GitHub pull requests directly
- The Refinery processes merges via beads merge-request issues
- After pushing, create: `bd create --type=merge-request --title="Merge: <summary>"`
### 5. Signal Completion
After everything is synced and pushed:
```