Add commit message style guideline to CLAUDE.md

This commit is contained in:
lachtan
2026-03-15 16:27:31 +01:00
parent 54ad290a82
commit aa28c9619f

View File

@@ -54,3 +54,4 @@ Installers (`install/*.sh`) MUST be idempotent — check before installing.
## Commits ## Commits
Do not add `Co-Authored-By` lines to commit messages. Do not add `Co-Authored-By` lines to commit messages.
Prefer one-line commit messages. Add a longer description only when necessary for better understanding.