diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d38d41c..ef5c7c6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,14 +6,14 @@ }, "metadata": { "description": "Claude Code plugins and hooks by JacobPEvans", - "version": "2.3.0" + "version": "2.3.1" }, "plugins": [ { "name": "git-guards", "source": "./git-guards", "description": "Combined git security and workflow protection via PreToolUse hooks - merges git-permission-guard and main-branch-guard functionality", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -22,7 +22,7 @@ "name": "content-guards", "source": "./content-guards", "description": "Combined content validation and guard plugin that merges token-validator, markdown-validator, webfetch-guard, and issue-limiter functionality", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -31,7 +31,7 @@ "name": "git-workflows", "source": "./git-workflows", "description": "Git worktree initialization, main branch sync, repository refresh, and troubleshooting workflows", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -40,7 +40,7 @@ "name": "github-workflows", "source": "./github-workflows", "description": "PR management, multi-repo PR finalization, and issue shaping with Shape Up methodology", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -49,7 +49,7 @@ "name": "infra-orchestration", "source": "./infra-orchestration", "description": "Cross-repo infrastructure orchestration for Terraform and Ansible workflows", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -58,7 +58,7 @@ "name": "ai-delegation", "source": "./ai-delegation", "description": "Delegate tasks to external AI models and run autonomous maintenance loops", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -67,7 +67,7 @@ "name": "config-management", "source": "./config-management", "description": "Sync AI tool permissions across repos and quickly add always-allow permissions", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -76,7 +76,7 @@ "name": "codeql-resolver", "source": "./codeql-resolver", "description": "Systematic CodeQL alert analysis and resolution for GitHub Actions workflows", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -85,7 +85,7 @@ "name": "process-cleanup", "source": "./process-cleanup", "description": "Cleanup orphaned MCP server processes on session exit — workaround for upstream bug #1935", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -94,7 +94,7 @@ "name": "pr-lifecycle", "source": "./pr-lifecycle", "description": "Automatically triggers PR finalization after PR creation", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -103,7 +103,7 @@ "name": "git-standards", "source": "./git-standards", "description": "Git workflow standards, branch hygiene, PR creation guards, and issue linking", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -112,7 +112,7 @@ "name": "code-standards", "source": "./code-standards", "description": "Code quality standards, documentation formatting, testing philosophy, and review guidelines", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -121,7 +121,7 @@ "name": "infra-standards", "source": "./infra-standards", "description": "Infrastructure standards for Proxmox, Terraform, Ansible including deployment pipeline, IP addressing, and secrets management", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -130,7 +130,7 @@ "name": "project-standards", "source": "./project-standards", "description": "AgentsMD authoring standards, workspace management, and skills/tools registry lookup", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -139,7 +139,7 @@ "name": "session-analytics", "source": "./session-analytics", "description": "Claude Code session token analytics via Splunk OTEL telemetry", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } @@ -148,7 +148,7 @@ "name": "pal-health", "source": "./pal-health", "description": "Session-start hook to warn about recent PAL MCP Doppler failures", - "version": "2.3.0", + "version": "2.3.1", "author": { "name": "JacobPEvans" } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965a34..aca3a49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bea5c..c2de13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/JacobPEvans/claude-code-plugins/compare/v2.3.0...v2.3.1) (2026-03-29) + + +### Bug Fixes + +* **git-guards:** replace 'branch' with 'worktree' in error messages ([#191](https://github.com/JacobPEvans/claude-code-plugins/issues/191)) ([d4bbc9f](https://github.com/JacobPEvans/claude-code-plugins/commit/d4bbc9f7ff02d06f21b6c9447581a7341b0b68c7)) + ## [2.3.0](https://github.com/JacobPEvans/claude-code-plugins/compare/v2.2.1...v2.3.0) (2026-03-29) diff --git a/VERSION b/VERSION index 276cbf9..2bf1c1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 +2.3.1