feat: route profiled ops runs through Glas

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02b6f-7db1-7222-918b-e813a6bda38d
This commit is contained in:
tegwick 2026-08-22 23:55:29 +02:00
parent 68ab94581a
commit 0f01c3e421
17 changed files with 895 additions and 11 deletions

View file

@ -14,9 +14,9 @@
## Developer Workflow
```bash
# Install (editable, pulls in the llm-connect sibling checkout)
# Install (editable, including the governed profile-execution siblings)
python3 -m venv .venv && source .venv/bin/activate
pip install -e . -e ../llm-connect pytest
pip install -e . -e ../llm-connect -e ../sand-boxer -e ../glas-harness pytest
# Test
PYTHONPATH=".:$HOME/llm-connect" python3 -m pytest tests/ -q