mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 11:40:12 -04:00
fix
This commit is contained in:
parent
28ab10c58f
commit
7381316e28
12 changed files with 230 additions and 75 deletions
|
|
@ -149,10 +149,12 @@
|
|||
"on-request",
|
||||
"untrusted",
|
||||
"never"
|
||||
]
|
||||
],
|
||||
"description": "Codex-only compatibility override. Prefer runtime.approval as the portable source of truth."
|
||||
},
|
||||
"network_access": {
|
||||
"type": "boolean"
|
||||
"type": "boolean",
|
||||
"description": "Codex-only compatibility override. Prefer runtime.network_access as the portable source of truth."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -367,7 +367,7 @@
|
|||
"inventory_skills": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Skill inventory for protocol v1. This schema enforces exact order, exact keys, and key/id equality for the current repository inventory.",
|
||||
"description": "Skill inventory for protocol v1. This schema enforces exact order, exact keys, and key/id equality for the current repository inventory. The fixed v1 inventory does not include a separate 'project' skill entry.",
|
||||
"required": [
|
||||
"order",
|
||||
"items"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue