test: trim PostToolUse snapshot retries

This commit is contained in:
Tianyi Cui
2026-07-14 00:28:20 +08:00
parent 0e7d539bbc
commit b579a13db7
7 changed files with 16 additions and 1125 deletions
@@ -2,6 +2,6 @@
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{ "op": "prompt", "text": "Use the bash tool to run exactly: echo HELLO. Report the tool result you got back verbatim, then stop." }
{ "op": "prompt", "text": "Call the bash tool exactly once to run: echo HELLO. Whatever tool result comes back, quote it verbatim and stop without calling another tool." }
]
}