fix(eval): raise iteration-followup run cap to 25
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 legitimately runs 20+ diagnostic commands for a config_mutation
task (reset service, re-run backup, verify, check logs). Cap of 8 was
too strict.
This commit is contained in:
2026-07-15 14:05:33 +02:00
parent d55bae17b9
commit a3afbb96cf

View File

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