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.
From nights-watchnpx claudepluginhub aniketkarne/ClaudeNightsWatch --plugin claude-nights-watch/restartSafely restarts the eforge daemon after checking for active builds. Reports new port on success, instructs to wait if builds active, or forces restart if requested.
/restartWipes all hero artifacts and config entries, resets hooks and progress to level 0 via Ruby CLI script. Supports --dry-run preview.
/restartRestart the Engram worker process. Use when experiencing issues with the memory system.
/restartContinue work from a previous session using the saved summary. Use this at the start of a new session after running /session-summarizer:summarize.
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