docs: add commit footer convention to CLAUDE.md
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user