Skip to content

Commit d39b2c5

Browse files
committed
Update CLAUDE.md to prohibit automated signatures in PRs
- Explicitly prohibit "Generated with Claude Code" in PR descriptions - Extend existing commit message restrictions to pull requests - Maintain consistency in automated signature policy
1 parent e2b01e4 commit d39b2c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ The application uses TOML configuration files. See `config.toml.example` for all
9696

9797
### Git Workflow
9898
- Write short, expressive commit messages that clearly describe the change
99-
- Do not include automated signatures or generation notices in commit messages
100-
- Don't add "Generated with Claude Code" to commit messages
101-
- Don't add "Co-Authored-By: Claude noreply@anthropic.com" to commit messages
99+
- Do not include automated signatures or generation notices in commit messages or pull requests
100+
- Don't add "Generated with Claude Code" to commit messages or pull request descriptions
101+
- Don't add "Co-Authored-By: Claude noreply@anthropic.com" to commit messages or pull request descriptions
102102
- Keep commits focused and atomic - one logical change per commit
103103
- Ensure the build passes before pushing commits
104104

0 commit comments

Comments
 (0)