Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 7.85 KB

File metadata and controls

41 lines (31 loc) · 7.85 KB

Conformance

This document records the executable conformance surface shipped in moot-system 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
PersistenceKit 55 14 9
QueueKit 13 8 28
ConvergenceKit 14 7 3
ObserverSink 1 1 2
LoopbackHTTP 2 0 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.