From 997f0df23ba18791799e62d82df43cfbd1250e18 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 9 Aug 2026 17:24:08 +0000 Subject: [PATCH] chore(plugins): patch-bump kyberforge and lint for shipped changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kyberforge 1.2.7 -> 1.2.8: both vale-wrap.sh copies, skill-audit's validate.sh and its SKILL.md changed after the last bump. lint 1.1.4 -> 1.1.5: the Vale research troubleshooting doc changed after its last bump. Without the bump, installed copies keep serving the cached version. This is the fourth time in this PR the bump was missed after shipped content changed — check-manifests.sh validates parity between the two manifests but not that a content change was accompanied by a bump, which is the gap that keeps letting it through. Refs: #85 --- plugins/kyberforge/.claude-plugin/plugin.json | 2 +- plugins/kyberforge/plugin.json | 2 +- plugins/lint/.claude-plugin/plugin.json | 2 +- plugins/lint/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index 2c67fcb..98049c5 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.2.7" + "version": "1.2.8" } diff --git a/plugins/kyberforge/plugin.json b/plugins/kyberforge/plugin.json index 7609ef2..1554ed0 100644 --- a/plugins/kyberforge/plugin.json +++ b/plugins/kyberforge/plugin.json @@ -13,5 +13,5 @@ "skills": [ "skills/" ], - "version": "1.2.7" + "version": "1.2.8" } diff --git a/plugins/lint/.claude-plugin/plugin.json b/plugins/lint/.claude-plugin/plugin.json index 81b9cf1..76e11d9 100644 --- a/plugins/lint/.claude-plugin/plugin.json +++ b/plugins/lint/.claude-plugin/plugin.json @@ -13,5 +13,5 @@ ], "license": "MIT", "name": "lint", - "version": "1.1.4" + "version": "1.1.5" } diff --git a/plugins/lint/plugin.json b/plugins/lint/plugin.json index f4c1a12..faf571e 100644 --- a/plugins/lint/plugin.json +++ b/plugins/lint/plugin.json @@ -18,5 +18,5 @@ "skills": [ "skills/" ], - "version": "1.1.4" + "version": "1.1.5" }