Set up Core Hub framework planning

This commit is contained in:
2026-06-27 11:00:12 +02:00
parent 8ed13623e5
commit a69df288b7
33 changed files with 1058 additions and 274 deletions

View File

@@ -1,12 +1,12 @@
# Capability Registry
Markdown-first capability index for federation and reuse planning.
Markdown-first capability index for Core Hub federation and reuse planning.
Core Hub publishes its framework capability here so reuse-surface and related discovery tools can understand what this repo is meant to provide.
## 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`.
1. Add or update a capability entry under `registry/capabilities/`.
2. Add the row to `registry/indexes/capabilities.yaml`.
3. Run `reuse-surface validate --root .` from a checkout with the CLI installed.
4. Keep capability docs aligned with `INTENT.md`, `SCOPE.md`, and `docs/specs/`.