From ecf5e641456ee5051e7248226e54d0d7a8afe867 Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 5 Jun 2026 19:03:04 +0200 Subject: [PATCH] Require single-sentence commit messages in CLAUDE.md --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 95315a8..ed59ae9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -121,7 +121,8 @@ behavior-equivalent. descriptions, issue/PR comments, tags, or release notes. Concretely: no `Co-Authored-By` trailer, no "Generated with Claude Code" (or any similar "made/assisted by AI") line, and no AI tool name anywhere in the history or on GitHub. This applies to every `git` and `gh`/GitHub - API action without exception. + API action without exception. Keep commit messages to a single short sentence (a concise + subject line, no body). - The library assumes a **little-endian** host (`Z21CommandStation` throws `PlatformNotSupportedException` otherwise); protocol multi-byte fields are little-endian. - Command construction goes through `IZ21CommandFactory` (the station exposes it as `Commands`); a new