janhoy commented on code in PR #4103: URL: https://github.com/apache/solr/pull/4103#discussion_r2776219679
########## dev-docs/how-to-contribute.adoc: ########## @@ -64,8 +64,9 @@ In order to make a new contribution to Solr you will use the fork you have creat ## Use of AI Coding Assistants -AI-powered tools (like GitHub Copilot, ChatGPT, etc.) can assist with contributions, but human contributors remain fully responsible for all submitted code and documentation. See the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) for the foundation's policy. If you use AI tools: +AI-powered tools or agents (like GitHub Copilot, ChatGPT, etc.) can assist with contributions, but human contributors remain fully responsible for all submitted code and documentation. See the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) for the foundation's policy. If you use AI tools: +- Do include our `AGENTS.md` file in the LLM's context for best result. Review Comment: I followed [this instruction](https://github.com/anthropics/claude-code/issues/6235#issuecomment-3218728961) and added a hook to my `~/.claude/settings.json` config file, which automatically will load any `AGENTS.md` file on startup (in any repo). This works perfectly and bridges the gap until Anthropic decides to add it natively. -- 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]
