gnodet opened a new pull request, #24972:
URL: https://github.com/apache/camel/pull/24972

   ## Summary
   
   _Claude Code on behalf of gnodet_
   
   - Adds a new `### Test Visibility: Drop public From Test Classes and 
Methods` section to `AGENTS.md`
   - JUnit 5 does not require `public` on test classes or methods — 
package-private is sufficient and preferred
   - The rule is **incremental**: new tests must omit `public`, and 
modifications to existing tests should remove it from touched declarations — no 
bulk sweeps
   
   ## Test plan
   
   - [x] Verify the new section is correctly placed after the Awaitility 
section and before Issue Investigation
   - [x] Verify the examples are syntactically correct
   - [x] Verify the rules are clear about incremental adoption (no standalone 
bulk PRs)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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