Check a backend boundary¶
Use backend manifests and conformance fixtures to state what an implementation accepts and what it can realize.
RAES separates three questions:
Is the SDL document valid?
Can a processor compile the requested meaning?
Can a selected backend realize the compiled request?
A valid scenario can still exceed a backend’s declared capabilities. Read the backend report and keep unsupported or degraded results with the run evidence.
The repository includes contracts, stubs, a reference emulation backend, and conformance tests. It does not ship a production deployment backend or managed environment service.
Start with the backend schemas and the conformance API.