[codex-rs] harden review-loop validation flow [ci changed_files]

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Cooper Gamble
2026-03-09 17:27:13 -07:00
parent 27003226dd
commit d4eedd7662
24 changed files with 3049 additions and 120 deletions

View File

@@ -5839,6 +5839,9 @@
"string",
"null"
]
},
"validate_findings": {
"type": "boolean"
}
},
"required": [
@@ -5851,6 +5854,12 @@
{
"description": "Exited review mode with an optional final result to apply.",
"properties": {
"failure_message": {
"type": [
"string",
"null"
]
},
"review_output": {
"anyOf": [
{