fix: installPath must be cache symlink path, not realpath

CC requires installPath to be inside ~/.claude/plugins/cache/ — resolved
real path breaks plugin loading. Version bump to 0.1.1 in install.sh.
This commit is contained in:
pyr0ball 2026-04-01 17:05:31 -07:00
parent b81f39bfcd
commit 9440c8c0b2

View file

@ -10,7 +10,7 @@ set -euo pipefail
PLUGIN_NAME="buddymon"
MARKETPLACE="local"
VERSION="0.1.0"
VERSION="0.1.1"
REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
PLUGINS_DIR="${HOME}/.claude/plugins"