--- description: Refresh CCAM's runtime dependencies and restart the dashboard server --- Reinstall the runtime dependencies and restart the dashboard server against the currently installed plugin version. Use this after a plugin update, or when `/ccam-doctor` reports missing dependencies or a dead server. This stops the running dashboard server before starting the new one. Say so, then run: ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/plugin-bootstrap.js" --force ``` It runs in the foreground and can take a few minutes on a cold cache. When it finishes, verify: ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/plugin-doctor.js" ``` Report the final state in a few lines. If the bootstrap failed, quote the decisive line from `~/.claude/agent-dashboard/runtime/bootstrap.log`.