Files
gstack/test
Garry Tan a9a3ac6d2a test(eval): bump maxTurns to 15 for claude-dedicated-tools-vs-bash
The prompt 'list every TypeScript file under src/ and tell me what
each exports' needs 1 turn for Glob + ~5 for Reads + 1 for summary.
Default maxTurns=5 was not enough; prior run threw from the SDK on
this fixture and tanked the whole periodic eval.

Bumping to 15 gives headroom. The runner now also handles max-turns
gracefully even if a future fixture underestimates, so this is belt
and suspenders.
2026-04-23 11:34:51 -07:00
..