From aff5b6c4c8422ce97abbb5fffae7a99ec2239deb Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sat, 8 Aug 2026 20:45:13 +0000 Subject: [PATCH] chore(plugins): patch-bump bin, kyberforge and lint for shipped content changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The round-3 fixes changed shipped skill content in three plugins without touching their manifests, so installed copies would keep serving the old content from cache. plugin-author requires a patch bump for exactly this reason: consumers use the version to detect changes. It matters most for lint — anyone installed at 1.1.2 has a cached vale-run/SKILL.md stating that Vale exits non-zero on warnings, which is backwards and would lead them to build a gate that passes everything. - bin 1.1.0 -> 1.1.1 (caveman: suppression comments removed) - kyberforge 1.2.3 -> 1.2.4 (skill-audit/agent-audit: Vale step reworked) - lint 1.1.2 -> 1.1.3 (vale-run: exit-code and suppression-syntax fixes) Marketplace entries carry no per-plugin version, so both marketplace.json files are unchanged. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01MCQ648fLSFXPHGZdQ8gn58 --- plugins/bin/.claude-plugin/plugin.json | 2 +- plugins/bin/plugin.json | 2 +- plugins/kyberforge/.claude-plugin/plugin.json | 2 +- plugins/kyberforge/plugin.json | 2 +- plugins/lint/.claude-plugin/plugin.json | 2 +- plugins/lint/plugin.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/bin/.claude-plugin/plugin.json b/plugins/bin/.claude-plugin/plugin.json index 490b0ca..e2808ac 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.1.0" + "version": "1.1.1" } diff --git a/plugins/bin/plugin.json b/plugins/bin/plugin.json index b0be24c..e02f8dd 100644 --- a/plugins/bin/plugin.json +++ b/plugins/bin/plugin.json @@ -11,5 +11,5 @@ "skills": [ "skills/" ], - "version": "1.1.0" + "version": "1.1.1" } diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index 8a5badf..67751f2 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.3" + "version": "1.2.4" } diff --git a/plugins/kyberforge/plugin.json b/plugins/kyberforge/plugin.json index f540bc0..8568a8f 100644 --- a/plugins/kyberforge/plugin.json +++ b/plugins/kyberforge/plugin.json @@ -13,5 +13,5 @@ "skills": [ "skills/" ], - "version": "1.2.3" + "version": "1.2.4" } diff --git a/plugins/lint/.claude-plugin/plugin.json b/plugins/lint/.claude-plugin/plugin.json index d186f5f..a7c8ec4 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.2" + "version": "1.1.3" } diff --git a/plugins/lint/plugin.json b/plugins/lint/plugin.json index 453ee26..a531652 100644 --- a/plugins/lint/plugin.json +++ b/plugins/lint/plugin.json @@ -18,5 +18,5 @@ "skills": [ "skills/" ], - "version": "1.1.2" + "version": "1.1.3" }