From egregore
Installs a watchdog daemon (launchd on macOS, systemd on Linux) to monitor and automatically relaunch egregore sessions after crashes, rate limits, or context overflows.
npx claudepluginhub athola/claude-night-market --plugin egregore# install-watchdog Install a system-level daemon that monitors the egregore and relaunches it after crashes, rate limits, or context overflows. ## What It Does On macOS, installs a launchd agent (`com.egregore.watchdog`) that runs the watchdog script at a fixed interval. On Linux, installs a systemd user timer (`egregore-watchdog.timer`) instead. The watchdog checks: 1. Whether active work items remain in the manifest. 2. Whether a cooldown period is still active. 3. Whether a session is already running (via pidfile). If work remains and no session is running, the watchdog relaunches ...
Install a system-level daemon that monitors the egregore and relaunches it after crashes, rate limits, or context overflows.
On macOS, installs a launchd agent
(com.egregore.watchdog) that runs the watchdog script
at a fixed interval. On Linux, installs a systemd user
timer (egregore-watchdog.timer) instead.
The watchdog checks:
If work remains and no session is running, the watchdog relaunches the egregore.
jq must be installed (used to parse manifest and
budget files).claude CLI must be on your PATH.| Option | Default | Description |
|---|---|---|
--window | 5h | Time window for the session |
--interval | 300 | Check interval in seconds |
/egregore:uninstall-watchdog to remove the daemon./egregore:summon to start processing.