Files
gbrain/test
Garry TanandClaude Fable 5 dee3367d99 fix(autopilot,supervisor): reconnect() instead of disconnect()+bare connect() (#2034)
The autopilot health-probe recovery called connect() with no args after
disconnect(), losing the startup config (database_url undefined -> FATAL
restart-loop on every DB blip) and opening a null-pool window. Both call sites
now use engine.reconnect(), which restores the captured config.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 20:48:22 -07:00
..