minwoo-jung commented on code in PR #18689: URL: https://github.com/apache/pinot/pull/18689#discussion_r3361261190
########## CLAUDE.md: ########## @@ -113,6 +113,11 @@ Apache Pinot is a real-time distributed OLAP datastore for low-latency analytics - Prefer targeted unit tests; use integration tests when behavior crosses roles. - Avoid deprecated APIs in new code. If you must reference one (e.g., for backward-compat serialization or to test the deprecated path), justify it with a comment. +## Commit messages +- Do not include `Co-authored-by` trailers that reference AI tools (e.g., Claude, Copilot). Review Comment: Great suggestion, thank you! Added the same rule to AGENTS.md in the latest commit. -- 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]
