test(snapshot): re-record tool schemas for the todo item key tightening
additionalProperties: false on the todo_write item schema is model-visible (tool schemas ride the request header and the code-mode prompt types), so the pinned ACP/headless expected outputs re-record. Keyless refresh; the two locally-failing scenarios are this machine's known environment issues (HOME-symlink cwd normalization, SQLite ExperimentalWarning), not the diff.
This commit is contained in:
@@ -383,7 +383,7 @@
|
||||
"description": "The COMPLETE task list, replacing any previous list.",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user