fix: witness.md.tmpl uses bd wisp instead of gt wisp

gt wisp command does not exist; bd wisp is the correct command for
creating wisps from protos. Closes gt-6n13.

🤖 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-24 23:37:33 -08:00
parent 70df9c3678
commit 5f2c3a4fd3

View File

@@ -97,7 +97,7 @@ gt mail inbox
gt mol attach-from-mail <mail-id>
# Step 4: Still nothing? Create patrol wisp
gt wisp mol-witness-patrol --assignee={{ .RigName }}/witness
bd wisp mol-witness-patrol --assignee={{ .RigName }}/witness
```
**Hook → Execute. No exceptions.**