docs: add commit footer convention to CLAUDE.md

This commit is contained in:
2025-12-01 22:25:08 +01:00
parent 28a7bed3b9
commit 4770d671c0

View File

@@ -87,6 +87,6 @@ utils/pkgs/<package-name>/
## Conventions ## Conventions
- Nix files: two-space indentation, lower kebab-case naming - 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 - Modules import via explicit paths, not wildcards
- Comments explain non-obvious decisions (open ports, unusual service options) - Comments explain non-obvious decisions (open ports, unusual service options)