Install Watchdog Overview Installs a persistent daemon that monitors the egregore process and relaunches it when needed. The daemon uses the OS-native scheduler (launchd on macOS, systemd on Linux) to run a watchdog script every 5 minutes. The watchdog script checks: - Whether an egregore session is already running. - Whether the budget is in cooldown. - Whether there are active work items in the manifest. If all conditions are met, it launches a new egregore session. When To Use - After initializing an egregore project ( ) when you want autonomous relaunching. - When setting up egregore on a…