buddymon/.claude-plugin/plugin.json
pyr0ball b81f39bfcd fix: plugin registration and reload survival
- plugin.json: flatten repository to string, remove extra fields that
  failed CC schema validation (caused 'Unknown skill' on reload)
- hooks.json: remove escaped quotes from command paths (matched hookify
  reference implementation)
- install.sh: register 'local' marketplace in known_marketplaces.json
  so CC doesn't GC the cache symlink on /reload-plugins
2026-04-01 16:52:09 -07:00

11 lines
358 B
JSON

{
"name": "buddymon",
"description": "Collectible creatures discovered through coding — commit streaks, bug fights, and session challenges",
"version": "0.1.0",
"author": {
"name": "CircuitForge LLC",
"email": "hello@circuitforge.tech"
},
"license": "MIT",
"repository": "https://git.opensourcesolarpunk.com/Circuit-Forge/buddymon"
}