ee348643f8
services/correlation.py was moved to services/shared/correlation.py, services/event_bus.py to services/instance/event_bus.py, and services/health_monitor.py to services/instance/health_monitor.py but main.py was still importing from the old flat paths. Updated main.py to import from the new subpackage paths via __init__.py re-exports. Quality gates: py_compile passed, ruff passed.