From nights-watch
Restarts the Claude Nights Watch daemon to apply configuration changes from task.md and rules.md. Supports scheduling with --at flag.
How 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...
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 successfulnpx claudepluginhub aniketkarne/ClaudeNightsWatch --plugin claude-nights-watch4plugins reuse this command
First indexed Jan 1, 2026
/install-watchdogInstalls a system-level watchdog daemon that monitors the egregore process and automatically relaunches it after crashes, rate limits, or context overflows. Supports --window and --interval options.
/restart-daemonRestarts autorun daemon to reload updated Python code in plugins. Cleans stale socket/lock files, triggers restart, verifies new daemon, checks bashlex.
/startInitializes and launches a background daemon for scheduled prompts and event-driven triggers. Walks through model selection, heartbeat setup, and optional Telegram/Discord integration.
/startStarts the ClaudeClaw heartbeat daemon with interactive setup and security checks for Telegram, Discord, and permissions.
/startStarts the ClaudeClaw project daemon with interactive setup for AI model, Telegram, Discord, and security configuration. Also supports one-shot prompting.
/schedulerManages the Octopus scheduled workflow runner daemon — start, stop, check status, or emergency-stop. Also supports natural language intent parsing.