From 0427422765b007f9fe05dbe45527e171fed76e24 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Tue, 1 Sep 2026 12:39:54 +0000 Subject: [PATCH] chore(release): bump the six plugins and the catalog to patch, not minor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The branch is 31 fix, 30 refactor, 11 docs, 4 chore, 2 test — zero feat, zero `!`, zero BREAKING CHANGE — and it adds no skill, agent, command or hook. Two rules shipped in this repo both make that a patch: forge's version-bump.md, which lands in this very branch ("minor for new capability, patch for a fix/refactor"), and git-commits' conventional-commits-spec.md, which maps fix to PATCH and refactor to none. Minor was the one answer neither rule produces, and the release was arguing with a policy it was simultaneously introducing. bin 1.1.6, core 1.1.2, git 1.3.6, gitea 1.3.7, kyberforge 1.6.1, lint 1.1.7 The catalog goes 0.5.0 to 0.4.6 for the same reason: apm-workflow's marketplace.md reserves a catalog minor for a packages[] entry added or removed and assigns patch to an existing entry's version moving. The set is 7 entries on both sides with unchanged names, so only the patch trigger applies. Each number is +1 patch on the pre-bump value rather than stacked on the minor, and executables.allow follows kyberforge to 1.6.1 so the ADR-0019 SessionStart hook does not orphan. Note what this does not settle: four published files were removed from the installed tree on this branch, three more moved, and caveman gained disable-model-invocation, which retires its old triggers. Under a strict reading of the repo's own breaking rule those are major-class and they currently ship under refactor: with no marker. Patch is right for the code; whether the deployed skill surface is a public contract is still unwritten, and that question outlives this commit. --- .claude-plugin/marketplace.json | 14 +++++++------- .github/plugin/marketplace.json | 14 +++++++------- apm.yml | 18 +++++++++--------- plugins/bin/.claude-plugin/plugin.json | 2 +- plugins/bin/.github/plugin/plugin.json | 2 +- plugins/bin/apm.yml | 2 +- plugins/core/.claude-plugin/plugin.json | 2 +- plugins/core/.github/plugin/plugin.json | 2 +- plugins/core/apm.yml | 2 +- plugins/git/.claude-plugin/plugin.json | 2 +- plugins/git/.github/plugin/plugin.json | 2 +- plugins/git/apm.yml | 2 +- plugins/gitea/.claude-plugin/plugin.json | 2 +- plugins/gitea/.github/plugin/plugin.json | 2 +- plugins/gitea/apm.yml | 2 +- plugins/kyberforge/.claude-plugin/plugin.json | 2 +- plugins/kyberforge/.github/plugin/plugin.json | 2 +- plugins/kyberforge/apm.yml | 2 +- plugins/lint/.claude-plugin/plugin.json | 2 +- plugins/lint/.github/plugin/plugin.json | 2 +- plugins/lint/apm.yml | 2 +- 21 files changed, 41 insertions(+), 41 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f4c1ab1..4f11b93 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.5.0", + "version": "0.4.6", "owner": { "name": "Defame1297", "email": "defame1297@rkdr.net", @@ -11,35 +11,35 @@ { "name": "kyberforge", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", - "version": "1.7.0", + "version": "1.6.1", "category": "Developer Tools", "source": "./plugins/kyberforge" }, { "name": "bin", "description": "Skills for everyday AI-assisted development work that is not tied to a single tool, forge or language, and has not yet been split into a focused plugin.", - "version": "1.2.0", + "version": "1.1.6", "category": "Utilities", "source": "./plugins/bin" }, { "name": "git", "description": "Skills and agents for working with a local Git clone over the git wire protocol, and for authoring and running the pre-commit hooks that guard it.", - "version": "1.4.0", + "version": "1.3.6", "category": "Version Control", "source": "./plugins/git" }, { "name": "gitea", "description": "Skills and agents for working with a Gitea forge through its HTTP API — the forge's own objects, as distinct from the local git clone.", - "version": "1.4.0", + "version": "1.3.7", "category": "Version Control", "source": "./plugins/gitea" }, { "name": "core", "description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.", - "version": "1.2.0", + "version": "1.1.2", "category": "Productivity", "source": "./plugins/core" }, @@ -59,7 +59,7 @@ { "name": "lint", "description": "Skills and agents for configuring and running linters.", - "version": "1.2.0", + "version": "1.1.7", "category": "Developer Tools", "source": "./plugins/lint" } diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index f4c1ab1..4f11b93 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.5.0", + "version": "0.4.6", "owner": { "name": "Defame1297", "email": "defame1297@rkdr.net", @@ -11,35 +11,35 @@ { "name": "kyberforge", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", - "version": "1.7.0", + "version": "1.6.1", "category": "Developer Tools", "source": "./plugins/kyberforge" }, { "name": "bin", "description": "Skills for everyday AI-assisted development work that is not tied to a single tool, forge or language, and has not yet been split into a focused plugin.", - "version": "1.2.0", + "version": "1.1.6", "category": "Utilities", "source": "./plugins/bin" }, { "name": "git", "description": "Skills and agents for working with a local Git clone over the git wire protocol, and for authoring and running the pre-commit hooks that guard it.", - "version": "1.4.0", + "version": "1.3.6", "category": "Version Control", "source": "./plugins/git" }, { "name": "gitea", "description": "Skills and agents for working with a Gitea forge through its HTTP API — the forge's own objects, as distinct from the local git clone.", - "version": "1.4.0", + "version": "1.3.7", "category": "Version Control", "source": "./plugins/gitea" }, { "name": "core", "description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.", - "version": "1.2.0", + "version": "1.1.2", "category": "Productivity", "source": "./plugins/core" }, @@ -59,7 +59,7 @@ { "name": "lint", "description": "Skills and agents for configuring and running linters.", - "version": "1.2.0", + "version": "1.1.7", "category": "Developer Tools", "source": "./plugins/lint" } diff --git a/apm.yml b/apm.yml index 5d3ac05..4584124 100644 --- a/apm.yml +++ b/apm.yml @@ -1,5 +1,5 @@ name: holocron -version: 0.5.0 +version: 0.4.6 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.7.0: + kyberforge#1.6.1: 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.5.0 + version: 0.4.6 owner: name: Defame1297 email: defame1297@rkdr.net @@ -79,31 +79,31 @@ marketplace: - name: kyberforge description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. source: ./plugins/kyberforge - version: 1.7.0 + version: 1.6.1 category: Developer Tools - name: bin description: Skills for everyday AI-assisted development work that is not tied to a single tool, forge or language, and has not yet been split into a focused plugin. source: ./plugins/bin - version: 1.2.0 + version: 1.1.6 category: Utilities - name: git description: Skills and agents for working with a local Git clone over the git wire protocol, and for authoring and running the pre-commit hooks that guard it. source: ./plugins/git - version: 1.4.0 + version: 1.3.6 category: Version Control - name: gitea description: Skills and agents for working with a Gitea forge through its HTTP API — the forge's own objects, as distinct from the local git clone. source: ./plugins/gitea - version: 1.4.0 + version: 1.3.7 category: Version Control - name: core description: Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it. source: ./plugins/core - version: 1.2.0 + version: 1.1.2 category: Productivity - name: mattpocock-skills @@ -115,5 +115,5 @@ marketplace: - name: lint description: Skills and agents for configuring and running linters. source: ./plugins/lint - version: 1.2.0 + version: 1.1.7 category: Developer Tools diff --git a/plugins/bin/.claude-plugin/plugin.json b/plugins/bin/.claude-plugin/plugin.json index 8a181b6..e1e71ee 100644 --- a/plugins/bin/.claude-plugin/plugin.json +++ b/plugins/bin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "1.2.0", + "version": "1.1.6", "description": "Skills for everyday AI-assisted development work that is not tied to a single tool, forge or language, and has not yet been split into a focused plugin.", "author": { "name": "Defame1297", diff --git a/plugins/bin/.github/plugin/plugin.json b/plugins/bin/.github/plugin/plugin.json index a0c4e43..5f8e98a 100644 --- a/plugins/bin/.github/plugin/plugin.json +++ b/plugins/bin/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bin", - "version": "1.2.0", + "version": "1.1.6", "description": "Skills for everyday AI-assisted development work that is not tied to a single tool, forge or language, and has not yet been split into a focused plugin.", "author": { "name": "Defame1297", diff --git a/plugins/bin/apm.yml b/plugins/bin/apm.yml index 69d4adf..eec10b1 100644 --- a/plugins/bin/apm.yml +++ b/plugins/bin/apm.yml @@ -1,5 +1,5 @@ name: bin -version: 1.2.0 +version: 1.1.6 description: Skills for everyday AI-assisted development work that is not tied to a single tool, forge or language, and has not yet been split into a focused plugin. author: name: Defame1297 diff --git a/plugins/core/.claude-plugin/plugin.json b/plugins/core/.claude-plugin/plugin.json index 607b382..4eb24cf 100644 --- a/plugins/core/.claude-plugin/plugin.json +++ b/plugins/core/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "1.2.0", + "version": "1.1.2", "description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.", "author": { "name": "Defame1297", diff --git a/plugins/core/.github/plugin/plugin.json b/plugins/core/.github/plugin/plugin.json index 607b382..4eb24cf 100644 --- a/plugins/core/.github/plugin/plugin.json +++ b/plugins/core/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "1.2.0", + "version": "1.1.2", "description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.", "author": { "name": "Defame1297", diff --git a/plugins/core/apm.yml b/plugins/core/apm.yml index 191931c..a30c043 100644 --- a/plugins/core/apm.yml +++ b/plugins/core/apm.yml @@ -1,5 +1,5 @@ name: core -version: 1.2.0 +version: 1.1.2 description: Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it. author: name: Defame1297 diff --git a/plugins/git/.claude-plugin/plugin.json b/plugins/git/.claude-plugin/plugin.json index b3643a4..bba9797 100644 --- a/plugins/git/.claude-plugin/plugin.json +++ b/plugins/git/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git", - "version": "1.4.0", + "version": "1.3.6", "description": "Skills and agents for working with a local Git clone over the git wire protocol, and for authoring and running the pre-commit hooks that guard it.", "author": { "name": "Defame1297", diff --git a/plugins/git/.github/plugin/plugin.json b/plugins/git/.github/plugin/plugin.json index b3643a4..bba9797 100644 --- a/plugins/git/.github/plugin/plugin.json +++ b/plugins/git/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git", - "version": "1.4.0", + "version": "1.3.6", "description": "Skills and agents for working with a local Git clone over the git wire protocol, and for authoring and running the pre-commit hooks that guard it.", "author": { "name": "Defame1297", diff --git a/plugins/git/apm.yml b/plugins/git/apm.yml index 2541baf..3201a1f 100644 --- a/plugins/git/apm.yml +++ b/plugins/git/apm.yml @@ -1,5 +1,5 @@ name: git -version: 1.4.0 +version: 1.3.6 description: Skills and agents for working with a local Git clone over the git wire protocol, and for authoring and running the pre-commit hooks that guard it. author: name: Defame1297 diff --git a/plugins/gitea/.claude-plugin/plugin.json b/plugins/gitea/.claude-plugin/plugin.json index 3b97d12..10dd4fd 100644 --- a/plugins/gitea/.claude-plugin/plugin.json +++ b/plugins/gitea/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "gitea", - "version": "1.4.0", + "version": "1.3.7", "description": "Skills and agents for working with a Gitea forge through its HTTP API \u2014 the forge's own objects, as distinct from the local git clone.", "author": { "name": "Defame1297", diff --git a/plugins/gitea/.github/plugin/plugin.json b/plugins/gitea/.github/plugin/plugin.json index 3b97d12..10dd4fd 100644 --- a/plugins/gitea/.github/plugin/plugin.json +++ b/plugins/gitea/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "gitea", - "version": "1.4.0", + "version": "1.3.7", "description": "Skills and agents for working with a Gitea forge through its HTTP API \u2014 the forge's own objects, as distinct from the local git clone.", "author": { "name": "Defame1297", diff --git a/plugins/gitea/apm.yml b/plugins/gitea/apm.yml index 907f6e5..3150647 100644 --- a/plugins/gitea/apm.yml +++ b/plugins/gitea/apm.yml @@ -1,5 +1,5 @@ name: gitea -version: 1.4.0 +version: 1.3.7 description: Skills and agents for working with a Gitea forge through its HTTP API — the forge's own objects, as distinct from the local git clone. author: name: Defame1297 diff --git a/plugins/kyberforge/.claude-plugin/plugin.json b/plugins/kyberforge/.claude-plugin/plugin.json index 85eef5e..b68cafa 100644 --- a/plugins/kyberforge/.claude-plugin/plugin.json +++ b/plugins/kyberforge/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "kyberforge", - "version": "1.7.0", + "version": "1.6.1", "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 85eef5e..b68cafa 100644 --- a/plugins/kyberforge/.github/plugin/plugin.json +++ b/plugins/kyberforge/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "kyberforge", - "version": "1.7.0", + "version": "1.6.1", "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 9effd10..fc1e122 100644 --- a/plugins/kyberforge/apm.yml +++ b/plugins/kyberforge/apm.yml @@ -1,5 +1,5 @@ name: kyberforge -version: 1.7.0 +version: 1.6.1 description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. author: name: Defame1297 diff --git a/plugins/lint/.claude-plugin/plugin.json b/plugins/lint/.claude-plugin/plugin.json index 926c0c8..304e36f 100644 --- a/plugins/lint/.claude-plugin/plugin.json +++ b/plugins/lint/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lint", - "version": "1.2.0", + "version": "1.1.7", "description": "Skills and agents for configuring and running linters.", "author": { "name": "Defame1297", diff --git a/plugins/lint/.github/plugin/plugin.json b/plugins/lint/.github/plugin/plugin.json index 926c0c8..304e36f 100644 --- a/plugins/lint/.github/plugin/plugin.json +++ b/plugins/lint/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lint", - "version": "1.2.0", + "version": "1.1.7", "description": "Skills and agents for configuring and running linters.", "author": { "name": "Defame1297", diff --git a/plugins/lint/apm.yml b/plugins/lint/apm.yml index 452ca65..e10c52e 100644 --- a/plugins/lint/apm.yml +++ b/plugins/lint/apm.yml @@ -1,5 +1,5 @@ name: lint -version: 1.2.0 +version: 1.1.7 description: Skills and agents for configuring and running linters. author: name: Defame1297