You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(zephyr): add lifecycle logging to coordinator thread
The coordinator thread had no entry, exit, or error logging, making
production hangs impossible to diagnose. Wrap the loop in try/except
with full traceback logging, and have _wait_for_stage fail fast when
the coordinator thread is dead instead of spinning forever.
Closes#4004
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments