From c60ec5f2f7e0d63c6c57132e3dbe212aeced7d65 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 5 Jul 2026 13:18:05 +0000 Subject: [PATCH] chore(kyberforge): bump plugin version to 1.2.3 skill-author and agent-author SKILL.md files received bug fixes (git-log commit-hash verification before reporting completion, skill-author now forbids self-spawning audit/recheck subagents during its authoring pass, and agent-author closed checklist/coverage gaps). Patch bump to reflect fixed behavior, not new capability. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01FNJWdVvdgvZCHi1hZGqgVQ --- plugins/kyberforge/.claude-plugin/plugin.json | 2 +- plugins/kyberforge/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index 5894989..8a5badf 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.2" + "version": "1.2.3" } diff --git a/plugins/kyberforge/plugin.json b/plugins/kyberforge/plugin.json index 1225684..f540bc0 100644 --- a/plugins/kyberforge/plugin.json +++ b/plugins/kyberforge/plugin.json @@ -13,5 +13,5 @@ "skills": [ "skills/" ], - "version": "1.2.2" + "version": "1.2.3" }