Align operational handoff instructions
All checks were successful
ci / validate (push) Successful in 44s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a0233b-178d-7162-b92f-31a31ea8ca9b
This commit is contained in:
tegwick 2026-08-23 11:53:24 +02:00
parent ef245000b9
commit 3aabd07347
3 changed files with 56 additions and 3 deletions

View file

@ -21,11 +21,12 @@ pip install -e . -e ../sand-boxer -e '../rein-aharness[llm]' -e ../rein-openweig
# Test
python3 -m pytest tests/ -q
# Validate the executable profile/rein catalog
# Validate the profile/rein catalog and inspect operational readiness
glas-harness profiles
# Run — resolves the selected constellation, executes, verifies, and tears down
glas-harness run --harness-profile harness.agent-dev-local@1.0.0 \
# Run a bounded proof through an explicit profile. The committed remote profile
# is currently unverified; blocked profiles refuse before sandbox creation.
glas-harness run --harness-profile harness.agent-dev@1.0.0 \
--repo <path> --title "..." --description "..."
```