You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--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.