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);