This commit is contained in:
2026-03-07 20:04:46 -05:00
parent 93cd4a0050
commit 422b2e6518
2 changed files with 24 additions and 2 deletions

View File

@@ -135,7 +135,16 @@ Focus: Add permanent markers to prevent future simplification
- File: tests/test_conductor_engine_v2.py
- Add: Module-level comment explaining these tests verify engine execution
- [ ] Task 4.4: Run full test suite to verify no regressions
- [ ] Task 4.4: Add ANTI-SIMPLIFICATION header to simulation tests
- Files: test_sim_base.py, test_sim_context.py, test_sim_tools.py, test_sim_execution.py
- Add: Module-level comments explaining these tests verify user action simulations
- These are CRITICAL - they detect regressions in user-facing functionality
- [ ] Task 4.5: Add ANTI-SIMPLIFICATION header to live workflow tests
- Files: test_live_workflow.py, test_live_gui_integration_v2.py
- Add: Module-level comments explaining these tests verify end-to-end flows
- [ ] Task 4.6: Run full test suite to verify no regressions
- Command: uv run pytest tests/test_gui_updates.py tests/test_gui_phase3.py tests/test_conductor_engine_v2.py -v
- Verify: All tests pass with restored assertions