Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.87 KB

File metadata and controls

41 lines (31 loc) · 2.87 KB

Conformance

This document records the executable conformance surface shipped in moot-core v1.0.37, generated from canonical source commit 1ea9e910eb626806f4452aef03d063c04b60c82a. 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
IntellectusLib 1 1 0
SubstrateTypes 30 0 0
SubstrateKernel 10 2 1
SubstrateML 54 3 2
SubstrateLib 15 5 6
EngramLib 2 1 0

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.