npx claudepluginhub Zate/cc-godot --plugin gd/restartRestarts 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.
/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.
/restartRestart the Engram worker process. Use when experiencing issues with the memory system.
Quickly restart the running Godot project for fast iteration during development.
Stop the current instance
♻️ Restarting game...Wait briefly (0.5 seconds) for clean shutdown
Start the project again
Get initial output
Display result
✓ Game restarted successfully!
Quick stats:
• Restart time: <elapsed_time>
• Status: Running
Commands:
/gd:restart Restart again
/gd:debug View debug output
/gd:stop Stop the game
💡 Tip: Keep this workflow for rapid iteration:
Edit code → Save → /gd:restart → Test
⚠ Game restarted with errors:
<formatted_errors>
Use /gd:debug for detailed error information
Commands:
/gd:debug View full debug output
/gd:stop Stop the game
Would you like help fixing these errors?
ℹ No game was running. Starting fresh...
<use same output as /gd:run>
Display these tips the first time user runs /gd:restart:
💡 Restart Command Tips:
1. Fast Iteration: Use /gd:restart after making code changes
instead of manually stopping and starting the game.
2. Keyboard Shortcut: Save this command for quick access
(check if your terminal supports command aliases)
3. Watch Your Console: Errors from the restart will be
displayed immediately.
4. No Need to Stop First: /gd:restart handles stopping
automatically.
Typical workflow:
1. Make changes to your code
2. Save (Cmd+S / Ctrl+S)
3. Run /gd:restart
4. Test your changes
5. Repeat!
Track restart metrics for user feedback:
📊 Restart Performance:
• This restart: 2.1s
• Average: 2.3s
• Fastest: 1.8s
Your game restarts quickly! This is great for iteration.
If restart fails:
❌ Restart failed!
Possible causes:
- Previous instance didn't shut down cleanly
- Godot editor is not responding
- MCP server connection issue
Try these steps:
1. Wait a few seconds and try again
2. Check if Godot editor is running
3. Run /gd:setup to verify MCP configuration
Or manually:
1. /gd:stop (ensure game stops)
2. /gd:run (start fresh)
After restart, if errors detected, activate godot-debugging skill hints:
🔍 Detected issues in restart:
[ERROR] Null instance in player.gd:45
Common cause: Node references changed or removed
Quick fix: Verify all @onready var paths are correct
after scene modifications.
Want detailed help? Just ask about this error!