From 8d444272777c44e6d957a1babc417f8c529f2e9e Mon Sep 17 00:00:00 2001 From: sha1n Date: Mon, 29 Jun 2026 07:06:12 +0300 Subject: [PATCH] docs(claude): codify commit message conventions Drop the Co-Author trailer rule, add Conventional Commits guidance, and instruct against describing tests in commit messages unless the commit is entirely about testing. --- claude/CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/claude/CLAUDE.md b/claude/CLAUDE.md index 209d1c2..7894bff 100644 --- a/claude/CLAUDE.md +++ b/claude/CLAUDE.md @@ -1,5 +1,6 @@ ## Commits -- Omit `Co-Authored-By: Claude ...` trailers on all new commits. Preserve only if already present when rebasing. +- Use Conventional Commits: `type(scope): summary` (feat, fix, chore, docs, refactor, test, …). +- Don't describe tests in commit messages, UNLESS the commit is entirely about testing. ## Session Specs & Plans - Never `git add` or commit specs or plans under `docs/superpowers/` (the superpowers skill's scratch location), UNLESS the project has explicit rules allowing it or the user explicitly requests it. Specs and plans stored elsewhere are fine to commit.