Releases: clown6613/conventional-commits
Releases · clown6613/conventional-commits
v0.1.0 — Conventional Commits enforcement
First release.
A Claude Code plugin that enforces Conventional Commits via a PreToolUse(Bash) hook.
Highlights
- Validates
git commitmessages 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 gitcommit-msghook). - Configurable via
CC_TYPES(custom allowed types) andCC_SKIP(disable). - 15-case test suite, run in CI.
Install
/plugin marketplace add clown6613/conventional-commits
/plugin install conventional-commits