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

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

View File

@@ -8,5 +8,5 @@
"keywords": [], "keywords": [],
"license": "MIT", "license": "MIT",
"name": "bin", "name": "bin",
"version": "1.0.1" "version": "1.0.2"
} }

View File

@@ -11,5 +11,5 @@
"skills": [ "skills": [
"skills/" "skills/"
], ],
"version": "1.0.1" "version": "1.0.2"
} }

View File

@@ -8,5 +8,5 @@
"keywords": [], "keywords": [],
"license": "MIT", "license": "MIT",
"name": "kyberforge", "name": "kyberforge",
"version": "1.0.1" "version": "1.0.2"
} }

View File

@@ -13,5 +13,5 @@
"skills": [ "skills": [
"skills/" "skills/"
], ],
"version": "1.0.1" "version": "1.0.2"
} }