conductor(checkpoint): Checkpoint end of Phase 3 - GUI Menu Integration

This commit is contained in:
2026-05-05 21:26:04 -04:00
parent ded9f38a00
commit f22265b0c7
+4 -4
View File
@@ -1,13 +1,13 @@
import subprocess
import sys
import os
def verify_phase_3():
print("Verifying Phase 3: Discussion & Context Structure Mutation...")
print("Verifying Phase 3: GUI Menu Integration...")
# Run the comprehensive simulation test
# We rely on the existing simulation test to verify the callback logic,
# which underpins the GUI menu integration.
result = subprocess.run(
["uv", "run", "pytest", "tests/test_undo_redo_sim.py"],
["uv", "run", "pytest", "tests/test_workspace_profiles_sim.py"],
capture_output=True,
text=True
)