Skip to content

Commit 36d1dd3

Browse files
committed
Update CLAUDE
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent b301a77 commit 36d1dd3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CLAUDE.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,12 @@ Functions return error unions or optionals for type-safe error handling.
227227
Keep commit messages brief and to the point:
228228
- Use a short, descriptive commit title (50 characters or less)
229229
- Include a brief commit body that summarizes changes in 1-3 sentences when needed (wrap at 120 characters)
230-
- NEVER include any automated signatures, generation notices, or AI attribution in commit messages or pull requests
231-
- NEVER add "Generated with Claude Code" or similar AI generation notices
232-
- NEVER add "Co-Authored-By: Claude" or any AI co-author attribution
233-
- NEVER add any reference to AI assistance, generation, or automation in commit messages
234-
- NEVER use heredoc patterns that include these forbidden signatures
230+
- ABSOLUTELY FORBIDDEN: ANY AI attribution, signatures, or generation notices in commits or PRs
231+
- ABSOLUTELY FORBIDDEN: "Generated with Claude Code" or any similar AI generation notices
232+
- ABSOLUTELY FORBIDDEN: "Co-Authored-By: Claude" or any AI co-author attribution
233+
- ABSOLUTELY FORBIDDEN: Any reference to AI assistance, generation, or automation
234+
- ABSOLUTELY FORBIDDEN: Heredoc patterns containing these forbidden signatures
235+
- CRITICAL: These restrictions are NON-NEGOTIABLE and must be strictly enforced
235236
- Keep commits focused and atomic - one logical change per commit
236237
- Ensure unit tests pass
237238
- Before committing: verify all documentation examples match the current API signatures and behavior
@@ -246,7 +247,8 @@ Keep PR descriptions concise and focused:
246247
- Avoid verbose sections like "Changes Made", "Test Plan", or extensive bullet lists
247248
- Focus on what the change does and why, not exhaustive implementation details
248249
- Include code examples only when they help demonstrate usage or key functionality
249-
- NEVER include any AI generation notices, signatures, or attribution in pull requests
250+
- ABSOLUTELY FORBIDDEN: ANY AI generation notices, signatures, or attribution in pull requests
251+
- ABSOLUTELY FORBIDDEN: "Generated with Claude Code" or any automation references
250252
- NEVER add "Generated with Claude Code" or similar automation references
251253
- Before creating PR: ensure all documentation examples are tested and work with the current API
252254
- IMPORTANT: Always verify that the guided tour in README.md compiles and is up to date before creating a pull request

0 commit comments

Comments
 (0)