generated from nhcarrigan/template
dbf5234a42
Adds a 60-second watchdog that silently kills the Claude Code process if system:init never arrives, preventing the UI from being stuck in a "Connected" state indefinitely. Refactors process handle to Arc<Mutex<Option<Child>>> for cross-thread access, and removes the unused CommandExt import.