Skip to content

v4.0.2 - Path Resolution Fix

Choose a tag to compare

@lackeyjb lackeyjb released this 21 Oct 15:19
· 10 commits to main since this release

Fixes

  • Fixed dynamic path resolution for all installation methods (#2)
    • Resolves path mismatch between plugin installation and hardcoded paths
    • Eliminates trial-and-error when Claude discovers skill directory
    • Supports plugin system, manual global, and project-specific installations
    • Replaced 9 hardcoded path references with dynamic $SKILL_DIR placeholder

What Changed

This patch release fixes a critical bug where the skill documentation referenced hardcoded paths that didn't match the actual plugin installation location, causing Claude to use trial-and-error to find the correct directory.