Configuration Control Plane for discovering, mapping, and governing the living configuration surface of fast-moving companies.
Find a file
tegwick 72bbdad2c8 feat(registry): complete ATLAS-WP-0002 T02, T03, T06
T02: remove inherited capability.infotech.repo-template and template consumer
docs (statehub-register, template-validation-checklist); add
capability.infotech.config-surface-atlas and rewrite capabilities.yaml.

T03: seed 4 configuration surfaces (state-hub api-config, ops-warden
routing-catalog, reuse-surface federation-sources, ops-bridge tunnel-config)
with registry/indexes/surfaces.yaml; source-linked, no values, secret deps by
reference.

T06: add tools/validate_registry.py (schema + index gate), Makefile (make
validate), and .github/workflows/validate.yml (GitHub + Gitea Actions);
document in stack-and-commands. Verified malformed entries are rejected.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 23:19:18 +02:00
.claude/rules feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
.github/workflows feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
docs feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
registry feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
research docs: mirror Gitea wiki and add config control plane research 2026-06-26 19:28:33 +02:00
schemas feat(registry): complete ATLAS-WP-0002 T04 (canon mapping) + T01 (surface schema) 2026-06-26 22:47:40 +02:00
specs docs: add config-atlas Product Requirements Document 2026-06-26 22:37:06 +02:00
tools feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
wiki docs: mirror Gitea wiki and add config control plane research 2026-06-26 19:28:33 +02:00
workplans feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-06-26 22:48:08 +02:00
.gitignore Initial commit 2026-06-26 13:44:08 +00:00
.repo-classification.yaml feat(bootstrap): complete ATLAS-WP-0001 State Hub integration 2026-06-26 17:52:30 +02:00
AGENTS.md feat(bootstrap): complete ATLAS-WP-0001 State Hub integration 2026-06-26 17:52:30 +02:00
CLAUDE.md Initial commit 2026-06-26 13:44:08 +00:00
INTENT.md docs: reframe INTENT around the configuration control plane 2026-06-26 19:50:36 +02:00
LICENSE Initial commit 2026-06-26 13:44:08 +00:00
Makefile feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
README.md feat(bootstrap): complete ATLAS-WP-0001 State Hub integration 2026-06-26 17:52:30 +02:00
SCOPE.md feat(bootstrap): complete ATLAS-WP-0001 State Hub integration 2026-06-26 17:52:30 +02:00

config-atlas

Federated configuration atlas for the Coulomb ecosystem — cataloging configuration surfaces, schemas, defaults, ownership, and cross-repo relationships.

Orient

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:

cd ~/state-hub && make fix-consistency REPO=config-atlas

Validate registry structure (from a reuse-surface checkout):

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)