## Why Version sync across all plugin manifest locations so the CC plugin loader, the .github marketplace mirror, and the canonical plugin.json files all report the same version. ## Impact Consumers fetching the plugin via the marketplace will see the updated version entry.
22 lines
630 B
JSON
22 lines
630 B
JSON
{
|
|
"description": "AI development skills for Claude Code and GitHub Copilot CLI \u2014 factory, design, implement, review, and cross-cutting workflows.",
|
|
"name": "holocron",
|
|
"owner": {
|
|
"email": "defame1297@rkdr.net",
|
|
"name": "Defame1297"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
|
"name": "kyberforge",
|
|
"source": "./plugins/kyberforge"
|
|
},
|
|
{
|
|
"description": "A place for things to be binned",
|
|
"name": "bin",
|
|
"source": "./plugins/bin"
|
|
}
|
|
],
|
|
"version": "0.1.1"
|
|
}
|