Commit 7a3f88a
Stop quoting the Node version in prose, and correct the bare-vp claim
#402 moved `.node-version` to 26.8.1 and Renovate has 26.8.2 queued
already. Three places named a Node version that Renovate never edits:
README.md, CLAUDE.md, and the comment above `setup-node` in verify.yml.
Updating the number would just reset the clock - the file has moved four
times since 2026-07-01 (26.5.1, 26.7.0, 26.8.1, 26.8.2 queued).
So these now point at `.node-version` instead of naming a version. That
is the convention this repo already documents for two other pins: "Do
not quote that pin here, read it with `grep channel rust-toolchain.toml`"
(which named 1.97.1 for weeks after #316 moved it) and "Do not quote a
byte count for `engine.wasm` from this file." `.node-version` is the
same class and never got the same treatment.
`docs/bun-deno-evaluation.md` keeps its 26.7.0 deliberately: it records
the conditions a past measurement ran under, so rewriting it would
falsify the record rather than update it.
Separately, the README claimed a bare `vp` fails with `EBADDEVENGINES`.
It does not - measured here, `vp check` (v0.3.1) exits 0 and reports all
281 files formatted. Only `npx vp` fails. CLAUDE.md already carries that
correction from 2026-08-04 and warns against "fixing" a working command
on the strength of the old claim; the README never got it.
Verified on 26.8.1 before merging #402: full `pnpm run verify` exit 0,
with `vp cache clean` first so the cached test phase could not replay a
26.7.0 result.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TSoJPryVM4vP3uB2iXeV2X1 parent f95b775 commit 7a3f88a
3 files changed
Lines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
192 | 197 | | |
193 | 198 | | |
194 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments