manuzhang commented on code in PR #15822:
URL: https://github.com/apache/iceberg/pull/15822#discussion_r3007517552


##########
AGENTS.md:
##########
@@ -159,6 +159,7 @@ The `api/` module has the strongest stability guarantees — 
breaking changes ar
 - One concern per PR. Unrelated whitespace, import, or formatting changes go 
in separate PRs.
 - Keep first version of a PR minimal — defer recovery, optimization, and edge 
cases to follow-ups.
 - Commit messages describe the *what* and *why*, not implementation details.
+- Before creating or amending a commit, run the relevant code style check and 
fix any violations.

Review Comment:
   My assumption is an agent going to be run and read this document anyway. Is 
it more efficient for an agent to check pre-commit output than run style check?



-- 
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]

Reply via email to