From claude-smart
Restarts the Reflexio backend and dashboard to pick up new changes by running a uv Python CLI command and showing its output verbatim.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-smart:restartThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run this bash command and show its output verbatim: !`uv run --project "$HOME/.reflexio/plugin-root" --quiet python -m claude_smart.cli restart`
Run this bash command and show its output verbatim:
!uv run --project "$HOME/.reflexio/plugin-root" --quiet python -m claude_smart.cli restart
npx claudepluginhub reflexioai/claude-smart --plugin claude-smart/restart-daemonRestarts autorun daemon to reload updated Python code in plugins. Cleans stale socket/lock files, triggers restart, verifies new daemon, checks bashlex.
/localserverStarts local Flask backend and React frontend development servers with dynamic port assignment, aggressive cleanup, virtual env setup, and health checks including API endpoint tests.
/dashboardManages a local dashboard backed by .thoth ledgers — start, stop, or rebuild the dashboard server.
/dashboardLaunches the local Agentheim dashboard web UI. Also supports stopping and checking status via `[stop|status]` argument.