From 25743911f134ae3a1162d2533ba7bbbdd72a0864 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Wed, 16 Sep 2026 15:27:27 +0000 Subject: [PATCH] chore(release): bump the holocron catalog to 0.5.0 for the removed entry Removing the mattpocock-skills entry is a minor catalog change under apm-workflow's marketplace policy, not a patch. Also describe Copilot support as reached through apm rather than a native Copilot CLI marketplace (ADR-0024), and rebuild marketplace.json with apm pack. Co-Authored-By: Claude Opus 5 (1M context) --- .claude-plugin/marketplace.json | 6 +++--- README.md | 2 +- apm.yml | 8 ++++---- plugins/kyberforge/apm.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b6326ab..c8c2d32 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.7", + "description": "AI development skills for Claude Code, and for GitHub Copilot through apm — factory, design, implement, review, and cross-cutting workflows.", + "version": "0.5.0", "owner": { "name": "Defame1297", "email": "defame1297@rkdr.net", @@ -10,7 +10,7 @@ "plugins": [ { "name": "kyberforge", - "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", + "description": "Skills and agents for creating, maintaining, and managing an apm plugin marketplace for Claude Code and GitHub Copilot.", "version": "2.0.0", "category": "Developer Tools", "source": "./plugins/kyberforge" diff --git a/README.md b/README.md index 1dcfa75..c954b13 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Content ships as six installable plugins, each an apm (Agent Package Manager) pa The six plugins: -- **kyberforge** — skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace +- **kyberforge** — skills and agents for creating, maintaining, and managing an apm plugin marketplace for Claude Code (and GitHub Copilot through apm) - **git** — conventional commits, branches, history, submodules, worktrees, remotes, pre-commit hook authoring and running (`pc-author` / `pc-run`), and an interactive router (`git-workflow`) - **gitea** — issues, pull requests, labels, milestones, releases, branches, files, and an interactive router (`gitea-workflow`) - **core** — authoring and auditing a repo's `AGENTS.md` and the provider adapter files that defer to it diff --git a/apm.yml b/apm.yml index c8c3f5a..f33787e 100644 --- a/apm.yml +++ b/apm.yml @@ -1,6 +1,6 @@ name: holocron -version: 0.4.7 -description: AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows. +version: 0.5.0 +description: AI development skills for Claude Code, and for GitHub Copilot through apm — factory, design, implement, review, and cross-cutting workflows. license: MIT # Consumer side: this repo installs its own published plugins from the holocron @@ -51,8 +51,8 @@ marketplace: # compiled marketplace.json when set explicitly here (an override) — the # 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.7 + description: AI development skills for Claude Code, and for GitHub Copilot through apm — factory, design, implement, review, and cross-cutting workflows. + version: 0.5.0 owner: name: Defame1297 email: defame1297@rkdr.net diff --git a/plugins/kyberforge/apm.yml b/plugins/kyberforge/apm.yml index 68e8902..3e67d47 100644 --- a/plugins/kyberforge/apm.yml +++ b/plugins/kyberforge/apm.yml @@ -1,6 +1,6 @@ name: kyberforge version: 2.0.0 -description: Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace. +description: Skills and agents for creating, maintaining, and managing an apm plugin marketplace for Claude Code and GitHub Copilot. author: name: Defame1297 email: defame1297@rkdr.net