Commit bde3072
docs(agents): show the targeted-vitest spelling and refuse the bare separator (#11425)
`os-dev.md` rule 3 named `pnpm --filter <pkg>`, `--maxWorkers=2` and
`--concurrency=2` without ever showing how they join, so every reader had to
invent the join and npm semantics supplied `--`. Measured: the separator makes
vitest discard the file pattern AND `--maxWorkers`, the whole package suite
runs, and it exits 0 — a false green that reads as the narrow run that was
asked for.
Rule 3 now carries the literal working command and refuses the separator.
`AGENTS.md`'s dev-server parenthetical ("flags after `--` are forwarded") is
re-scoped, since what pnpm forwards is the separator itself.
Both files sit at zero-headroom line ratchets, so this is a net-zero rewrite:
the measurements stay on the card, per the ratchet's own rule that stories live
on cards and not in operational text.
Claude-Session: https://claude.ai/code/session_015ahemw8RcTgqtxrj15PEZx
Co-authored-by: Claude <noreply@anthropic.com>1 parent 353f4e8 commit bde3072
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments