Skip to content

v2.0.1 — Doc fixes (README images, /dnd → /dm:dnd)

Choose a tag to compare

@Bobby-Gray Bobby-Gray released this 05 Jun 14:27

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/*.png to skills/dnd/display/icons/*.png but 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 /dnd command refs swept to /dm:dnd. ~148 internal references across SKILL.md, SKILL-commands.md, and SKILL-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/ and skills/dnd/ are unaffected.
  • update_skill.py plugin-mode heuristic narrowed from any /plugins/ path substring to .claude/plugins/ specifically. Prevents a dev tree with a plugins directory from false-positively reporting plugin-managed mode.

No migration needed. /plugin update dm (or wait for Claude Code's marketplace auto-refresh).