From 9440c8c0b2b852e8fd75153c97015b55c7a1fa50 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 1 Apr 2026 17:05:31 -0700 Subject: [PATCH] fix: installPath must be cache symlink path, not realpath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CC requires installPath to be inside ~/.claude/plugins/cache/ — resolved real path breaks plugin loading. Version bump to 0.1.1 in install.sh. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f933628..62cead1 100755 --- a/install.sh +++ b/install.sh @@ -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"