Pin content-verified runtime builds and isolate proof worker state
Some checks failed
Governed runtime contract / contract (push) Failing after 29s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
tegwick 2026-09-09 23:03:34 +02:00
parent 565b07716a
commit 8a7550f2ec
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@
"version": "0.1.0"
},
{
"commit": "be42de7caf90e7d9fe6c8d7fea263603167ac8c5",
"commit": "7a61383e59f0a1d8229c57f48e231de67c0f338a",
"distribution": "sandboxer",
"source": "../sand-boxer",
"version": "0.0.0"

View file

@ -142,6 +142,7 @@ def case(root, runtime, checksum, server, cap, bootstrap=False):
"AGENT_HARNESS_EXECUTION_PROJECT": policy.project,
"AGENT_HARNESS_SPEND_POLICY": str(policy_path),
"AGENT_HARNESS_SPEND_LEDGER": str(parent.path),
"REIN_AHARNESS_STATE_DIR": str(private / "worker-state"),
"GLAS_PROFILE_DIR": str(profiles), "XDG_DATA_HOME": str(root / "data"),
"ANTHROPIC_API_KEY": DUMMY_KEY}
child = subprocess.run([str(runtime / "bin/python3"), "-I", "-B", "-m", "rein_aharness.cli",