Expand description
Walk an org root and produce a LoadedRegistry plus per-file diagnostics.
Structs§
- Diagnostic
- Load
Report - Aggregated load + validation report.
errorsis fatal;warningsis informational (e.g. a control YAML parsed but a referenced policy file is missing).
Functions§
- load
- Load the org tree at
root. Returns the registry even when soft-validation surfaces issues; checkreport.is_clean()before relying on it.