- Implement wipe_all_ai_caches() in qdrant_memory.py (was a phantom function
referenced but never created, causing ERROR on every blank_start)
- Move imports OUT of try/except in bot_flow.py blank_start block so that
ImportError/NameError crash loudly instead of being silently swallowed
- Add Production Integrity Guard (check_production_integrity) to detect
MagicMock poisoning at startup
- Add missing TelepathicEngine import in bot_flow.py
- Fix conftest.py: move sys.modules monkeypatching into session fixture
to prevent global environment poisoning on test import
- Add TDD test test_wipe_all_ai_caches.py proving importability and
correct wipe behavior across all 8 global Qdrant collections
- Delete root garbage: patch_sae_tests.py, test_debug.py, test_mock.py,
tmp_bot_flow.py, test_e2e_output*.txt