From aa28c9619f118ad6151c74272e1010314d42ef39 Mon Sep 17 00:00:00 2001 From: lachtan Date: Sun, 15 Mar 2026 16:27:31 +0100 Subject: [PATCH] Add commit message style guideline to CLAUDE.md --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 4bbc4b9..217210d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -54,3 +54,4 @@ Installers (`install/*.sh`) MUST be idempotent — check before installing. ## Commits 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.