chore(config): harden shared agent rules

This commit is contained in:
Bryan Ramos 2026-04-03 12:31:48 -04:00
parent 7381316e28
commit 3a2d565aaa
20 changed files with 95 additions and 69 deletions

View file

@ -143,6 +143,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"sandbox_mode": {
"type": "string",
"enum": [
"read-only",
"workspace-write",
"danger-full-access"
],
"description": "Codex-only compatibility override. Prefer runtime.filesystem as the portable source of truth."
},
"approval_policy": {
"type": "string",
"enum": [