From f13e1c0bd20d326792aa1d4540a685eda3e09ca7 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sat, 27 Jun 2026 22:44:03 +0000 Subject: [PATCH] chore(kyberforge): bump version to 1.0.1 ## Why Plugin cache is keyed by version string. Adding pc-author and pc-run skills requires a version bump so claude plugin update resolves a new cache directory and picks up the new skills. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01P87CiC58Ru2PPWYTeXtjHT --- plugins/kyberforge/.claude-plugin/plugin.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index 9ef9292..5579e0f 100644 --- a/plugins/kyberforge/.claude-plugin/plugin.json +++ b/plugins/kyberforge/.claude-plugin/plugin.json @@ -1,9 +1,12 @@ { - "name": "kyberforge", - "displayName": "Kyberforge", - "version": "1.0.0", + "author": { + "name": "Defame1297", + "url": "https://git.dev.rkdr.net/Defame1297/" + }, "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/" }, + "displayName": "Kyberforge", + "keywords": [], "license": "MIT", - "keywords": [] + "name": "kyberforge", + "version": "1.0.1" }