feat(runtime): enforce governed mutation boundaries
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06ba0-10aa-7ea0-b20a-4f3fac39efe9
This commit is contained in:
parent
e3c6124e22
commit
20e6f381f6
28 changed files with 1068 additions and 154 deletions
|
|
@ -38,6 +38,7 @@ the legacy coexistence path until the migration flag is enabled upstream.
|
|||
| `AGENT_HARNESS_OPS_LABELS_MODE` | `any` | `any` or `all` |
|
||||
| `AGENT_HARNESS_OPS_LEASE_SECONDS` | `900` | claim lease |
|
||||
| `AGENT_HARNESS_CLAIM_INTERVAL` | `30` | empty-queue poll interval |
|
||||
| `AGENT_HARNESS_LEGACY_APPROACHES_UNTIL` | unset | ISO expiry date required for profile-absent compatibility routing |
|
||||
| `AGENT_HARNESS_REPO_MAP` | `{}` | JSON slug→checkout path |
|
||||
| `AGENT_HARNESS_REPO_ROOTS` | `~:~/work` | slug search roots |
|
||||
|
||||
|
|
@ -48,6 +49,7 @@ export AGENT_HARNESS_REPO_MAP='{
|
|||
"freedom-intelligence":"/home/tegwick/freedom-intelligence",
|
||||
"binky-control":"/home/tegwick/binky-control"
|
||||
}'
|
||||
export AGENT_HARNESS_LEGACY_APPROACHES_UNTIL=2026-12-31
|
||||
export ACTIVITY_CORE_URL=http://127.0.0.1:8010 # or ClusterIP via tunnel
|
||||
export ACTIVITY_CORE_WORKER_TOKEN=… # from actcore-runtime-secret
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue