A modular, declarative Infrastructure as Code (IaC) platform for managing complete infrastructure lifecycles
| .ontoref | ||
| assets | ||
| resources | ||
| .gitignore | ||
| CHANGELOG.md | ||
| README.md | ||
Infrastructure Orchestration With Configuration as Code
Declarative infrastructure management with Nickel schemas, Nushell orchestration, and Rust executables. Type-safe configuration, automated validation, and cloud-native deployment across Kubernetes, Docker, and custom platforms.
provisioning/
├── .ontoref/ protocol spine — ontology, ADRs, reflection, positioning
├── assets/ canonical brand assets — logos, SVG marks
├── code/ git repo (implementation, platform, CLI, Nickel schemas)
├── outreach/ web content, architecture diagrams, presentations
└── vault/ private strategy (placeholder)
Quick start
cd code
just build # build all crates
just check # cargo check + clippy
just sync-assets # sync brand assets from ../assets/ into code/assets/
ontoref describe project # project identity, axioms, FSM state
Sub-repos
| Path | Remote | Purpose |
|---|---|---|
code/ |
https://rlung.librecloud.online/jesus/provisioning | Implementation — Rust platform, Nickel schemas, Nushell orchestration |
outreach/ |
— | Web content, diagrams, presentations |
vault/ |
— | Private strategy (SOPS-encrypted) |
Full technical docs → code/README.md