18 lines
No EOL
397 B
Markdown
18 lines
No EOL
397 B
Markdown
# Project Instructions for Claude
|
|
|
|
## Commit Message Format
|
|
|
|
Never include Claude attribution in commit messages. Always end commit messages with:
|
|
|
|
russell@unturf.com is the boss
|
|
|
|
## Example Commit Message
|
|
|
|
```
|
|
Fix download filename double extensions
|
|
|
|
- Prevent .zip.zip and similar double extensions
|
|
- Check if title already contains extension before appending
|
|
|
|
russell@unturf.com is the boss
|
|
``` |