-
Notifications
You must be signed in to change notification settings - Fork 0
Production Readiness
Simon B.Stirling edited this page Mar 2, 2026
·
1 revision
I use this document as the frozen production-readiness gate contract for the current bootstrap toolchain.
Contract version: prodready.v1
I freeze a final, scripted production-readiness gate that requires:
- milestone gate coverage M52 through M69 in the active test run
- representative checkpoint coverage for M54 through M59 slices
- presence of all frozen v1 contract docs
- release-candidate packaging and checksum verification success
I enforce this contract in:
tests/production_readiness.sh
That harness is integrated at the end of tests/run.sh and therefore enforced by make test.
I require successful prerequisite gate outputs from the active run:
/tmp/l0_m52_parser_fuzz.out/tmp/l0_m53_verifier_matrix.out/tmp/l0_m60_intrinsic_contracts.out/tmp/l0_m61_debug_map_schema.out/tmp/l0_m62_trace_schema_contracts.out/tmp/l0_m63_deterministic_builds.out/tmp/l0_m64_differential_semantics.out/tmp/l0_m65_fuzz_stress.out/tmp/l0_m66_performance_gates.out/tmp/l0_m67_error_model.out/tmp/l0_m68_release_pipeline.out/tmp/l0_m69_compatibility_matrix.out
I also require representative milestone checkpoints already produced by the suite for M54-M59 slices.
I run the release pipeline for:
- version
1.0.0-rc1
I require all expected artifacts and checksum verification to pass.
I cut and publish a production candidate tag in the repository:
v1.0.0-rc1
I treat this as the production candidate anchor for the v1 contract set.
- External deployment rollout automation.
- Signed artifact attestation systems.
- Multi-platform production readiness beyond current Linux x86-64 bootstrap scope.
- How-To-Write-L0
- Language-Reference
- Instruction-Set
- CLI-and-Compiler-Spec
- Implementable-Spec
- Command-Reference
- Examples-Catalog
- LLM-Quick-Reference
- Opcode-Examples
- LLM-Doc-Index