From 200959c167c5e68a46743cd3324d54fa84e2bbc5 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 28 Jun 2026 11:15:27 +0000 Subject: [PATCH] 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. --- .claude-plugin/marketplace.json | 15 +++++++++------ .github/plugin/marketplace.json | 15 +++++++++------ plugins/bin/.claude-plugin/plugin.json | 2 +- plugins/bin/plugin.json | 2 +- plugins/kyberforge/.claude-plugin/plugin.json | 2 +- plugins/kyberforge/plugin.json | 2 +- 6 files changed, 22 insertions(+), 16 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index de734e0..d2aa21a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -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" } diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index de734e0..d2aa21a 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -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" } diff --git a/plugins/bin/.claude-plugin/plugin.json b/plugins/bin/.claude-plugin/plugin.json index 651b370..70f91d9 100644 --- a/plugins/bin/.claude-plugin/plugin.json +++ b/plugins/bin/.claude-plugin/plugin.json @@ -8,5 +8,5 @@ "keywords": [], "license": "MIT", "name": "bin", - "version": "1.0.1" + "version": "1.0.2" } diff --git a/plugins/bin/plugin.json b/plugins/bin/plugin.json index 59a65b1..6959b94 100644 --- a/plugins/bin/plugin.json +++ b/plugins/bin/plugin.json @@ -11,5 +11,5 @@ "skills": [ "skills/" ], - "version": "1.0.1" + "version": "1.0.2" } diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index 5579e0f..f96c066 100644 --- a/plugins/kyberforge/.claude-plugin/plugin.json +++ b/plugins/kyberforge/.claude-plugin/plugin.json @@ -8,5 +8,5 @@ "keywords": [], "license": "MIT", "name": "kyberforge", - "version": "1.0.1" + "version": "1.0.2" } diff --git a/plugins/kyberforge/plugin.json b/plugins/kyberforge/plugin.json index 4eab3e9..b09e4d5 100644 --- a/plugins/kyberforge/plugin.json +++ b/plugins/kyberforge/plugin.json @@ -13,5 +13,5 @@ "skills": [ "skills/" ], - "version": "1.0.1" + "version": "1.0.2" }