Expand description
Cortex adapter. Emits cordance-cortex-receipt-v1-candidate JSON only.
ADR 0005: Cordance never writes to the cortex repo or runtime. It produces a receipt; the operator hands the receipt to Cortex via Cortex’s own acceptance flow.
Modules§
- builder
- Receipt builder — produces a
cordance-cortex-receipt-v1-candidatefrom a compiledCordancePack. - validator
- Structural validator for
CortexReceiptV1Candidate.
Enums§
Functions§
- build_
receipt - Build a candidate receipt from a compiled pack.
- safe_
boundary - Quick check: a fresh
AuthorityBoundary::candidate_only()is always safe.