From 711515506c560c8e0963b4999374cb77cd4059b0 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sat, 27 Dec 2025 17:34:24 -0800 Subject: [PATCH] Fix witness template: use two-step pattern for wisp creation (gt-et72q) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- internal/templates/roles/witness.md.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/templates/roles/witness.md.tmpl b/internal/templates/roles/witness.md.tmpl index 0994fb48..8e339e49 100644 --- a/internal/templates/roles/witness.md.tmpl +++ b/internal/templates/roles/witness.md.tmpl @@ -139,7 +139,8 @@ gt mail inbox gt mol attach-from-mail # 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 --status=pinned --assignee={{ .RigName }}/witness ``` **Hook → Execute. No exceptions.**