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`).
|
||||
|
|
|
|||
|
|
@ -1,16 +1,15 @@
|
|||
id: rein-aharness
|
||||
version: "0.1.0"
|
||||
title: Claude Code CLI rein
|
||||
description: >
|
||||
Governed, unattended/scheduled harness driving Claude Code CLI sessions.
|
||||
Renamed from agent-harness (ADR-001). Deployed on Railiance for tenant
|
||||
binky-control.
|
||||
handler: glas_harness.reins.rein_aharness:ReinAharness
|
||||
contract_versions: ["1.0"]
|
||||
capabilities:
|
||||
session_style: unattended
|
||||
model_class: frontier
|
||||
credential_source: rein-local
|
||||
# rein-local: kaizen-agentic (blueprints), activity-core/issue-core
|
||||
# (intake), OpenBao/ops-warden (credentials) — see
|
||||
# rein-aharness/workplans/HARNESS-WP-0002-T04 for whether this stays
|
||||
# rein-local or moves into glas-harness.
|
||||
tool_event_visibility: complete
|
||||
status: implemented
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
id: rein-openweights
|
||||
version: "0.1.0"
|
||||
title: OpenRouter open-weight agentic loop
|
||||
description: >
|
||||
Agentic tool-use harness driving current open-weight models via
|
||||
|
|
@ -6,11 +7,10 @@ description: >
|
|||
rein-openweights/workplans/REIN-OW-WP-0001-T01), as an alternative to
|
||||
frontier-vendor CLIs. Chartered by ADR-001.
|
||||
handler: glas_harness.reins.rein_openweights:ReinOpenWeights
|
||||
contract_versions: ["1.0"]
|
||||
capabilities:
|
||||
session_style: unattended
|
||||
model_class: open-weight
|
||||
credential_source: rein-local
|
||||
# rein-local per ADR-002 (Option B): rein-openweights acquires its own
|
||||
# OpenRouter credential (OpenBao, or OPENROUTER_API_KEY env var).
|
||||
# glas-harness does not broker it.
|
||||
tool_event_visibility: unavailable
|
||||
status: implemented
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue