Expand description
Supervisor module - daemon process supervisor
This module is split into focused submodules:
state: State access layer (get/set operations)lifecycle: Daemon start/stop operationsautostop: Autostop logic and boot daemon startupretry: Retry logic with backoffwatchers: Background tasks (interval, cron, file watching)ipc_handlers: IPC request dispatch