@@ -94,7 +94,7 @@ The daemon path should feel like this:
9494
9595``` bash
9696mainlined --all --interval 2s --json
97- mq events --repo /path/to/protected-main --follow --json --lifecycle
97+ mq events --repo /path/to/repo-root --follow --json --lifecycle
9898```
9999
100100That is the product: one machine, one protected branch, many worktrees, one
@@ -197,7 +197,7 @@ Homebrew and Nix details are in
197197Recommended first-time repo setup after install:
198198
199199``` bash
200- cd /path/to/protected-main
200+ cd /path/to/repo-root
201201mq repo init --repo . --main-worktree .
202202git add mainline.toml
203203git commit -m " Initialize mainline repo policy"
@@ -222,11 +222,11 @@ checkout is already clean and on the protected branch.
222222Setup:
223223
224224``` bash
225- mq repo init --repo /path/to/protected-main --main-worktree /path/to/protected-main
226- mq repo root --repo /path/to/protected-main --json
227- mq repo audit --repo /path/to/protected-main --json
228- mq config edit --repo /path/to/protected-main
229- mq doctor --repo /path/to/protected-main --fix --json
225+ mq repo init --repo /path/to/repo-root --main-worktree /path/to/repo-root
226+ mq repo root --repo /path/to/repo-root --json
227+ mq repo audit --repo /path/to/repo-root --json
228+ mq config edit --repo /path/to/repo-root
229+ mq doctor --repo /path/to/repo-root --fix --json
230230```
231231
232232Submit and land:
@@ -244,13 +244,13 @@ mq land --json --timeout 30m
244244Operate and observe:
245245
246246``` bash
247- mq status --repo /path/to/protected-main --json
248- mq repo audit --repo /path/to/protected-main --json
249- mq watch --repo /path/to/protected-main
250- mq events --repo /path/to/protected-main --follow --json --lifecycle
247+ mq status --repo /path/to/repo-root --json
248+ mq repo audit --repo /path/to/repo-root --json
249+ mq watch --repo /path/to/repo-root
250+ mq events --repo /path/to/repo-root --follow --json --lifecycle
251251mainlined --all --json
252- mq retry --repo /path/to/protected-main --submission 17
253- mq cancel --repo /path/to/protected-main --publish 4
252+ mq retry --repo /path/to/repo-root --submission 17
253+ mq cancel --repo /path/to/repo-root --publish 4
254254```
255255
256256## Repository Layouts
0 commit comments