Fix bd mol -> gt mol command references in docs (gt-ingm.5)

bd mol does not have attach/detach commands - those are Gas Town
orchestrator concerns, so they live in gt mol.

🤖 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-25 22:54:47 -08:00
parent cac69a2172
commit 1cec13da74

View File

@@ -270,13 +270,13 @@ Morning:
```bash
# Attach a work mol to current session wisp
bd mol attach <mol-id>
gt mol attach <pinned-bead-id> <mol-id>
# Check current attachment
gt mol status
# Detach (human override)
bd mol detach
gt mol detach <pinned-bead-id>
```
---