v2.0.1 — Doc fixes (README images, /dnd → /dm:dnd)
Patch release. No behavior changes; doc-only fixes flagged during the v2.0.0 review.
- README image paths fixed. Top-level README icons (logo + every feature bullet) now resolve. The v2.0.0 restructure moved
display/icons/*.pngtoskills/dnd/display/icons/*.pngbut the top-level README still pointed at the old path, so the repo page rendered with broken images for ~24 hours after v2.0.0. - Stale
/dndcommand refs swept to/dm:dnd. ~148 internal references acrossSKILL.md,SKILL-commands.md, andSKILL-scripts.md. The model loads these as its operating playbook, so an instruction to "type/dnd save" wouldn't resolve under the plugin. Path references like~/.claude/dnd/andskills/dnd/are unaffected. update_skill.pyplugin-mode heuristic narrowed from any/plugins/path substring to.claude/plugins/specifically. Prevents a dev tree with apluginsdirectory from false-positively reporting plugin-managed mode.
No migration needed. /plugin update dm (or wait for Claude Code's marketplace auto-refresh).