Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 3.29 KB

File metadata and controls

37 lines (27 loc) · 3.29 KB

Conformance

This document records the executable conformance surface shipped in moot-semantics v1.0.36, generated from canonical source commit 2c30254551f920bc319855c3278a87a88af97fc4. It replaces the venue-bootstrap placeholder; package source is loaded.

Release gates

Run both language suites from the repository root:

swift test
cargo test --workspace --locked

The locked Cargo workspace, root Swift package, and package-level tests are the executable contract. A release is conforming only when the gates relevant to its loaded packages pass; this inventory does not stand in for their output.

Loaded-package test inventory

Package Swift test sources Rust test sources Named conformance/vector evidence
AriaLexiconLib 5 0 0
LatticeLib 24 14 10
EideticLib 11 1 4

Named agreement evidence

Some packages use shared vectors for byte-for-byte agreement. Others use mirrored Swift and Rust test sections for behavioral parity. The package documentation linked from PACKAGE_MAP.md states which contract applies to each package.