File: justfile:3
Severity: docs
Obvious? yes
The header comment is # Run ALL checks (fmt, clippy, test, wasm, browser). Use before committing. but the recipe body on line 4 is check: fmt clippy test check-wasm — no test-browser. Misleading comment will cause contributors to skip running test-browser thinking check covered it.
Fix: since just check-all is the explicit "everything" gate per CLAUDE.md, drop "browser" from the check comment so the contract matches.
Filed by /general-audit @ 88498a5 (2026-05-04). master: #600.
File:
justfile:3Severity: docs
Obvious? yes
The header comment is
# Run ALL checks (fmt, clippy, test, wasm, browser). Use before committing.but the recipe body on line 4 ischeck: fmt clippy test check-wasm— notest-browser. Misleading comment will cause contributors to skip runningtest-browserthinkingcheckcovered it.Fix: since
just check-allis the explicit "everything" gate per CLAUDE.md, drop "browser" from thecheckcomment so the contract matches.Filed by
/general-audit@88498a5(2026-05-04). master: #600.