From 422b2e65183ac57dd489c0cf776b00a27dea0333 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 7 Mar 2026 20:04:46 -0500 Subject: [PATCH] so tired --- .../test_integrity_audit_20260307/metadata.json | 15 ++++++++++++++- .../tracks/test_integrity_audit_20260307/plan.md | 11 ++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/conductor/tracks/test_integrity_audit_20260307/metadata.json b/conductor/tracks/test_integrity_audit_20260307/metadata.json index fdfa8a3..0937169 100644 --- a/conductor/tracks/test_integrity_audit_20260307/metadata.json +++ b/conductor/tracks/test_integrity_audit_20260307/metadata.json @@ -17,7 +17,20 @@ "tests/test_gui_updates.py", "tests/test_gui_phase3.py", "tests/test_conductor_engine_v2.py", - "tests/test_gui2_performance.py" + "tests/test_gui2_performance.py", + "tests/test_sim_base.py", + "tests/test_sim_context.py", + "tests/test_sim_tools.py", + "tests/test_sim_execution.py", + "tests/test_sim_ai_settings.py", + "tests/test_live_workflow.py", + "tests/test_live_gui_integration_v2.py", + "tests/test_dag_engine.py", + "tests/test_mma_orchestration_gui.py", + "tests/test_gui2_layout.py", + "tests/test_gui2_events.py", + "tests/test_gui2_mcp.py", + "tests/test_gui_symbol_navigation.py" ], "tags": [ "test-audit", diff --git a/conductor/tracks/test_integrity_audit_20260307/plan.md b/conductor/tracks/test_integrity_audit_20260307/plan.md index 603fa2f..dffc806 100644 --- a/conductor/tracks/test_integrity_audit_20260307/plan.md +++ b/conductor/tracks/test_integrity_audit_20260307/plan.md @@ -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