Evidence State

Read this when you need to know which Cautilus claims are supported now, which proof was selected instead of rerun, and which gaps remain open. Evidence State keeps current support, stale evidence, selected durable proof, and visible Specdown gaps in one place.

Pages

Verify evidence pages are present.
node -e 'const fs = require("node:fs"); for (const path of ["docs/specs/evidence/evidence-map.spec.md", "docs/specs/evidence/claim-evidence-state.md", "docs/specs/evidence/gaps.spec.md", "docs/specs/evidence/latest-selected-evidence.spec.md", ".cautilus/claims/evidence-state.json"]) { if (!fs.existsSync(path)) throw new Error("missing " + path); }'