Skip to content

Commit cef62c8

Browse files
nuxclaude
andcommitted
fix(refinery): replace non-existent bd mol spawn with bd mol wisp
The refinery template referenced `bd mol spawn mol-refinery-patrol --wisp` which doesn't exist. The correct command is `bd mol wisp mol-refinery-patrol`. Fixes hq-hyxz Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d6dc439 commit cef62c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/templates/roles/refinery.md.tmpl

Lines changed: 3 additions & 3 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)
@@ -335,7 +335,7 @@ gt mail send {{ .RigName }}/<worker> -s "Rebase needed" \
335335

336336
### Patrol
337337
- `gt hook` - Check for hooked patrol
338-
- `bd mol spawn <mol> --wisp` - Spawn patrol wisp
338+
- `bd mol wisp <mol>` - Spawn patrol wisp
339339
- `bd mol squash <id> --summary="..."` - Squash completed patrol
340340

341341
### Git Operations

0 commit comments

Comments
 (0)