diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 50246ec..1551e20 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "name": "holocron", "description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.", - "version": "0.4.1", + "version": "0.4.2", "owner": { "name": "Defame1297", "email": "defame1297@rkdr.net", @@ -11,7 +11,7 @@ { "name": "kyberforge", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", - "version": "1.5.0", + "version": "1.6.0", "category": "Developer Tools", "source": "./plugins/kyberforge" }, diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 50246ec..1551e20 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1,7 +1,7 @@ { "name": "holocron", "description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.", - "version": "0.4.1", + "version": "0.4.2", "owner": { "name": "Defame1297", "email": "defame1297@rkdr.net", @@ -11,7 +11,7 @@ { "name": "kyberforge", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", - "version": "1.5.0", + "version": "1.6.0", "category": "Developer Tools", "source": "./plugins/kyberforge" }, diff --git a/apm.yml b/apm.yml index bfaa15a..f727d09 100644 --- a/apm.yml +++ b/apm.yml @@ -1,5 +1,5 @@ name: holocron -version: 0.4.1 +version: 0.4.2 description: AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows. license: MIT @@ -42,7 +42,7 @@ dependencies: # after a kyberforge release, check this first. executables: allow: - kyberforge#1.5.0: + kyberforge#1.6.0: hooks: true bin: true @@ -52,7 +52,7 @@ marketplace: # top-level apm.yml description:/version: above are NOT inherited into the # compiled output despite being used elsewhere (e.g. by `apm audit`). description: AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows. - version: 0.4.1 + version: 0.4.2 owner: name: Defame1297 email: defame1297@rkdr.net @@ -79,7 +79,7 @@ marketplace: - name: kyberforge description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. source: ./plugins/kyberforge - version: 1.5.0 + version: 1.6.0 category: Developer Tools - name: bin diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index d668e6a..071ecc2 100644 --- a/plugins/kyberforge/.claude-plugin/plugin.json +++ b/plugins/kyberforge/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "kyberforge", - "version": "1.5.0", + "version": "1.6.0", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", "author": { "name": "Defame1297", diff --git a/plugins/kyberforge/.github/plugin/plugin.json b/plugins/kyberforge/.github/plugin/plugin.json index d668e6a..071ecc2 100644 --- a/plugins/kyberforge/.github/plugin/plugin.json +++ b/plugins/kyberforge/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "kyberforge", - "version": "1.5.0", + "version": "1.6.0", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", "author": { "name": "Defame1297", diff --git a/plugins/kyberforge/apm.yml b/plugins/kyberforge/apm.yml index 2ba3fe9..b59a56e 100644 --- a/plugins/kyberforge/apm.yml +++ b/plugins/kyberforge/apm.yml @@ -1,5 +1,5 @@ name: kyberforge -version: 1.5.0 +version: 1.6.0 description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. author: name: Defame1297