Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.0"
".": "2.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
Loading