docs: CLAUDE.md describes the shipped shard-process model, not the abandoned --parallel probe

This commit is contained in:
Garry Tan
2026-08-15 16:49:40 -07:00
parent ec154bcb83
commit 84a93766f2
+4 -3
View File
@@ -96,9 +96,10 @@ bun run test # run before every commit — free, ~90-100s for the full ~
bun run test:evals # run before shipping — paid, diff-based (~$4/run max) bun run test:evals # run before shipping — paid, diff-based (~$4/run max)
``` ```
`bun run test` routes through `scripts/test-free-shards.ts` (one `bun test `bun run test` routes through `scripts/test-free-shards.ts` (N concurrent
--parallel` invocation with strict-output classification: a run without bun's shard processes, serial within each, plus a trailing serial tree-mutating
terminal summary line, or with a crashed worker, FAILS — silent truncation shard — with strict-output classification per shard: a shard without bun's
terminal summary line FAILS — silent truncation
cannot report green). Never type bare `bun test` for the suite: it walks the cannot report green). Never type bare `bun test` for the suite: it walks the
whole repo, loading paid eval files and missing the strict classifier. whole repo, loading paid eval files and missing the strict classifier.
It covers skill validation, gen-skill-docs quality checks, and browse It covers skill validation, gen-skill-docs quality checks, and browse