From ecd4525a7f166893de9477dfc24b8a00a8532ef5 Mon Sep 17 00:00:00 2001 From: Jaakko Vanhala Date: Fri, 10 Apr 2026 07:51:41 +0300 Subject: [PATCH] =?UTF-8?q?Review-korjauskierrokset=20nostettu=202?= =?UTF-8?q?=E2=86=923?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/frontend/src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-poc/frontend/src/pages/index.astro b/network-poc/frontend/src/pages/index.astro index f8b35d2..4f95a1b 100644 --- a/network-poc/frontend/src/pages/index.astro +++ b/network-poc/frontend/src/pages/index.astro @@ -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');