feat: add versioned execution profiles
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-08-21 00:21:53 +02:00
parent 641e85f5a8
commit 1cd890d871
34 changed files with 2087 additions and 471 deletions

View file

@ -2,6 +2,18 @@
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:
```bash
glas-harness profiles --json
```
## Authoring
1. Copy a capability entry template (see reuse-surface `templates/capability-entry.template.md`).