dongjoon-hyun opened a new pull request, #2593:
URL: https://github.com/apache/orc/pull/2593

   ### What changes were proposed in this pull request?
   This PR introduces an `AGENTS.md` file at the root of the repository. 
`AGENTS.md` is a dedicated documentation file intended to guide AI coding 
assistants (such as GitHub Copilot, Cursor, Gemini, etc.) when they are used by 
contributors. 
   
   It provides AI agents with essential project context, including:
   - The separation of C++ (`c++/`) and Java (`java/`) modules
   - Accurate build and testing commands (CMake / Maven wrap)
   - Issue tracking conventions (requiring JIRA `ORC-XXXX`, 
`dev/create_orc_jira.py`
   - Recommended local multi-environment testing strategy [docker/run-all.sh] 
and personal fork GitHub Actions tests.
   
   ### Why are the changes needed?
   As more developers use AI-assisted tools for coding, these tools often lack 
repository-specific context, leading to incorrect assumptions (e.g., suggesting 
raw `mvn` instead of `./mvnw`, or standard CMake instead of `make test-out`). 
This guideline will significantly improve the quality, accuracy, and compliance 
of the code and commands generated by AI agents for both new and existing 
contributors.
   
   ### How was this patch tested?
   
   Manual review.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`.


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