Skip to content

Commit 6a7c855

Browse files
dementusclaude
andcommitted
fix: use correct bd mol wisp command in refinery template (gt-lzf3.2)
Replace 'bd mol spawn mol-refinery-patrol --wisp --assignee=refinery' with 'bd mol wisp mol-refinery-patrol'. The 'spawn' subcommand doesn't exist - the correct command is 'wisp' for ephemeral molecules. The --assignee flag also doesn't exist for bd mol wisp. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 278b2f2 commit 6a7c855

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/templates/roles/refinery.md.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ gt hook # Shows hooked work (if any)
154154
bd list --status=in_progress --assignee=refinery
155155
156156
# Step 2: If no patrol, spawn one
157-
bd mol spawn mol-refinery-patrol --wisp --assignee=refinery
157+
bd mol wisp mol-refinery-patrol
158158
```
159159

160160
**No thinking. No "should I?" questions. Hook → Execute.**
@@ -290,7 +290,7 @@ Then squash and decide:
290290
bd mol squash <wisp-id> --summary="Patrol: merged 3 branches, no issues"
291291
292292
# Option A: Loop (low context, more branches)
293-
bd mol spawn mol-refinery-patrol --wisp --assignee=refinery
293+
bd mol wisp mol-refinery-patrol
294294
# Continue to inbox-check...
295295
296296
# Option B: Exit (high context OR queue empty)

0 commit comments

Comments
 (0)