Releases
Immutable federation identities, pinning, promotion, and rollback.
The production corpus is an immutable federation of independently built topic shards.
Current federation
| Component | Release ID |
|---|---|
| Federated release | 89f5e2af40d993eb |
| Registers | 8a199486944662f8 |
| Pins | afa8915d1f334e1a |
| Electrical | 6047efcbc8561603 |
| Errata | e594194dc249d77f |
| Reviewed fallback | 03df2003779f4a29 |
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.