We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819b015 commit 39dc439Copy full SHA for 39dc439
CLAUDE.md
@@ -169,3 +169,10 @@ go test -race ./package/...
169
- Follow the existing code patterns
170
- Update tests when changing functionality
171
- Keep commits focused and atomic
172
+
173
+## Commit Message Guidelines
174
175
+- Write clear, concise commit messages following conventional commits format
176
+- Do not include AI assistant attribution in commit messages
177
+- Do not add "Generated with" or "Co-Authored-By" lines referencing AI tools
178
+- Focus commit messages on the technical changes and their purpose
0 commit comments