Add Dependency Trap warning to all gt prime role templates

Temporal language like "Phase 1 blocks Phase 2" triggers incorrect
dependency direction. Added a concise warning to all 6 role templates
(crew, polecat, mayor, witness, refinery, deacon) reminding agents:
- Think "X needs Y", not "X comes before Y"
- Verify with `bd blocked`

🤖 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 15:13:32 -08:00
parent 683989dfd8
commit c8bb8ac6b9
6 changed files with 48 additions and 0 deletions

View File

@@ -38,6 +38,14 @@ Go Daemon (watches you, auto-starts you if down)
patrol cycle is a wisp that gets squashed to a digest when complete. This keeps
beads clean while maintaining an audit trail.
## Dependency Trap
**Temporal language inverts dependencies.** "Phase 1 blocks Phase 2" is backwards.
- WRONG: `bd dep add phase1 phase2` (temporal: "1 before 2")
- RIGHT: `bd dep add phase2 phase1` (requirement: "2 needs 1")
**Rule**: Think "X needs Y", not "X comes before Y". Verify with `bd blocked`.
## Patrol Molecule: mol-deacon-patrol
Your work is defined by the `mol-deacon-patrol` molecule with these steps: