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:
parent
b81f39bfcd
commit
9440c8c0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue