Review-korjauskierrokset nostettu 2→3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jaakko Vanhala
2026-04-10 07:51:41 +03:00
parent 7a3e5278b9
commit ecd4525a7f

View File

@@ -794,7 +794,7 @@ OUTPUT FORMAT:
// Review-korjausluuppi: max 2 kierrosta
const tst = agents.tester || Object.values(agents)[4];
const MAX_REVIEW_ROUNDS = 2;
const MAX_REVIEW_ROUNDS = 3;
for (let round = 0; round < MAX_REVIEW_ROUNDS; round++) {
const currentCode = Object.entries(files).map(([n,c]) => `--- ${n} ---\n${c}`).join('\n\n');