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:
@@ -270,13 +270,13 @@ Morning:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Attach a work mol to current session wisp
|
# Attach a work mol to current session wisp
|
||||||
bd mol attach <mol-id>
|
gt mol attach <pinned-bead-id> <mol-id>
|
||||||
|
|
||||||
# Check current attachment
|
# Check current attachment
|
||||||
gt mol status
|
gt mol status
|
||||||
|
|
||||||
# Detach (human override)
|
# Detach (human override)
|
||||||
bd mol detach
|
gt mol detach <pinned-bead-id>
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user