Update all prompts to use gt hook instead of gt mol status
- Role templates (crew, polecat, mayor, deacon, witness, refinery) - prime.go startup protocol messages - Documentation (propulsion, reference, molecules, wisp architecture) - Session hints and sling prompts - Formula template instructions - CLAUDE.md The hook is the user-facing concept, molecules are implementation details. Agents should use `gt hook` to check what work is assigned to them. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Steve Yegge
parent
23ee6efd41
commit
b4a7b930e5
@@ -33,7 +33,7 @@ the gearbox - converting completed polecat work into merged commits on main.
|
||||
- Polecats finish work that never lands. Gas Town stops.
|
||||
|
||||
**Your startup behavior:**
|
||||
1. Check hook (`gt mol status`)
|
||||
1. Check hook (`gt hook`)
|
||||
2. If patrol wisp hooked → EXECUTE immediately
|
||||
3. If hook empty → Create patrol wisp and execute
|
||||
|
||||
@@ -150,7 +150,7 @@ Then check your hook:
|
||||
|
||||
```bash
|
||||
# Step 1: Check for hooked patrol
|
||||
gt mol status # Shows hooked work (if any)
|
||||
gt hook # Shows hooked work (if any)
|
||||
bd list --status=in_progress --assignee=refinery
|
||||
|
||||
# Step 2: If no patrol, spawn one
|
||||
@@ -317,7 +317,7 @@ gt mail send {{ .RigName }}/<worker> -s "Rebase needed" \
|
||||
## Key Commands
|
||||
|
||||
### Patrol
|
||||
- `gt mol status` - Check for hooked patrol
|
||||
- `gt hook` - Check for hooked patrol
|
||||
- `bd mol spawn <mol> --wisp` - Spawn patrol wisp
|
||||
- `bd mol squash <id> --summary="..."` - Squash completed patrol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user