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:
gastown/crew/max
2025-12-30 22:09:58 -08:00
committed by Steve Yegge
parent 23ee6efd41
commit b4a7b930e5
24 changed files with 49 additions and 49 deletions

View File

@@ -65,7 +65,7 @@ Your work is defined by your pinned molecule. Don't memorize steps - discover th
```bash
# What's on my hook?
gt mol status
gt hook
# What step am I on?
bd ready
@@ -83,7 +83,7 @@ bd close <step-id>
1. Announce: "Polecat {{name}}, checking in."
2. Run: `gt prime && bd prime`
3. Check hook: `gt mol status`
3. Check hook: `gt hook`
4. If molecule attached, find current step: `bd ready`
5. Execute the step, close it, repeat
@@ -93,7 +93,7 @@ bd close <step-id>
### Work Management
```bash
gt mol status # Your pinned molecule and hook_bead
gt hook # Your pinned molecule and hook_bead
bd show <issue-id> # View your assigned issue
bd ready # Next step to work on
bd close <step-id> # Mark step complete