- Single validation entrypoint is standardized:
./tools/test-orchestrator. - Cross-path validation is enforced across Node, C runtime/CLI, and emit-c compiled execution paths.
- Sanitizer visibility is integrated in the validation flow (smoke in PR profile, full robustness in nightly/release hardening).
- Spec/manual traceability is enforced with required-suite checks and unresolved reference detection.
- Performance regression policy is active with baseline comparison and superlinear/pathological slowdown detection.
tools/release-buildnow produces versioned release payloads underdist/.dist/manifest.jsonincludes:- artifact SHA-256 hashes
- tool versions
- executed gate commands and exit status
- commit/platform metadata
psccremains partially dependent on Node compiler forwarding for some outputs (--emit-c,--emit-ir).- WASM path is not Tier 1 and is still treated as experimental for packaging guarantees.
- Fuzzing breadth is improving but does not yet claim complete grammar/runtime state-space coverage.
- Benchmark suite is regression-oriented; it does not claim absolute throughput certification across machines.
- emit-c runtime benchmarks are now split:
emit-c-compilemetric for generation+compilation timeemit-c-runtimemetric for execution-only timing (compile once, run N times)
- CORE language semantics and STDLIB contracts covered by normative suites are stable for v1.x.
- Experimental surfaces (WASM packaging, benchmark corpus shape, release payload layout details) may evolve within v1.x.