v0.8.4
v0.8.4 — non-destructive plugin install + global scope
ADDED
- Global plugin install.
kimetsu plugin install <target> --scope global
installs the Kimetsu surface into the user's home for every session —
~/.claude/+~/.claude.json(mcpServers) for Claude Code, and
~/.codex/for Codex — instead of the workspace.--scopedefaults to
workspace(the prior behavior). Also exposed as thescopeargument on
thekimetsu_plugin_installMCP tool.
FIXED
- Hook install no longer clobbers existing hooks.
kimetsu plugin install
now merges its hooks into existing Claudesettings.json/ Codex
hooks.jsoninstead of replacing them. Hooks you already have — even on the
same events Kimetsu uses (UserPromptSubmit,PreToolUse, …) — are
preserved, with Kimetsu's group added alongside. Re-running install is
idempotent (no duplicate groups) and the MCP config + generated docs refresh
without requiring--force.