codex: sync schema and tests after rebase

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Gabriel Cohen
2026-03-10 01:38:38 -07:00
parent 98dbdfe71f
commit de7ab6e1d8
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
"description": "Path to a role-specific config layer. Relative paths are resolved relative to the `config.toml` that defines them."
},
"description": {
"description": "Human-facing role documentation used in spawn tool guidance.",
"description": "Human-facing role documentation used in spawn tool guidance. Required unless supplied by the referenced agent role file.",
"type": "string"
},
"nickname_candidates": {

View File

@@ -3322,7 +3322,7 @@ model = "gpt-5"
.agent_roles
.get("researcher")
.and_then(|role| role.config_file.as_ref()),
Some(&home_agents_dir.join("researcher.toml"))
Some(&standalone_agents_dir.join("researcher.toml"))
);
assert_eq!(
config