Skip to main content

Module registry

Module registry 

Source
Expand description

Registry loading + cadence/scope resolution.

The loader walks an org root, parses every YAML/JSON it expects, and returns a LoadedRegistry plus a per-file diagnostic report. The resolver answers “when is this control next due?” and “what systems does its scope expand to on this date?” — both pure functions over the loaded model so they’re easy to property-test.

Modules§

coverage
Coverage reports tying expected periods to the runs that satisfied them.
loader
Walk an org root and produce a LoadedRegistry plus per-file diagnostics.
period
Period identifiers tying runs to audit windows.
resolver
Cadence resolution and scope expansion.