CRSH-PROOFS / CONTENT-ADDRESSED REGISTRY

Git-reviewed proof registry.

Versioned technical claims for CRSH mechanics. Each document has a digest for exact source identity, and the registry has a root hash for the current index state.

$ pnpm --filter @crsh/blog proofs:verify
registry_id CRSH-PROOFS
registry_root sha256:cadc218c8399
documents 03
published 01

Registry

Proof entries

Each row maps a technical claim to its lifecycle state, version, source path, and canonical document digest.

Digest Semantics

What the hash proves

The registry is designed for traceability, not theater. Hashes identify the exact public text and index state that Git review produced.

document_digest

SHA-256 over the canonical MDX payload, with its own digest line zeroed before hashing.

registry_root

SHA-256 over sorted proof metadata: slug, source path, title, version, state, date, scope, and digest.

claim_boundary

The hash proves identity and review traceability. It does not prove the technical claim is true.