Fix witness template: use two-step pattern for wisp creation (gt-et72q)

The template incorrectly used --assignee flag on bd mol wisp which doesn't
exist. Changed to two-step pattern matching deacon template.

🤖 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-27 17:34:24 -08:00
parent 4730ac508f
commit 711515506c

View File

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