config-atlas/registry
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
..
capabilities feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
indexes feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
surfaces feat(registry): complete ATLAS-WP-0002 T02, T03, T06 2026-06-26 23:19:18 +02:00
README.md feat(registry): complete ATLAS-WP-0002 T04 (canon mapping) + T01 (surface schema) 2026-06-26 22:47:40 +02:00

Registry

Markdown-first registry for config-atlas. Two entry families:

Surfaces store the map only — never live configuration values, never secret values.

Capability Registry

Markdown-first capability index for federation and reuse planning.

Authoring

  1. Copy a capability entry template (see reuse-surface templates/capability-entry.template.md).
  2. Add the row to indexes/capabilities.yaml.
  3. Run reuse-surface validate from a checkout with the CLI installed.
  4. Merge to main and verify publish with reuse-surface establish --publish-check.

Federation contract: reuse-surface docs/RegistryFederation.md.