chore(plugins): bump bin and kyberforge to 1.0.2, marketplace to 0.1.1

## 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.
This commit is contained in:
2026-06-28 11:15:27 +00:00
parent 3a91126d3f
commit 200959c167
6 changed files with 22 additions and 16 deletions

View File

@@ -1,18 +1,21 @@
{
"description": "AI development skills for Claude Code and GitHub Copilot CLI \u2014 factory, design, implement, review, and cross-cutting workflows.",
"name": "holocron",
"owner": { "name": "Defame1297", "email": "defame1297@rkdr.net" },
"description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.",
"version": "0.1.0",
"owner": {
"email": "defame1297@rkdr.net",
"name": "Defame1297"
},
"plugins": [
{
"name": "kyberforge",
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"name": "kyberforge",
"source": "./plugins/kyberforge"
},
{
"name": "bin",
"description": "A place for things to be binned",
"name": "bin",
"source": "./plugins/bin"
}
]
],
"version": "0.1.1"
}