feat: add versioned execution profiles
This commit is contained in:
parent
641e85f5a8
commit
1cd890d871
34 changed files with 2087 additions and 471 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue