Production Readiness Matrix
The Production Readiness Matrix summarizes release-blocking areas and the
evidence that closes each area.
The machine-readable matrix is docs/production-readiness-matrix.tsv.
| Area | Status | Gate |
|---|---|---|
| Type and effect system | implemented | make type-production-closure-check |
| ABI v1 layouts | implemented | make abi-v1-layout-check |
| Runtime depth | implemented | make runtime-depth-closure-check |
| Host effects | implemented | make host-effects-closure-check |
| Runtime-backed frameworks | implemented | make framework-runtime-closure-check |
| Remote package ecosystem | implemented | make remote-package-ecosystem-check |
| Backend parity | implemented | make backend-parity-closure-check |
| Standard library modules | implemented | make stdlib-parity-check |
| Distributed execution | implemented | make distributed-cluster-check |
| Physical hardware evidence | implemented | make physical-hardware-evidence-check |
| Source-owned tooling | implemented | make source-owned-tooling-closure-check |
| Documentation coverage | implemented | make docs-parity-closure-check |
| Final release | release-blocking | make final-release-discipline-check |
Release-Blocking Rule
Only the final release gate may claim production readiness. Earlier rows prove
their own surfaces and remain inputs to the final release record.