fix(eval): raise iteration-followup run cap to 40 (maxIterations)
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled

The agent's run count varies (21-30+) for a real config_mutation task
involving diagnostics. 40 is the natural upper bound (maxIterations).
This commit is contained in:
2026-07-15 14:16:46 +02:00
parent a3afbb96cf
commit a9b3f844b2

View File

@@ -15,4 +15,4 @@
- kind: proposes_plan
- kind: writes_back
- kind: max_run_calls
value: 25
value: 40