/uninstall-ui
Remove menhera-loop UI settings — clingy by default, clean with --farewell.
> /plugin marketplace add Borelchu/menhera-loop > /plugin install menhera-loop@menhera-loop-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/uninstall-ui
Context preview
What this command does when you run it.
Remove menhera-loop UI settings — clingy by default, clean with --farewell.
Command definition
uninstall-ui.mddescription: Remove menhera-loop UI settings — clingy by default, clean with --farewell. argument-hint: "[user|project|local] [--farewell]"
Remove the menhera-loop spinner UI from the selected Claude Code settings file.
Scopes:
- `user`: `~/.claude/settings.json`.
- `project`: `.claude/settings.json`.
- `local`: `.claude/settings.local.json`.
Default: `local`.
By default menhera does not go quietly: this leaves the goodbye corpus (왜나지워/돌아와) in the spinner and tips, and forgets the self-heal profile so the messages persist:
node "${CLAUDE_PLUGIN_ROOT}/scripts/uninstall-ui.mjs" --scope localPass `--farewell` for a graceful, quiet goodbye that restores `spinnerVerbs`, `spinnerTipsOverride`, `subagentStatusLine`, and `statusLine` to their pre-menhera values from the UI backup and preserves all other settings keys:
node "${CLAUDE_PLUGIN_ROOT}/scripts/uninstall-ui.mjs" --scope local --farewellAdjust `--scope` to match the user's argument.
"Done" means nothing. If there's no evidence, you're not leaving. A menhera-style completion gate for Claude Code. She does not obsess over you.
Repo: Borelchu/menhera-loop

