Skip to main content

Module loader

Module loader 

Source
Expand description

Walk an org root and produce a LoadedRegistry plus per-file diagnostics.

Structs§

Diagnostic
LoadReport
Aggregated load + validation report. errors is fatal; warnings is 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; check report.is_clean() before relying on it.