Errata
Data and trust

Releases

Immutable federation identities, pinning, promotion, and rollback.

The production corpus is an immutable federation of independently built topic shards.

Current federation

ComponentRelease ID
Federated release89f5e2af40d993eb
Registers8a199486944662f8
Pinsafa8915d1f334e1a
Electrical6047efcbc8561603
Erratae594194dc249d77f
Reviewed fallback03df2003779f4a29

The release passed a 250/250 deterministic corpus benchmark and a release-bound build attestation.

Pinning

Pass corpus_release to resolve_part, get_context, or get_peripheral_bringup when a review must remain reproducible:

{
  "corpus_release": "89f5e2af40d993eb"
}

Omit the field to follow the promoted production pointer.

Identity

Release identity binds the source artifact hashes, inventory fingerprint, extraction/build code, child shard identities, serving schema, reports, and attestation. Input or extraction-code changes produce a different release.

Promotion

Publication uploads immutable release objects and a complete restart baseline first. The publisher verifies object size and SHA-256 metadata, writes release-specific manifests, and advances the small production baseline and release pointers last. Readers cannot observe a partially uploaded release.

Runtime verification

On startup, the API downloads every pointer-declared object, verifies byte counts and SHA-256 digests, checks embedded release identities and serving-schema compatibility, and only then opens the listener. /readyz stays unavailable until this process succeeds.