From 247bd4af7a187cbd3e755d7acbcd3e7677e97ce0 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 21 Jun 2026 01:18:37 +0000 Subject: [PATCH] fix(kyberforge): add version field to claude-code plugin manifest claude plugin validate --strict treats a missing version as an error. Any CI pipeline using strict mode would fail without this field. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01Gv5iNACZxumtF2k6TsK18q --- plugins/kyberforge/.claude-plugin/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index fbc1360..9ef9292 100644 --- a/plugins/kyberforge/.claude-plugin/plugin.json +++ b/plugins/kyberforge/.claude-plugin/plugin.json @@ -1,6 +1,7 @@ { "name": "kyberforge", "displayName": "Kyberforge", + "version": "1.0.0", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", "author": { "name": "Defame1297", "url": "https://git.dev.rkdr.net/Defame1297/" }, "license": "MIT",