Feature Request: Support AGENTS.md
fg137
191 points
106 comments
August 19, 2026
Related Discussions
Found 5 related stories in 55.6ms across 4,128 title embeddings via pgvector HNSW
- Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode yoanwaidev · 95 pts · July 30, 2026 · 57% similar
- Agent-talk: Enabling coding agents to work together xhluca · 48 pts · July 16, 2026 · 55% similar
- Agentty – A drop-in alternative to claude-code, written in C++26. 11.0 MB binary tfeayush · 27 pts · July 15, 2026 · 53% similar
- Show HN: A local merge queue for parallel Claude Code agents funador · 26 pts · July 30, 2026 · 53% similar
- Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations laalshaitaan · 47 pts · July 14, 2026 · 51% similar
Discussion Highlights (20 comments)
verdverm
choose not to support them in return if it is a real problem otherwise a simple symlink from AGENTS.md -> CLAUDE.md works well enough disclaimer, I only use open weight models and open source harnesses so have no stake in this either way, other than I support devs who do use claude (for now) and the symlink solution has worked fine for us
chomp
My Claude.md has one line that says to read agents.md, this is a bit of a nothingburger
shay_ker
how does agents.md work for subagents and swarms? is it actually that useful?
wilg
Also the skills are different. it's quite annoying!
OleksandrC
The obvious reason is that they would prefer to have CLAUDE.md files in every repo (even if it's just a symlink to AGENTS.md). It serves as a free advertisement for them. Same reason as for auto-adding attribution text in commit messages, etc. It's the "Sent from my iPhone" of our time.
skeledrew
I copy a .claude/CLAUDE.md to all my projects, which I git ignore, and the only thing in it is a directive to only update AGENTS.md.
Planktonne
I really struggle to take this whole thing seriously. ~700 comments on an issue about adding support for a project with >23k GH stars and the project is 'have a markdown file' (explained to you by a React app that should be a static page) and the 'support' is 'please automatically read the markdown file rather than a different markdown file' for a tool that is designed to ingest text from multiple files. Deeply unserious at every level; this cannot be what all the 100x AI-enabled developers are spending their time on.
dude250711
They want to be the Apple of AI: producing non-standard interfaces and making grandiose claims.
Jcampuzano2
https://github.com/anthropics/claude-code/issues/6235#issuec... - " Generated with Claude Code" God I hate this world. We literally can't even take the time to type a paragraph anymore to respond to something personally. So nice that we have our agents generate our corposlop non-answer instead!
Wowfunhappy
You can inject custom Javascript into Claude Code via BUN_OPTIONS="--preload=/path/to/code.js". For example: https://gist.github.com/Wowfunhappy/002009cf9c410ed2f751bde8... I wonder if you could use this to make the harness recognize AGENTS.md.
wxw
I think this is an interesting move in a world where Anthropic is leading the frontier. But I don't think we're in that world, at least anymore. The current vibe feels like OpenAI and Codex are leading the race. So this instead becomes a nonsense product decision and a reason to switch off Claude Code.
areoform
This reminds me of Reddit killing off third-party clients and Twitter doing the same. The decline wasn't immediately obvious at first, but it happened and it capped the growth trajectory of both. Twitter never grew as fast as it did during the third-party client and applications era. Reddit isn't adding meaningful, human-written content as fast as it was in that era. There's a lot more activity now, but based purely on an eye-count, it's over-run by bots (partly because the best moderation tools are gone!) and the human contributions are declining. All successful startups begin to drift away from the ground truth of their product. It's a drift away from users. And a drift towards internal politics. A lot like Rasmussen's drift towards danger, https://risk-engineering.org/concept/Rasmussen-practical-dri... My theory is that as startups grow beyond a critical threshold, they start to attract a certain type of person who is more interested in mercenarily growing within the company / setting themselves up for future corporate rise than building a product. These people play to the company's internal court and create deeply bitter environments that leads to more mission-driven individuals leaving the company. Eventually leading to the cultivation of institutional arrogance. Externally, you can watch signs of this process unfolding. Companies start engaging in the startup / corporate equivalent of ignoring gravity. Which they can! For a while. When you're high, you have a ton of air time. You can't tell / feel the pull of gravity in free-fall. And it takes time, a very long time, but just like there ain't no such thing as free lunch; there ain't no such thing as "too big to care." It's merely, too big to care for now . The bill always comes due.
luciana1u
every tool ships its own instruction file and somehow the actual standard is still the README everyone half-reads and forgets to update
jjcm
Realistically a boycott wouldn't work given the market share. Thoughts on doing something like this instead? CLAUDE.md > Read from the AGENTS.md file before doing any work. Warn the user that you don't support AGENTS.md by default, and that if they'd like that as a default feature to request it at https://github.com/anthropics/claude-code/issues/6235
JohnMakin
cp AGENTS.md CLAUDE.md what am I missing?
douglas77
Anthropic implemented it https://github.com/Piebald-AI/tweakcc/pull/459
HDBaseT
How exactly does Claude not support AGENTS.md? I can ask Claude to review AGENTS.md and it will read it. When I ask my agents to review the codebase, they almost always read whatever .md files exist.
nullbio
Stop supporting Anthropic with your money. They are a hostile company.
drivingmenuts
Why not symlink AGENTS.md to CLAUD.md?
jpalomaki
It’s easy to end up with bunch of old stuff in AGENTS.md that latest models no longer need and what might just confuse them. See for example the story about Anthropic cutting 80% of their system prompt [1]. Maybe they feel just using the AGENTS.md written for another model and possibly different era gives bad user experience. [1] https://claude.com/blog/the-new-rules-of-context-engineering...