ai is trying to cheat out of finishing the tests still

This commit is contained in:
2026-03-07 19:38:15 -05:00
parent b1ab18f8e1
commit 3ba4cac4a4
5 changed files with 38 additions and 32 deletions

View File

@@ -164,3 +164,4 @@ Focus: {One-sentence scope}
- Do NOT use native `edit` tool - use MCP tools
- DO NOT SKIP a TEST IN PYTEST JUSTS BECAUSE ITS BROKEN AND HAS NO TRIVIAL SOLUTION OR FIX.
- DO NOT SIMPLIFY A TEST JUST BECAUSE IT HAS NO TRIVAL SOLUTION TO FIX.
- DO NOT CREATE MOCK PATCHES TO PSUEDO API CALLS OR HOOKS BECAUSE THE APP SOURCE WAS CHANGED. ADAPT TESTS PROPERLY.