Skip to content

Commit 071feb0

Browse files
committed
docs(claude): strengthen prohibition of AI tool references in commits
- Added prominent warning section about Claude references being forbidden - Made it clear this is a strict project requirement - Emphasized that commit messages must be completely clean and professional - Consolidated and clarified existing guidelines
1 parent 80e7b8c commit 071feb0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CLAUDE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ Key Django settings for configuration:
119119

120120
## Commit Message Guidelines
121121

122+
**⚠️ CRITICAL REQUIREMENT: NO CLAUDE REFERENCES**
123+
- **NEVER include any Claude Code references, marketing info, or AI-generated footers in commit messages**
124+
- **NEVER add "Generated with Claude Code", "Co-Authored-By: Claude", or any similar lines**
125+
- **Commit messages must be completely clean and professional - no AI tool attribution whatsoever**
126+
- **This is a strict project requirement and violations will require commit message rewrites**
127+
122128
Use conventional commit format with the following structure:
123129

124130
```
@@ -176,10 +182,10 @@ chore(deps): bump django-typer to 2.1.2
176182
```
177183

178184
### Important Notes
179-
- **NEVER include Claude Code references in commit messages** - This is strictly prohibited
180-
- **NEVER add "Generated with Claude Code" or "Co-Authored-By: Claude" lines** - Commit messages must be clean
181185
- Keep commit messages focused on the technical changes made
182186
- Use bullet points to describe key modifications and their impact
187+
- Follow conventional commit format consistently
188+
- Be concise but descriptive about what changed and why
183189

184190
## Changelog Requirements
185191

0 commit comments

Comments
 (0)