Modules
12 modules organized by architectural layer.
By Layer
definition
- vocab — Core schemas: #Resource, #Action, #TypeRegistry, #ActionDef
- patterns — Algorithms: graph, bind, deploy, health, SPOF, viz, TOON, OpenAPI, validation
template
- templates — 29 platform-specific providers, each a self-contained CUE module
orchestration
- orche — Orchestration schemas: execution steps, federation, drift detection, Docker site bootstrap
- boot — Bootstrap schemas: #BootstrapResource, #BootstrapPlan, credential collectors
constraint
- charter — Constraint-first project planning: declare scope, evaluate gaps, track gates. SHACL gap report projection.
projection
- wiki — #WikiProjection — MkDocs site generation from resource graphs
reporting
- cab — Change Advisory Board reports: impact, blast radius, runbooks
interaction
- ou — Role-scoped views: #InteractionCtx narrows #ExecutionPlan by role, type, name, layer. Hydra W3C JSON-LD export.
ci
- ci — Reusable GitLab CI templates for CUE validation, export, topology, impact
operations
- server — FastAPI execution gateway for running infrastructure commands
value
- examples — 17 working examples from minimal 3-layer to full 30-resource datacenter
All Modules
| Module | Layer | Status | Description |
|---|---|---|---|
| vocab | definition |
active | Core schemas: #Resource, #Action, #TypeRegistry, #ActionDef |
| patterns | definition |
active | Algorithms: graph, bind, deploy, health, SPOF, viz, TOON, OpenAPI, validation |
| templates | template |
active | 29 platform-specific providers, each a self-contained CUE module |
| orche | orchestration |
active | Orchestration schemas: execution steps, federation, drift detection, Docker site bootstrap |
| boot | orchestration |
active | Bootstrap schemas: #BootstrapResource, #BootstrapPlan, credential collectors |
| wiki | projection |
active | #WikiProjection — MkDocs site generation from resource graphs |
| cab | reporting |
active | Change Advisory Board reports: impact, blast radius, runbooks |
| ou | interaction |
active | Role-scoped views: #InteractionCtx narrows #ExecutionPlan by role, type, name, layer. Hydra W3C JSON-LD export. |
| ci | ci |
active | Reusable GitLab CI templates for CUE validation, export, topology, impact |
| server | operations |
active | FastAPI execution gateway for running infrastructure commands |
| charter | constraint |
active | Constraint-first project planning: declare scope, evaluate gaps, track gates. SHACL gap report projection. |
| examples | value |
active | 17 working examples from minimal 3-layer to full 30-resource datacenter |