minwoo-jung opened a new issue, #18688: URL: https://github.com/apache/pinot/issues/18688
## Problem AI coding tools (Claude Code, GitHub Copilot, etc.) automatically append `Co-authored-by` trailers to commit messages. When PRs are squash-merged, these trailers propagate into the merge commit, making the project history appear AI-authored rather than human-authored. Example from recent commits: ``` Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]> ``` ## Proposed Fix Add a "Commit messages" section to `CLAUDE.md` instructing AI tools not to include `Co-authored-by` trailers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
