From cc5f366450ad8b93fbe6375cfe7d9627aa7da302 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 9 Aug 2026 13:06:53 +0000 Subject: [PATCH] chore(plugins): patch-bump kyberforge and lint for shipped changes kyberforge 1.2.5 -> 1.2.6 for the self-locating vale-wrap.sh. lint 1.1.3 -> 1.1.4 for the corrected Vale exit-code semantics: a consumer cached at 1.1.3 holds docs that lead to building a gate which passes everything. Both provider manifests bumped in parity per ADR-0006. Marketplace entries carry no per-plugin version, so neither file changes. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01MCQ648fLSFXPHGZdQ8gn58 --- 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 2a52749..2a76c69 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.5" + "version": "1.2.6" } diff --git a/plugins/kyberforge/plugin.json b/plugins/kyberforge/plugin.json index aa0e590..367ddb4 100644 --- a/plugins/kyberforge/plugin.json +++ b/plugins/kyberforge/plugin.json @@ -13,5 +13,5 @@ "skills": [ "skills/" ], - "version": "1.2.5" + "version": "1.2.6" } diff --git a/plugins/lint/.claude-plugin/plugin.json b/plugins/lint/.claude-plugin/plugin.json index a7c8ec4..81b9cf1 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.3" + "version": "1.1.4" } diff --git a/plugins/lint/plugin.json b/plugins/lint/plugin.json index a531652..f4c1a12 100644 --- a/plugins/lint/plugin.json +++ b/plugins/lint/plugin.json @@ -18,5 +18,5 @@ "skills": [ "skills/" ], - "version": "1.1.3" + "version": "1.1.4" }