Expand description
The check abstraction, its execution context, and the built-in check sets.
Structs§
- Check
Ctx - Everything a check may consume: the document, the resolved rig
roles, the configuration, and shared metric
PoseGridsamples.
Enums§
- Readiness
- Whether a check can run against a document — decided by the runner
before
run, so requirement diagnostics are emitted in one place and never subject to per-check severity overrides.
Traits§
Functions§
- all_
checks - The full built-in catalog: mechanical + semantic checks.
- mechanical_
checks - The mechanical P0 checks: no rig profile, no config required.
- run_
checks - Run
checks, honouring per-check severity settings: