This commit is contained in:
2026-03-07 19:41:23 -05:00
parent 3ba4cac4a4
commit 177787e5f6
5 changed files with 30 additions and 3 deletions

View File

@@ -127,3 +127,9 @@ When your current role requires capabilities from another tier, use `activate_sk
- When managing complex, multi-file Track implementations.
- When creating or refining conductor tracks (MUST follow Surgical Spec Protocol).
</triggers>
## Anti-Patterns (Avoid)
- 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.