@@ -19,7 +19,7 @@ Every recipe uses the same structure:
1919
2020---
2121
22- ## 1. Find a running dev server and test against it
22+ ## Find a running dev server and test against it
2323
2424** Situation.** A developer manages a CV project with tmuxp. One pane is
2525already running ` pnpm start ` with Vite somewhere in the ` react ` window.
@@ -73,7 +73,7 @@ session."
7373
7474---
7575
76- ## 2. Start a service and wait for it before running dependent work
76+ ## Start a service and wait for it before running dependent work
7777
7878** Situation.** The developer is starting fresh in their ` backend ` session --
7979no server running yet. They want to run integration tests, but the test
@@ -126,7 +126,7 @@ integration tests once it's ready."
126126
127127---
128128
129- ## 3. Find the failing pane without opening random terminals
129+ ## Find the failing pane without opening random terminals
130130
131131** Situation.** The developer kicked off multiple jobs across panes in a ` ci `
132132session -- linting, unit tests, integration tests, type checking. One of
@@ -171,7 +171,7 @@ literal text.
171171
172172---
173173
174- ## 4. Interrupt a stuck process and recover the pane
174+ ## Interrupt a stuck process and recover the pane
175175
176176** Situation.** A long-running build is hanging. The developer wants to
177177interrupt it, verify the pane is responsive, and re-run the command.
@@ -223,7 +223,7 @@ partially written output that might explain *why* it hung.
223223
224224---
225225
226- ## 5. Re-run a command without mixing old and new output
226+ ## Re-run a command without mixing old and new output
227227
228228** Situation.** The developer wants ` pytest ` re-run in tmux, but the
229229candidate pane already has old test output in scrollback. They want only
@@ -262,7 +262,7 @@ output."
262262
263263---
264264
265- ## 6. Build a workspace the agent can revisit later
265+ ## Build a workspace the agent can revisit later
266266
267267** Situation.** The developer wants a durable project workspace -- not just a
268268quick split, but a layout that later prompts can refer to by role ("the
0 commit comments