From 4770d671c0572d57e553928aa18bcabce1d3a170 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 1 Dec 2025 22:25:08 +0100 Subject: [PATCH] docs: add commit footer convention to CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index d745136..0c96d48 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -87,6 +87,6 @@ utils/pkgs// ## Conventions - Nix files: two-space indentation, lower kebab-case naming -- Commits: Conventional Commits format (`fix:`, `feat:`, `chore:`), scope by host when relevant (`fix(mail):`) +- Commits: Conventional Commits format (`fix:`, `feat:`, `chore:`), scope by host when relevant (`fix(mail):`). Do not add "Generated with Claude Code" or "Co-Authored-By: Claude" footers. - Modules import via explicit paths, not wildcards - Comments explain non-obvious decisions (open ports, unusual service options)