elharo opened a new pull request, #280:
URL: https://github.com/apache/maven-remote-resources-plugin/pull/280

   Adds an `AGENTS.md` at the repository root so AI coding agents (opencode, 
Claude Code, and other agents) follow the project conventions.
   
   The file instructs agents to:
   
   - Use **test-first programming**: write a failing test, confirm it fails, 
implement the change, and confirm it passes.
   - Run `mvn spotless:apply` before committing.
   - Verify `mvn spotless:check`, `mvn checkstyle:check`, `mvn 
apache-rat:check`, and `mvn verify` pass before opening or updating a pull 
request.
   - Use **ASD-STE100 Simplified Technical English** for documentation (README, 
site documentation, javadoc, code comments).
   
   The commands were verified against this repository (spotless and checkstyle 
come from the maven-parent 49 POM). RAT requires a license header, so one was 
added and `mvn apache-rat:check` passes.


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