13 lines
No EOL
599 B
Markdown
13 lines
No EOL
599 B
Markdown
# Claude Code Guidelines
|
|
|
|
## Git Commit Messages
|
|
|
|
When creating git commits, it is inappropriate to claim credit or co-authorship for work that was requested by the user. The user is the author of their own code changes.
|
|
|
|
Do not add attribution lines like "Generated with Claude Code" or "Co-Authored-By: Claude" to commit messages unless explicitly requested by the user.
|
|
|
|
## General Guidelines
|
|
|
|
- Focus on implementing the requested changes accurately
|
|
- Keep commit messages concise and descriptive of the actual changes made
|
|
- Respect that the user owns their codebase and all modifications to it |