2026-06-26 17:52:30 +02:00
|
|
|
# config-atlas
|
2026-06-26 13:44:08 +00:00
|
|
|
|
2026-06-26 17:52:30 +02:00
|
|
|
Federated configuration atlas for the Coulomb ecosystem — cataloging configuration
|
|
|
|
|
surfaces, schemas, defaults, ownership, and cross-repo relationships.
|
2026-06-26 13:44:08 +00:00
|
|
|
|
2026-06-26 17:52:30 +02:00
|
|
|
## Orient
|
2026-06-26 13:44:08 +00:00
|
|
|
|
2026-06-26 17:52:30 +02:00
|
|
|
```bash
|
|
|
|
|
cat INTENT.md
|
|
|
|
|
cat SCOPE.md
|
|
|
|
|
cat .custodian-brief.md
|
|
|
|
|
ls workplans/
|
|
|
|
|
```
|
2026-06-26 13:44:08 +00:00
|
|
|
|
|
|
|
|
## Registry
|
|
|
|
|
|
2026-06-26 17:52:30 +02:00
|
|
|
Configuration surface entries live under `registry/`. After registry or workplan
|
|
|
|
|
edits, sync with State Hub:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
cd ~/state-hub && make fix-consistency REPO=config-atlas
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Validate registry structure (from a `reuse-surface` checkout):
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
reuse-surface validate --root /home/worsch/config-atlas
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Governance
|
|
|
|
|
|
|
|
|
|
- **INTENT.md** — why the atlas exists and core principles
|
|
|
|
|
- **SCOPE.md** — in/out scope and current state
|
|
|
|
|
- **AGENTS.md** — agent session protocol and workplan conventions
|
|
|
|
|
- **workplans/** — canonical work items (ADR-001)
|