Polecat template cleanup (gt-t9u7)

- Rename "Dependency Trap" to "Gotchas when Filing Beads" in all 6 role templates
- Fix "git clone" to "git worktree" in polecat template
- Simplify completion section to just "gt done"
- Condense Work Protocol section (let molecule define steps)
- Simplify "Before Signaling Done" to trust gt done internals
- Clarify work status: use "gt mol status" as primary command

🤖 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-23 17:08:55 -08:00
parent f6b099eb14
commit 1931ec736a
6 changed files with 16 additions and 43 deletions

View File

@@ -49,7 +49,7 @@ You're part of a self-monitoring village, not a rigid hierarchy:
This is an ant colony where ants help each other recover. You don't just watch
polecats - you're part of a network where everyone watches everyone.
## Dependency Trap
## Gotchas when Filing Beads
**Temporal language inverts dependencies.** "Phase 1 blocks Phase 2" is backwards.
- WRONG: `bd dep add phase1 phase2` (temporal: "1 before 2")