From 65bac152574234d93d0e556484801099774b2919 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Mon, 17 Aug 2026 10:13:31 +0000 Subject: [PATCH] chore(apm): correct git and gitea published descriptions and regenerate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Why: both plugins' published descriptions named capabilities that do not exist and omitted ones that do. `gitea` advertised wikis — no wiki skill exists and `grep -ri wiki plugins/gitea/.apm/` is empty — while omitting gitea-branches and gitea-files. `git` advertised pull requests, which are gitea's, while omitting pc-author/pc-run, git-submodules and git-workflow. These are compiled into plugin.json and both marketplace.json files, so they are published metadata, not internal notes. This is the same defect bb9158d fixed on `core` in August, so the fix follows that precedent exactly: correct the package apm.yml and the root marketplace entry together — fixing only the package manifest leaves it half-propagated, since the root entry is what reaches the compiled marketplace. Implementation notes: - git 1.3.3 -> 1.3.4, gitea 1.3.4 -> 1.3.5, marketplace 0.4.2 -> 0.4.3, all PATCH for metadata under the per_package strategy at apm.yml:76. - Regenerated with `apm pack` for the two marketplace manifests and `scripts/sync-plugin-content.sh --all` for the four per-plugin plugin.json files; `apm pack` alone does not touch those. `scripts/sync-marketplace-mirror.sh` refreshed the Copilot legacy mirror, which no apm profile targets. - README's gitea line mirrors the new published description. The routing boundaries in architecture.md deliberately do not, since they answer a different question. Impact: consumer-facing. Anyone reading the marketplace now sees what these plugins ship. apm-pack-check-clean, check-plugin-content-sync, check-marketplace-mirror-sync, validate-marketplace and apm-audit-ci all pass. --- .claude-plugin/marketplace.json | 10 +++++----- .github/plugin/marketplace.json | 10 +++++----- README.md | 2 +- apm.yml | 10 +++++----- plugins/git/.claude-plugin/plugin.json | 4 ++-- plugins/git/.github/plugin/plugin.json | 4 ++-- plugins/git/apm.yml | 4 ++-- plugins/gitea/.claude-plugin/plugin.json | 4 ++-- plugins/gitea/.github/plugin/plugin.json | 4 ++-- plugins/gitea/apm.yml | 4 ++-- 10 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1551e20..f17bb99 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.2", + "version": "0.4.3", "owner": { "name": "Defame1297", "email": "defame1297@rkdr.net", @@ -24,15 +24,15 @@ }, { "name": "git", - "description": "Skills for working with Git — conventional commits, branch management, pull requests, and feature flow.", - "version": "1.3.3", + "description": "Skills for working with Git — conventional commits, branches, history, submodules, worktrees, remotes, and pre-commit hook authoring and running.", + "version": "1.3.4", "category": "Version Control", "source": "./plugins/git" }, { "name": "gitea", - "description": "Skills for managing Gitea repositories — issues, pull requests, milestones, releases, and wikis.", - "version": "1.3.4", + "description": "Skills for managing Gitea repositories — issues, pull requests, labels, milestones, releases, branches, and files.", + "version": "1.3.5", "category": "Version Control", "source": "./plugins/gitea" }, diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 1551e20..f17bb99 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.2", + "version": "0.4.3", "owner": { "name": "Defame1297", "email": "defame1297@rkdr.net", @@ -24,15 +24,15 @@ }, { "name": "git", - "description": "Skills for working with Git — conventional commits, branch management, pull requests, and feature flow.", - "version": "1.3.3", + "description": "Skills for working with Git — conventional commits, branches, history, submodules, worktrees, remotes, and pre-commit hook authoring and running.", + "version": "1.3.4", "category": "Version Control", "source": "./plugins/git" }, { "name": "gitea", - "description": "Skills for managing Gitea repositories — issues, pull requests, milestones, releases, and wikis.", - "version": "1.3.4", + "description": "Skills for managing Gitea repositories — issues, pull requests, labels, milestones, releases, branches, and files.", + "version": "1.3.5", "category": "Version Control", "source": "./plugins/gitea" }, diff --git a/README.md b/README.md index b4c089d..abbdc66 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The six plugins: - **kyberforge** — skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace - **git** — conventional commits, branches, history, submodules, worktrees, remotes, and pre-commit hook authoring and running (`pc-author` / `pc-run`) -- **gitea** — issues, pull requests, milestones, releases, wikis +- **gitea** — issues, pull requests, labels, milestones, releases, branches, files - **core** — authoring and auditing a repo's `AGENTS.md` and the provider adapter files that defer to it - **lint** — configuring and running linters - **bin** — a place for things to be binned diff --git a/apm.yml b/apm.yml index f727d09..4ed53a8 100644 --- a/apm.yml +++ b/apm.yml @@ -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.2 + version: 0.4.3 owner: name: Defame1297 email: defame1297@rkdr.net @@ -89,15 +89,15 @@ marketplace: category: Utilities - name: git - description: Skills for working with Git — conventional commits, branch management, pull requests, and feature flow. + description: Skills for working with Git — conventional commits, branches, history, submodules, worktrees, remotes, and pre-commit hook authoring and running. source: ./plugins/git - version: 1.3.3 + version: 1.3.4 category: Version Control - name: gitea - description: Skills for managing Gitea repositories — issues, pull requests, milestones, releases, and wikis. + description: Skills for managing Gitea repositories — issues, pull requests, labels, milestones, releases, branches, and files. source: ./plugins/gitea - version: 1.3.4 + version: 1.3.5 category: Version Control - name: core diff --git a/plugins/git/.claude-plugin/plugin.json b/plugins/git/.claude-plugin/plugin.json index f394b25..70256f3 100644 --- a/plugins/git/.claude-plugin/plugin.json +++ b/plugins/git/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "git", - "version": "1.3.3", - "description": "Skills for working with Git \u2014 conventional commits, branch management, pull requests, and feature flow.", + "version": "1.3.4", + "description": "Skills for working with Git \u2014 conventional commits, branches, history, submodules, worktrees, remotes, and pre-commit hook authoring and running.", "author": { "name": "Defame1297", "email": "defame1297@rkdr.net", diff --git a/plugins/git/.github/plugin/plugin.json b/plugins/git/.github/plugin/plugin.json index f394b25..70256f3 100644 --- a/plugins/git/.github/plugin/plugin.json +++ b/plugins/git/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "git", - "version": "1.3.3", - "description": "Skills for working with Git \u2014 conventional commits, branch management, pull requests, and feature flow.", + "version": "1.3.4", + "description": "Skills for working with Git \u2014 conventional commits, branches, history, submodules, worktrees, remotes, and pre-commit hook authoring and running.", "author": { "name": "Defame1297", "email": "defame1297@rkdr.net", diff --git a/plugins/git/apm.yml b/plugins/git/apm.yml index 7e270fb..066296f 100644 --- a/plugins/git/apm.yml +++ b/plugins/git/apm.yml @@ -1,6 +1,6 @@ name: git -version: 1.3.3 -description: Skills for working with Git — conventional commits, branch management, pull requests, and feature flow. +version: 1.3.4 +description: Skills for working with Git — conventional commits, branches, history, submodules, worktrees, remotes, and pre-commit hook authoring and running. author: name: Defame1297 email: defame1297@rkdr.net diff --git a/plugins/gitea/.claude-plugin/plugin.json b/plugins/gitea/.claude-plugin/plugin.json index 61fa711..592bc34 100644 --- a/plugins/gitea/.claude-plugin/plugin.json +++ b/plugins/gitea/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "gitea", - "version": "1.3.4", - "description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.", + "version": "1.3.5", + "description": "Skills for managing Gitea repositories \u2014 issues, pull requests, labels, milestones, releases, branches, and files.", "author": { "name": "Defame1297", "email": "defame1297@rkdr.net", diff --git a/plugins/gitea/.github/plugin/plugin.json b/plugins/gitea/.github/plugin/plugin.json index 61fa711..592bc34 100644 --- a/plugins/gitea/.github/plugin/plugin.json +++ b/plugins/gitea/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "gitea", - "version": "1.3.4", - "description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.", + "version": "1.3.5", + "description": "Skills for managing Gitea repositories \u2014 issues, pull requests, labels, milestones, releases, branches, and files.", "author": { "name": "Defame1297", "email": "defame1297@rkdr.net", diff --git a/plugins/gitea/apm.yml b/plugins/gitea/apm.yml index 4ee17bc..55c97cf 100644 --- a/plugins/gitea/apm.yml +++ b/plugins/gitea/apm.yml @@ -1,6 +1,6 @@ name: gitea -version: 1.3.4 -description: Skills for managing Gitea repositories — issues, pull requests, milestones, releases, and wikis. +version: 1.3.5 +description: Skills for managing Gitea repositories — issues, pull requests, labels, milestones, releases, branches, and files. author: name: Defame1297 email: defame1297@rkdr.net