upvote
I have a CLAUDE.md symlinked to AGENTS.md
reply
ln -s CLAUDE.md AGENTS.md

There's your one line change.

reply
That doesn't handle Claude.md in subdirectories. It does handle Claude.md and other various settings in .claude.
reply
You mean Anthropic are the only ones refusing the de-facto standard despite a long-standing issue: https://github.com/anthropics/claude-code/issues/6235

And as others have said, it's a one-line fix. "Skills" etc. are another `ln -s`

reply