mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 12:40:13 -04:00
chore(config): harden shared agent rules
This commit is contained in:
parent
7381316e28
commit
3a2d565aaa
20 changed files with 95 additions and 69 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -473,7 +473,6 @@
|
|||
"03-git",
|
||||
"04-tools",
|
||||
"05-verification",
|
||||
"06-nix",
|
||||
"07-research"
|
||||
]
|
||||
},
|
||||
|
|
@ -486,7 +485,6 @@
|
|||
"03-git",
|
||||
"04-tools",
|
||||
"05-verification",
|
||||
"06-nix",
|
||||
"07-research"
|
||||
],
|
||||
"properties": {
|
||||
|
|
@ -540,16 +538,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"06-nix": {
|
||||
"allOf": [
|
||||
{ "$ref": "#/$defs/rule_item" },
|
||||
{
|
||||
"properties": {
|
||||
"id": { "const": "06-nix" }
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"07-research": {
|
||||
"allOf": [
|
||||
{ "$ref": "#/$defs/rule_item" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue