From 095b72d2d6c5404eadacdafeb98f79aa0caeb0ed Mon Sep 17 00:00:00 2001 From: Jaakko Vanhala Date: Sun, 5 Apr 2026 20:52:25 +0300 Subject: [PATCH] =?UTF-8?q?Managerin=20prompti:=20riippuvuusj=C3=A4rjestys?= =?UTF-8?q?=20(models.py=20ennen=20main.py)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lisätty sääntö: "List dependencies first, then main app" jotta koodari saa kirjoitettua riippuvuudet (models, schemas) ensin ja pääsovelluksen (main.py) saa kontekstiksi oikeat importit. Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/network-poc/static/index.html b/network-poc/static/index.html index da11962..2ccbd71 100644 --- a/network-poc/static/index.html +++ b/network-poc/static/index.html @@ -2027,6 +2027,7 @@ Rules: - Max 4 files - Only .py, .txt, .json, .html files - No directories, no paths, just filenames +- List dependencies first, then main app (e.g. models.py before main.py) Project: ${task}`; const plan = await kpnRun(agentPrompts.manager.model, managerPrompt);