Skip to content

docs: add deep-dive docs (architecture, canonical, format, verifying)#27

Merged
kingchenc merged 1 commit into
mainfrom
docs/deep-dives
Jul 11, 2026
Merged

docs: add deep-dive docs (architecture, canonical, format, verifying)#27
kingchenc merged 1 commit into
mainfrom
docs/deep-dives

Conversation

@kingchenc

Copy link
Copy Markdown
Contributor

Adds docs/ with the four product deep-dives (8.4-8.7), matching the finalized screener sibling convention (root ARCHITECTURE.md = high-level, docs/ = internals):

  • docs/ARCHITECTURE.md — internals of the prove/verify pipeline, the two hash commitments, the command boundary.
  • docs/CANONICAL.md — the normative canonicalization rules (the moat), including the fixed-point property and the magnitude cutoff.
  • docs/PROOF_FORMAT.md — the ProofSpec and Proof schema, candle shape, the command envelope, and versioning.
  • docs/VERIFYING.md — recomputing a foreign proof, why it can't be forged, the engine-version check, and scope.

Linked from the README Documentation section. All content is derived from the actual proof-core source (canonical.rs doc comment, spec.rs, proof.rs); internal links verified to resolve.

Add docs/ with the four product deep-dives and link them from the README:

- ARCHITECTURE.md   internals of the prove/verify pipeline and the command boundary
- CANONICAL.md      the normative canonicalization rules (the moat), with the fixed-point property
- PROOF_FORMAT.md   the ProofSpec and Proof schema, the command envelope, and versioning
- VERIFYING.md      recomputing a foreign proof and why it cannot be forged
@kingchenc kingchenc merged commit 8e68bd0 into main Jul 11, 2026
53 checks passed
@kingchenc kingchenc deleted the docs/deep-dives branch July 11, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant