| .. | ||
| capabilities | ||
| indexes | ||
| reins | ||
| README.md | ||
Capability Registry
Markdown-first capability index for federation and reuse planning.
registry/reins/*.yaml is also the executable rein registry consumed by
ProfileCatalog. Each descriptor has a semantic rein version, supported Glas
contract versions, a restricted in-package handler, capabilities, and status.
A profile is executable only when its rein is implemented, supports the exact
contract version, and satisfies every required capability.
Validate the rein registry together with all harness profiles using:
glas-harness profiles --json
Authoring
- Copy a capability entry template (see reuse-surface
templates/capability-entry.template.md). - Add the row to
indexes/capabilities.yaml. - Run
reuse-surface validatefrom a checkout with the CLI installed. - Merge to
mainand verify publish withreuse-surface establish --publish-check.
Federation contract: reuse-surface docs/RegistryFederation.md.