Skip to content

v0.1.9

Choose a tag to compare

@Detective-XH Detective-XH released this 25 May 19:38
v0.1.9
421653b

[0.1.9] - 2026-05-25

Added

  • --update-skills flag on init and install — force-overwrites existing skill directories with the latest bundled version. No more manual deletion needed to upgrade skills after a DocGraph update.
  • install.IsClaudeResult(r Result) bool — exported helper; replaces the hardcoded "claude" string comparison in claudeInstalled, making the API stable for future refactors.
  • skills_test.go (155 lines) — unit tests for claudeInstalled (empty / non-claude / claude-not-on-PATH) and installSkills (fresh install / skip-existing / overwrite).

Fixed

  • claudeInstalled PATH check — skills are now only auto-installed when the claude CLI is actually present on PATH. Previously, auto mode installed skills to .claude/skills/ even on machines without Claude Code.