feat(bootstrap): complete ATLAS-WP-0001 State Hub integration

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.
This commit is contained in:
2026-06-26 17:52:30 +02:00
parent 3918ef8a0d
commit 7078eaf596
14 changed files with 335 additions and 160 deletions

View File

@@ -1,16 +1,35 @@
# repo-seed
# config-atlas
A git repository template to bootstrap coulomb projects from.
Federated configuration atlas for the Coulomb ecosystem — cataloging configuration
surfaces, schemas, defaults, ownership, and cross-repo relationships.
## Bootstrap a new repo
## Orient
1. Clone or copy this template into a new repository.
2. Run `statehub register` from the new repo root (see [docs/statehub-register.md](docs/statehub-register.md)).
3. Complete the generated bootstrap workplan (`*-0001-statehub-bootstrap.md`).
4. Sync workplans: `cd ~/state-hub && make fix-consistency REPO=<slug>`.
5. Validate with [docs/template-validation-checklist.md](docs/template-validation-checklist.md).
```bash
cat INTENT.md
cat SCOPE.md
cat .custodian-brief.md
ls workplans/
```
## Registry
This repo publishes `capability.infotech.repo-template` — see
`registry/capabilities/capability.infotech.repo-template.md`.
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)