a73x

c99fdb43

docs: name the vm gate in the toolchain list

a73x   2026-09-01 18:40

Commit message
docs: name the vm gate in the toolchain list

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

CLAUDE.md
Old New
@@ -11,6 +11,7 @@ make build test e2e # Makefile already points at it
11 make check # fmt + unit tests + shell syntax + comment-claim refs — pre-commit gate 11 make check # fmt + unit tests + shell syntax + comment-claim refs — pre-commit gate
12 make ci # check + e2e + agent + throughput — the delivery gate 12 make ci # check + e2e + agent + throughput — the delivery gate
13 make agent soak bench throughput 13 make agent soak bench throughput
14 make vm # real user journeys against the mux-e2e VM (test/vm.sh)
14 make install # the one user binary -> ~/.local/bin, ReleaseSafe 15 make install # the one user binary -> ~/.local/bin, ReleaseSafe
15 make xversion-build xversion # cross-version gate; XVER_OLD_WORKTREE points at the old checkout (default ..) 16 make xversion-build xversion # cross-version gate; XVER_OLD_WORKTREE points at the old checkout (default ..)
16 ``` 17 ```