Skip to content

Releases: JacobPEvans/claude-code-plugins

v1.5.0

11 Mar 10:53
Immutable release. Only release title and notes can be modified.
b5a05bb

Choose a tag to compare

1.5.0 (2026-03-10)

Features

  • add 4 standards plugins migrated from auto-loaded rules (#113) (fcf8acf)

v1.4.0

08 Mar 16:53
Immutable release. Only release title and notes can be modified.
e54f205

Choose a tag to compare

1.4.0 (2026-03-08)

Features

  • disable automatic triggers on Claude-executing workflows (6c42de9)

v1.3.0

07 Mar 17:50
Immutable release. Only release title and notes can be modified.
ec5f3e5

Choose a tag to compare

1.3.0 (2026-03-07)

Bug Fixes

  • port main-branch-guard to Python, fix CI and TC14 JSON (#108) (92e323e)

v1.2.0

07 Mar 13:08
Immutable release. Only release title and notes can be modified.
1c1017c

Choose a tag to compare

1.2.0 (2026-03-07)

Features

  • rebase-pr: auto-dispatch to Haiku subagent with bypassPermissions (#103) (8af9bec)

Bug Fixes

  • content-guards: lower PR/issue rate limit to 5/day and add duplicate detection (#101) (1563350)

v1.1.0

07 Mar 10:57
Immutable release. Only release title and notes can be modified.
39bdb88

Choose a tag to compare

1.1.0 (2026-03-07)

⚠ BREAKING CHANGES

  • Plugin consolidation and skill renames

Features

  • add ci and local test automation (#41) (181c6a5)
  • add codeql-resolver plugin with 3-tier resolution architecture (#8) (a45ac3b)
  • add full AI workflow suite (#75) (4a1d6fe)
  • add gh-aw agentic workflows and cspell config (#64) (9f90f33)
  • add rate limiting, README validation, and externalize init-worktree (#72) (97bfa05)
  • add token-validator and issue-limiter plugins (#2) (8a64289)
  • add webfetch-guard and markdown-validator plugins (705dbe8)
  • adopt conventional branch standard (feature/, bugfix/) (#74) (e826b67)
  • ci: add release-please and improve renovate auto-merge (#53) (94fbaca)
  • consolidate plugins from 15 to 8 with consistent naming (#31) (d36a028)
  • enhance resolve-pr-threads with comment reading (#46) (fc6a34c)
  • finalize-pr: add multi-PR modes, bot support, and skill authoring guidance (#70) (7704876)
  • finalize-pr: add Phase 4 to auto-update PR metadata (#65) (1c1e881)
  • git-guards: add GraphQL command guidance for known failure patterns (232eee3)
  • git-guards: allow git rm without confirmation (#63) (c94d959)
  • git-guards: block gh pr comment, enforce GraphQL review threads (#56) (c6b6234)
  • git-permission-guard: add centralized git/gh permission hook plugin (#12) (12268b0)
  • git-rebase-workflow: handle branch protection with CodeQL scanning (#25) (9b40416)
  • github-workflows: add trigger-ai-reviews skill (#47) (b505c82)
  • main-branch-guard: add PreToolUse hook to block main branch edits (#22) (9456f5d)
  • markdown-validator: add skip logic and MD013 fallback (#27) (77cd37b)
  • migrate 13 commands to skills in 6 new plugins (#23) (fb72d06)
  • pr-review-toolkit: add PR review thread resolution plugin (#24) (3368eaa)
  • process-cleanup: add Stop hook plugin for orphaned MCP process cleanup (#51) (27caa6f)
  • renovate: extend shared preset for org-wide auto-merge rules (#60) (b5197ed)
  • webfetch-guard: add grace period for previous year searches (#9) (18a39a5)

Bug Fixes

  • add explicit GITHUB_TOKEN permissions to workflow (a8f44d3)
  • agents-md: add resolve-pr-threads and shape-issues to github-workflows entry (81e61be)
  • ci: dispatch flake update to nix-ai instead of nonexistent nix repo (#73) (1ed7c40)
  • codeql-resolver: convert flat skill files to skill directories (#59) (81ab6af)
  • content-guards: clarify extract-to-files means committed artifacts (#62) (ed82608)
  • content-guards: handle empty config_flag array in bash 3.2 (#55) (0385c9b)
  • content-guards: improve token-validator error message with detailed resolution steps (#37) (cf355e3)
  • content-guards: resolve unbound variable error in markdown validator (#39) (2202144)
  • content-guards: support markdown linting in git worktrees (#48) (8cbf6a1)
  • convert GraphQL queries to single-line format in resolve-pr-threads (#35) (0b482c5)
  • correct best-practices permissions and add ref-scoped concurrency (#77) (f5806d5)
  • correct plugin.json schema violations for all 8 plugins (#33) (770b2b4)
  • finalize-pr: remove pre-PR steps from workflow diagram (#76) (6dca3fc)
  • git-guards: always scan subcommand for hook-path bypass pattern (#88) (63bd1c6)
  • git-guards: auto-allow git worktree remove (#54) (9d0bec6)
  • git-guards: check DENY patterns...
Read more