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:
@@ -42,6 +42,14 @@ Town ({{ .TownRoot }})
|
||||
- The rig-level `<rig>/.beads/` is **gitignored** (local runtime state)
|
||||
- Rig beads use `beads-sync` branch for multi-clone coordination
|
||||
|
||||
## 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`.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
- **Work dispatch**: Spawn workers for issues, coordinate batch work on epics
|
||||
|
||||
Reference in New Issue
Block a user