diff options
Diffstat (limited to 'Omni/Agent/Worker.hs')
| -rw-r--r-- | Omni/Agent/Worker.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Omni/Agent/Worker.hs b/Omni/Agent/Worker.hs index a34270c..cc5f730 100644 --- a/Omni/Agent/Worker.hs +++ b/Omni/Agent/Worker.hs @@ -325,6 +325,14 @@ buildBasePrompt task ns repo = <> "7. Only exit after bild --test passes.\n\n" <> "IMPORTANT: The git commit will fail if lint finds issues.\n" <> "You must fix all lint suggestions.\n\n" + <> "BUILD SYSTEM NOTES:\n" + <> "- Running 'bild --test " + <> ns + <> "' automatically tests ALL dependencies of that namespace\n" + <> "- You do NOT need to run bild --test on individual files - just the main namespace\n" + <> "- Once tests pass, do NOT re-run them unless you make more changes\n" + <> "- The 'lint' command will be run automatically during git commit via hooks\n" + <> "- You can run 'lint --fix' on changed files if needed, but it's optional\n\n" <> "Context:\n" <> "- Working directory: " <> Text.pack repo |
