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
-3
View File
@@ -103,9 +103,6 @@ const SCENARIOS: Scenario[] = [
{ name: 'hook-cc-promptsubmit-context', hasModelTurn: true, recorded: true },
{ name: 'hook-cc-pretool-deny', hasModelTurn: true, recorded: true },
{ name: 'hook-cc-pretool-ask', hasModelTurn: true, recorded: true },
// TODO(hook-snapshot-noise): re-record the PostToolUse block fixtures with a
// self-limiting prompt or hook so one rejected result proves the seam without
// repeated block/retry cycles in the committed JSONL.
{ name: 'hook-cc-posttool-block', hasModelTurn: true, recorded: true },
{ name: 'hook-cc-posttool-context', hasModelTurn: true, recorded: true },
{ name: 'hook-cc-stop-continue', hasModelTurn: true, recorded: true },