Skip to content

Releases: clown6613/conventional-commits

v0.1.0 — Conventional Commits enforcement

20 Jun 11:25

Choose a tag to compare

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