We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f182f commit c204b30Copy full SHA for c204b30
1 file changed
docs/FLOWS.md
@@ -69,8 +69,9 @@ This repo ships the canonical agent instructions in [.agents/skills/worktree/SKI
69
That skill is now expected to use the real end-to-end flow:
70
71
```bash
72
-mq submit --repo /path/to/topic-worktree --wait --timeout 10m
73
-mq submit --repo /path/to/topic-worktree
+cd /path/to/topic-worktree
+mq submit --wait --timeout 10m
74
+mq submit
75
mq status --repo /path/to/main --json
76
mq run-once --repo /path/to/main
77
mq publish --repo /path/to/main
0 commit comments