595b19aa8b
The conductor/tests/verify_phase_3_rag.py module was deleted somewhere
between commit 213747a9 (where it was created) and current. The .pyc cache
file remained as an orphan. tests/test_phase_3_final_verify.py imports
from this module, causing tier-3-live_gui to fail at collection with:
ImportError: No module named 'conductor.tests.verify_phase_3_rag'
Fix: restore the .py source file from commit 213747a9's content (recovered
from disassembly of the orphaned .pyc cache + git show of the original).