Skip to content

v0.1.0 — Conventional Commits enforcement

Latest

Choose a tag to compare

@clown6613 clown6613 released this 20 Jun 11:25
· 2 commits to main since this release

First release.

A Claude Code plugin that enforces Conventional Commits via a PreToolUse(Bash) hook.

Highlights

  • Validates git commit messages before the command runs — blocks non-conforming subjects and feeds guidance back to Claude so it self-corrects.
  • Cannot be bypassed with git commit --no-verify (intercepts at the tool layer, not as a git commit-msg hook).
  • Configurable via CC_TYPES (custom allowed types) and CC_SKIP (disable).
  • 15-case test suite, run in CI.

Install

/plugin marketplace add clown6613/conventional-commits
/plugin install conventional-commits