Skip to content

Releases: dryvist/claude-code-plugins

v1.9.0

Choose a tag to compare

@jacobpevans-github-actions jacobpevans-github-actions released this 21 Mar 04:02
Immutable release. Only release title and notes can be modified.
6c67770

1.9.0 (2026-03-21)

Features

  • git-guards: add proactive worktree reminders via UserPromptSubmit hook (#155) (ff95211)

v1.8.3

Choose a tag to compare

@jacobpevans-github-actions jacobpevans-github-actions released this 19 Mar 17:22
Immutable release. Only release title and notes can be modified.
8b93de0

1.8.3 (2026-03-19)

Bug Fixes

  • process /ship PRs sequentially to avoid rate limit storms (#152) (a640998)

v1.8.2

Choose a tag to compare

@jacobpevans-github-actions jacobpevans-github-actions released this 18 Mar 16:17
Immutable release. Only release title and notes can be modified.
9b4fabf

1.8.2 (2026-03-18)

Bug Fixes

  • use version-file config option for VERSION instead of extra-files (#150) (5dd1f41)

v1.8.1

Choose a tag to compare

@jacobpevans-github-actions jacobpevans-github-actions released this 18 Mar 16:12
Immutable release. Only release title and notes can be modified.
35a4c38

1.8.1 (2026-03-18)

Bug Fixes

  • migrate release-please settings to config file and sync VERSION (#148) (d73e2bd)

v1.8.0

Choose a tag to compare

@jacobpevans-github-actions jacobpevans-github-actions released this 18 Mar 15:52
Immutable release. Only release title and notes can be modified.
83e987d

1.8.0 (2026-03-18)

Features

  • add plugin validation CI (#138) (79a7c51)
  • config-management: add permission-format rule (#139) (110fd57)
  • unified versioning via release-please extra-files (#142) (e78beff)

Bug Fixes

  • add metadata.version to release-please extra-files (#143) (ee87c76)
  • ci: grant contents: write for release-please workflow (#141) (bcac4ba)

v1.7.0

Choose a tag to compare

@JacobPEvans-personal JacobPEvans-personal released this 18 Mar 10:48
Immutable release. Only release title and notes can be modified.
v1.7.0
23a86e2

What's Changed

  • feat(session-analytics): add token breakdown skill via Splunk OTEL telemetry by @JacobPEvans in #121
  • fix(content-guards): two-tier rate limiting with trusted user allowlist by @JacobPEvans in #123
  • refactor(content-guards): simplify enforce-issue-limits (391 → 200 lines) by @JacobPEvans in #125
  • feat(content-guards): enforce 100-branch repository limit by @JacobPEvans in #124
  • fix(content-guards): resolve CWD bug and raise rate limit to 25/repo/day by @JacobPEvans in #126
  • feat(pr-lifecycle): auto-trigger finalize-pr after PR creation by @JacobPEvans in #127
  • fix(content-guards): stop rate-limiting gh pr edit commands by @JacobPEvans in #128
  • fix: add missing tools to CodeQL agent and migrate Bash format by @JacobPEvans in #129
  • fix: add secrets block to release-please workflow by @JacobPEvans in #130
  • feat(github-workflows): add /ship command for full PR automation by @JacobPEvans in #131
  • fix(github-workflows): reduce /ship rate limit cascade by @JacobPEvans in #132
  • fix(git-workflows): use PR-based stale detection instead of git branch --merged by @JacobPEvans in #133
  • fix(content-guards): set correct per-repo limits (100 issues, 15 PRs) by @JacobPEvans in #134
  • chore(plugins): bump git-workflows and git-standards to 1.0.1 by @JacobPEvans in #135
  • fix(ci): add pull-requests: write to release-please caller by @JacobPEvans in #137

Full Changelog: v1.6.0...v1.7.0

v1.6.0

Choose a tag to compare

@JacobPEvans-personal JacobPEvans-personal released this 18 Mar 10:47
Immutable release. Only release title and notes can be modified.
v1.6.0
3a2cdfe

What's Changed

  • Block status check bypass via --admin and protection APIs by @JacobPEvans in #115
  • chore(ci): remove redundant local release-please config by @JacobPEvans in #116
  • fix(process-cleanup): replace bash 4+ declare -A with sort -u deduplication by @JacobPEvans in #117
  • fix(process-cleanup): apply post-merge review feedback from PR #117 by @JacobPEvans in #119
  • chore(process-cleanup): bump version to 1.0.1 to invalidate cache by @JacobPEvans in #120
  • chore(main): release 1.6.0 by @github-actions[bot] in #118

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 10:53
Immutable release. Only release title and notes can be modified.
b5a05bb

1.5.0 (2026-03-10)

Features

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

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 16:53
Immutable release. Only release title and notes can be modified.
e54f205

1.4.0 (2026-03-08)

Features

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

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 17:50
Immutable release. Only release title and notes can be modified.
ec5f3e5

1.3.0 (2026-03-07)

Bug Fixes

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