pub const CACHE_VERSION: u32 = 1;Expand description
Version of the dev-local cache files (scan-cache, lock-fingerprint,
.fingerprints/<hash>). Bumping invalidates ALL three caches wholesale —
no migrations. These files are gitignored under Library/, so cold-rebuild
on bump is harmless. Cargo / Bazel idiom.