Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.26 KB

File metadata and controls

42 lines (30 loc) · 1.26 KB

Structural Explainability: Evolution Protocol

License: MIT Build Status Check Links

Lean 4 formalization of the Evolution Protocol schemas.

What This Formalizes

This repository provides a Lean 4 formalization of the structural core of the Evolution Protocol, including canonical record schemas for entities, relationships, and evolutions; a shared RecordEnvelope; retention-policy data shapes; and basic graph-oriented data structures. The code machine-checks the well-formedness and typing of these structures and verifies that the protocol's core representations are internally consistent and composable, without embedding causal, normative, or policy interpretations.

Build and Run

lake update
lake build
lake exe verify

Annotations

ANNOTATIONS.md

Citation

CITATION.cff

License

MIT