Help us improve
Share bugs, ideas, or general feedback.
From nights-watch
Restarts the Claude Nights Watch daemon by stopping current instance and starting new one to apply task.md and rules.md changes. Supports --at TIME scheduling.
npx claudepluginhub aniketkarne/ClaudeNightsWatch --plugin claude-nights-watchHow this command is triggered — by the user, by Claude, or both
Slash command
/nights-watch:restartThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Restart Nights Watch Daemon Restart the Claude Nights Watch daemon by stopping the current instance and starting a new one. Useful after modifying task or rules files. ## Usage ## Options - `--at TIME` - Schedule daemon to start monitoring at a specific time after restart - Format: `HH:MM` (today) or `YYYY-MM-DD HH:MM` (specific date/time) ## What It Does 1. Stops the currently running daemon gracefully 2. Waits 2 seconds for clean shutdown 3. Starts a new daemon instance 4. Loads latest task.md and rules.md files 5. Resumes monitoring with fresh configuration ## When to Restar...
/install-watchdogInstalls a watchdog daemon (launchd on macOS, systemd on Linux) to monitor and automatically relaunch egregore sessions after crashes, rate limits, or context overflows.
/restart-daemonRestarts autorun daemon to reload updated Python code in plugins. Cleans stale socket/lock files, triggers restart, verifies new daemon, checks bashlex.
/schedulerManages the scheduled workflow runner daemon: start, stop, check status, or emergency-stop via natural language.
/helpDisplays help for the heartbeat plugin, listing commands, CLI options, how it works, configuration, job formats, and Telegram setup.
/restartRestarts the claude-mnemonic worker process via a local API endpoint. Verifies the worker is running and reports the version.
/restartRestarts the Reflexio backend and dashboard to pick up new changes by running a uv Python CLI command and showing its output verbatim.
Share bugs, ideas, or general feedback.
Restart the Claude Nights Watch daemon by stopping the current instance and starting a new one. Useful after modifying task or rules files.
/nights-watch restart [OPTIONS]
--at TIME - Schedule daemon to start monitoring at a specific time after restart
HH:MM (today) or YYYY-MM-DD HH:MM (specific date/time)Restart the daemon when you:
task.md and want to apply changesrules.md safety constraintsSimple restart:
/nights-watch restart
Restart with new schedule:
/nights-watch restart --at "09:00"
${CLAUDE_PLUGIN_ROOT}/claude-nights-watch-manager.sh restart "$@"
Both achieve the same result, restart is just more convenient.
/nights-watch stop - Stop daemon only/nights-watch start - Start daemon only/nights-watch status - Verify restart was successful