Skip to content

Commit c204b30

Browse files
Remove stale explicit worktree submit examples
1 parent a2f182f commit c204b30

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/FLOWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ This repo ships the canonical agent instructions in [.agents/skills/worktree/SKI
6969
That skill is now expected to use the real end-to-end flow:
7070

7171
```bash
72-
mq submit --repo /path/to/topic-worktree --wait --timeout 10m
73-
mq submit --repo /path/to/topic-worktree
72+
cd /path/to/topic-worktree
73+
mq submit --wait --timeout 10m
74+
mq submit
7475
mq status --repo /path/to/main --json
7576
mq run-once --repo /path/to/main
7677
mq publish --repo /path/to/main

0 commit comments

Comments
 (0)