- 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
11 lines
358 B
JSON
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"
|
|
}
|