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