Top
Best
New

Posted by fg137 15 hours ago

Feature Request: Support AGENTS.md(github.com)
285 points | 180 commentspage 3
Jcampuzano2 13 hours ago|
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!

weavie 1 hour ago|
To be fair, that comment is by Boris Cherny, the guy who developed Claude Code. You have to give him a bit of slack for wanting to use his tool for literally everything.
throwaw12 2 hours ago||
This should show true nature of Anthropic, all that "safety, transparency, for the sake of humanity, not using Claude for weapons", is bs.

Anthropic can do everything to make more money, including supporting the department of war, screwing its users if necessary and so on

rurban 2 hours ago||
They wont do it. Just symlink your CLAUDE.md
deaux 2 hours ago|
> They wont do it.

That's the point of this post, Boris Cherny closed it as "completed", of course without implementing it.

jhoechtl 2 hours ago||
Symlink and done?
woadwarrior01 5 hours ago||
I have a co-worker who symlinks CLAUDE.md to AGENTS.md in all the repositories he owns.
HDBaseT 12 hours ago||
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.

agentdev001 12 hours ago||
You're asking the wrong question here. There is:

How exactly does Claude Code* not support AGENTS.md?

How exactly does the Claude suite of Models not support AGENTS.md?

The problem being pointed at in parent linked is referring to the Claude Code Harness not supporting AGENTS.md. Harnesses which do support it (eg codex), append the content to the initial model turn upon the model discovering it at the project root.

* Or Claude Code Tui, Claude Code desktop, Claude Cowork, Claude Desktop, Claude Design, Etc.

(Edit: i wish I could tattoo the distinction on ny forehead. Im vocal about Anthropic engineer-oriented tools being lackluster, and i frequently find myself in conversations where I have to stop a coworker and ask if they're talking about a platform, tool, or model- and which, depending on the answer. I feel like those two things together make me come off somewhat abrasive, but man, we're all engineers here.)

deaux 2 hours ago|||
Every other coding harness (i.e. 9 out of the top 10) automatically read AGENTS.md. It is a universal standard. Claude Code does not.
wfurney 12 hours ago||
Claude code will only read the other .md files after you take a turn to prompt it, not when the session starts. So if I run `/clear` it will retain the CLAUDE.md context but not AGENTS.md.
morbicer 3 hours ago||
This plus auto-discovery of nested non-root CLAUDE.mds in a more complex setup (monnorepo or even a big project with different parts)
dude250711 13 hours ago||
They want to be the Apple of AI: producing non-standard interfaces and making grandiose claims.
nozzlegear 7 hours ago|
Apple at least builds things with a modicum of quality control, which is not the case for Anthropic.
MrGilbert 6 hours ago||
Maybe I miss a bit of information here, but I'm wondering why a random PR in a repository (https://github.com/Piebald-AI/tweakcc/pull/459) can close an issue in an unrelated repository (https://github.com/anthropics/claude-code/issues/6235)?

Is that a misconfiguration, or is that on purpose for Github? I never noticed that before.

PieUser 5 hours ago||
GitHub API says it was closed by bcherny himself:

$ gh api repos/anthropics/claude-code/issues/6235 --jq '{state, state_reason, closed_at, closed_by}'

{ "closed_at": "2026-08-17T03:37:37Z", "closed_by": { ... "id": 1761758, "login": "bcherny", "url": "https://api.github.com/users/bcherny", }, "state": "closed", "state_reason": "completed" }

plorntus 5 hours ago||
Weird, at the top of the issue it says "fixed by <link to random pr in other repo>" in a pill.
deaux 2 hours ago||
What's even weirder is that the "bcherny closed this as completed 1d ago" is missing after his comment, even though all other issues have it, e.g. https://github.com/anthropics/claude-code/issues/66955#event...

A permalink actually exists for the event in the post's issue too, but it leads to nothing: https://github.com/anthropics/claude-code/issues/6235#event-...

QuantumNomad_ 6 hours ago||
I don’t see that the issue was closed by that PR. Where do you see that?
MrGilbert 4 hours ago||
Next to the closed indicator at the top is a drop-down, which reads "Fixed by: Piebald-AI/tweakcc #459".

It also reads "Remaining: #58639 #29385"

shay_ker 13 hours ago||
how does agents.md work for subagents and swarms? is it actually that useful?
baby_souffle 13 hours ago||
A good one does, yeah.

A bad one is noticeably harmful.

verdverm 13 hours ago||
yes, in the tools I use, each (sub)agent will also load the same files (automatically, root is always loaded, a nested AGENTS.md is read if the dir or a peer file is touched)

yes, they are useful, mainly in that they shorten the context gathering phase and can call out gotchyas, keep it minimal

wilg 13 hours ago|
Also the skills are different. it's quite annoying!
Sammi 12 hours ago|
Anthropic are the only ones who think they can ignore the open standards. Absolute dirt bags.
More comments...