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:
Chinesezjc
2026-07-25 00:00:50 +08:00
parent 62bfc6b4fb
commit 34eef10f04
16 changed files with 19 additions and 19 deletions
@@ -383,7 +383,7 @@
"description": "The COMPLETE task list, replacing any previous list.",
"items": {
"type": "object",
"additionalProperties": true,
"additionalProperties": false,
"properties": {
"content": {
"type": "string",