jamesfredley opened a new pull request, #15439:
URL: https://github.com/apache/grails-core/pull/15439

   ## Summary
   
   Adds four rules to the **Critical Rules** section of `AGENTS.md` to enforce 
documentation hygiene, API surface discipline, and test coverage requirements 
for AI agents working in this repo.
   
   - **Rule 7** - New user-facing features must include or update documentation 
in `grails-doc`
   - **Rule 8** - User-facing docs must only reference public APIs; no internal 
or package-private classes
   - **Rule 9** - Tests must exercise behavior through the public API surface 
as an end user would, never bypassing internals
   - **Rule 10** - Always review existing tests before making changes and 
add/enhance tests to cover the affected behavior


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

Reply via email to