From 1648bc59334aa40736a86fa49ebd97923e22e8aa Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Fri, 31 Jul 2026 09:47:28 +0000 Subject: [PATCH] [docs] Add commit message format convention --- CLAUDE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index e28ac20..9239c69 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -41,6 +41,14 @@ Core service types: home directory. Strips the first path component of each dotfile to derive its $HOME-relative target. +# Style + +- Use `[tag] .` format for commit subjects: a short tag in + brackets, a sentence-case title ending with a period, a blank line, + then one or more description paragraphs. +- End git commit messages with: + Co-Authored-By: Claude <noreply@anthropic.com> + # Build Queue Populate the build queue early to avoid an extra dialog at Stop time. If the -- 2.47.3