buddymon/skills
pyr0ball 910da843fe fix: robust catalog path resolution when CLAUDE_PLUGIN_ROOT unset
Skills run via Bash heredoc don't inherit CLAUDE_PLUGIN_ROOT, so
f"{PLUGIN_ROOT}/lib/catalog.json" collapsed to /lib/catalog.json.

All four PLUGIN_ROOT usages in SKILL.md now try:
  1. $CLAUDE_PLUGIN_ROOT/lib/catalog.json  (if env var is set)
  2. ~/.claude/plugins/marketplaces/circuitforge/plugins/buddymon/lib/catalog.json
  3. ~/.claude/plugins/cache/circuitforge/buddymon/0.1.1/lib/catalog.json

statusline block also fixed: prefers ~/.claude/buddymon/statusline.sh
(stable user-local copy from install.sh) over plugin-relative paths.
2026-04-05 23:40:57 -07:00
..
buddymon fix: robust catalog path resolution when CLAUDE_PLUGIN_ROOT unset 2026-04-05 23:40:57 -07:00