generated from coulomb/repo-seed
Customize config-atlas identity (INTENT, SCOPE, AGENTS, rules), document dev workflow commands, remove inherited repo-seed workplans, and add ATLAS-WP-0002 registry foundation workplan.
35 lines
832 B
Markdown
35 lines
832 B
Markdown
# config-atlas
|
|
|
|
Federated configuration atlas for the Coulomb ecosystem — cataloging configuration
|
|
surfaces, schemas, defaults, ownership, and cross-repo relationships.
|
|
|
|
## Orient
|
|
|
|
```bash
|
|
cat INTENT.md
|
|
cat SCOPE.md
|
|
cat .custodian-brief.md
|
|
ls workplans/
|
|
```
|
|
|
|
## Registry
|
|
|
|
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) |