qzyu999 commented on PR #15758:
URL: https://github.com/apache/iceberg/pull/15758#issuecomment-4414272312

   > > is possible to add a (nearly empty) CLAUDE.md
   > 
   > i remember `AGENTS.md` was chosen to be vendor agnostic, i think claude 
can also read from `AGENTS.md`
   
   Hi @kevinjqliu, from their own docs, 
https://code.claude.com/docs/en/memory#agents-md, they mention that Claude 
won't read it automatically:
   
   > Claude Code reads CLAUDE.md, not AGENTS.md. If your repository already 
uses AGENTS.md for other coding agents, create a CLAUDE.md that imports it so 
both tools read the same instructions without duplicating them. You can also 
add Claude-specific instructions below the import. Claude loads the imported 
file at session start, then appends the rest:
   
   for example, CLAUDE.md:
   
   > @AGENTS.md
   > ## Claude Code
   >
   > Use plan mode for changes under `src/billing/`.
   
   I don't use Claude Code directly myself, but it sounds to me like Claude 
Code users would benefit from a `CLAUDE.md` file that simply has the line: 
`@AGENTS.md` and it would solve the problem for them.


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

Reply via email to