glas-harness/profiles/harness.agent-dev-local.yaml
tegwick 1cd890d871
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
feat: add versioned execution profiles
2026-08-21 00:21:53 +02:00

26 lines
687 B
YAML

id: harness.agent-dev-local
version: "1.0.0"
contract_version: "1.0"
status: enabled
rein:
id: rein-aharness
required_capabilities:
session_style: unattended
model_class: frontier
sandbox_profile: profile.bwrap-local
tool_profile: green-commit-only
model:
provider: anthropic
model: claude-sonnet-4-6
model_class: frontier
route: claude-code-cli
limits:
budget_tokens: 60000
timeout_seconds: 900
credential_route_refs: []
metadata:
latency_class: fast
stream_tool_events: true
# Pairs with sand-boxer's profile.bwrap-local (ext.bwrap, same-host,
# no SSH hop) — for CI/local dev where the compose-ssh remote-host
# round trip is unnecessary overhead.