From 69218ae224d46ccd3ceea519b47559f554ba0dca Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sat, 4 Jul 2026 16:53:16 +0000 Subject: [PATCH] feat(plugins): bump kyberforge to 1.2.0, git to 1.1.0 kyberforge gains new forge skill for factory artifact routing; git gains pc-author and pc-run skills moved from kyberforge. Includes version parity fixes in CC manifests (ADR-0016). Co-Authored-By: Claude Haiku 4.5 --- plugins/git/.claude-plugin/plugin.json | 2 +- plugins/git/plugin.json | 2 +- plugins/kyberforge/.claude-plugin/plugin.json | 2 +- plugins/kyberforge/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/git/.claude-plugin/plugin.json b/plugins/git/.claude-plugin/plugin.json index 81d705f..623b867 100644 --- a/plugins/git/.claude-plugin/plugin.json +++ b/plugins/git/.claude-plugin/plugin.json @@ -13,5 +13,5 @@ ], "license": "MIT", "name": "git", - "version": "1.0.0" + "version": "1.1.0" } diff --git a/plugins/git/plugin.json b/plugins/git/plugin.json index da5de76..382c1d5 100644 --- a/plugins/git/plugin.json +++ b/plugins/git/plugin.json @@ -18,5 +18,5 @@ "skills": [ "skills/" ], - "version": "1.0.1" + "version": "1.1.0" } diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index 0b25538..33a9d02 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.1.3" + "version": "1.2.0" } diff --git a/plugins/kyberforge/plugin.json b/plugins/kyberforge/plugin.json index 97d52d1..3cdec6f 100644 --- a/plugins/kyberforge/plugin.json +++ b/plugins/kyberforge/plugin.json @@ -13,5 +13,5 @@ "skills": [ "skills/" ], - "version": "1.1.4" + "version": "1.2.0" }