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

@ -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

View file

@ -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