From fb983aa14e43acef59f524b3c3a14a93667f911d Mon Sep 17 00:00:00 2001 From: Jordan Ritter Date: Tue, 3 Mar 2026 10:20:48 -0800 Subject: [PATCH] docs: update CLAUDE.md to reflect conventional commit requirement --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 595c3a94..666789d3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -36,5 +36,5 @@ entire repo, not just staged files. ## Commit Messages -- Plain English, no conventional commit prefixes (no feat:, fix:, chore:, etc.) +- This repo enforces conventional commit prefixes via commitlint: `fix:`, `feat:`, `docs:`, `test:`, `chore:`, `refactor:`, etc. - No Co-Authored-By lines