From rune
Clears Rune configuration by deleting config.json after user confirmation, returning the tool to its dormant state.
How this command is triggered — by the user, by Claude, or both
Slash command
/rune:resetclaude/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /rune:reset — Reset Configuration Clear all configuration and return to dormant state. ## Steps 1. **Confirm with user** before proceeding. Ask: "This will delete your Rune configuration. Continue?" 2. If confirmed: - Delete `~/.rune/config.json` - Respond: "Configuration cleared. Run `/rune:configure` to set up again." 3. If not confirmed: - Respond: "Reset cancelled."
Clear all configuration and return to dormant state.
Confirm with user before proceeding. Ask: "This will delete your Rune configuration. Continue?"
If confirmed:
~/.rune/config.json/rune:configure to set up again."If not confirmed:
npx claudepluginhub cryptolabinc/rune --plugin rune/runeRoutes to appropriate Rune skill based on <action> for interconnected project lifecycle workflows: orchestration (cook, team), creation/development/quality/delivery/rescue, utilities (research, verification).
/restartWipes all hero artifacts and config entries, resets hooks and progress to level 0 via Ruby CLI script. Supports --dry-run preview.
/resetResets DESIGN-OPS configuration by backing up to timestamped file, removing config, and clearing discovery cache. Supports --no-backup and --force options.
/rag-disableDisables automatic RAG enhancement by updating config/rag_settings.json to set 'enabled': false and reports 'RAG disabled'.
/startStarts ClaudeClaw heartbeat daemon: blocks home-dir starts, installs Bun/Node if needed, checks/runs interactive config for model, heartbeat, Telegram/Discord/security.
/ralph_customLaunches Ralph autonomous task agent to execute multi-step goals from markdown files, iterating with self-correction, tmux agents, and git commits until success or max iterations.