Skip to content

Commit 90fe9c9

Browse files
committed
docs(recipes): Drop numbered prefixes from recipe titles
why: Titles read cleaner without ordinal numbers. The page order already implies sequence.
1 parent 7fe9712 commit 90fe9c9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/recipes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2525
already 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 --
7979
no 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`
132132
session -- 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
177177
interrupt 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
229229
candidate 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
268268
quick split, but a layout that later prompts can refer to by role ("the

0 commit comments

Comments
 (0)