Earlier quoted context omitted.
Reddit is undergoing an even worse tragetory right now: They're a lot heavier on the censorship and sidewide ban. Subs are being astroturfed as much or worse than usual. On top of that they're trying to stop anonymous browsing by paywalling on a timer.
My Reddit account is 14 years old, I've decided to stop using the website and overwrite all historical comments with a protest message. I honestly did not enjoy it anymore, almost all subs feel political these days (and the worst kind of politics, American politics ;)), the hive mind downvotes everything that it disagrees with (irrespective of the merit or quality of the message) and you get bans for seemingly everyt…
Feature Request: Support AGENTS.md
141–150 of 236 posts
Re: Feature Request: Support AGENTS.md
#142Maybe 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.
I don’t see that the issue was closed by that PR. Where do you see that?
It also reads "Remaining: #58639 #29385"
Re: Feature Request: Support AGENTS.md
#143Earlier quoted context omitted.
They finally killed the `old.reddit.com` subdomain for logged-out users this week, which was the final push I needed to stop even idly browsing. I've been using the site since at least the digg exodus in 2010.
> They finally killed the `old.reddit.com` subdomain for logged-out users this week... Is it a gradual shutdown? [0] works just fine for me, and I don't and have never had a Reddit account so I'm always logged out. I've visited a few of the comment threads on that page and they all display just fine. [0] https://old.reddit.com/r/mikrotik/ >
Re: Feature Request: Support AGENTS.md
#144I think we’re going to see some aggressive attempts at lock in quite soon. What choice do they have?
Re: Feature Request: Support AGENTS.md
#145Re: Feature Request: Support AGENTS.md
#146At the project level, there should be no need for an AGENTS.md. Whatever you might want to let agents know you would let a human know too, so you should be writing a README.md, CONTRIBUTING.md, ARCHITECTURE.md and whatever else.
For example, "don't write comments that reference things that you removed from the code" is commonly needed for coding agente and almost never needed for people.
Re: Feature Request: Support AGENTS.md
#147At the project level, there should be no need for an AGENTS.md. Whatever you might want to let agents know you would let a human know too, so you should be writing a README.md, CONTRIBUTING.md, ARCHITECTURE.md and whatever else.
Humans don't need it. Nor do they need to be reminded to launch subagents for simple tasks for example - which is another command that belongs in AGENTS.md.
Re: Feature Request: Support AGENTS.md
#148How 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.
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.
Re: Feature Request: Support AGENTS.md
#149Re: Feature Request: Support AGENTS.md
#150At the project level, there should be no need for an AGENTS.md. Whatever you might want to let agents know you would let a human know too, so you should be writing a README.md, CONTRIBUTING.md, ARCHITECTURE.md and whatever else.
I find agents need a lot of verbose instructions that are a waste of space for people. Things that are better said in a PR comment for people if needed are better front loaded for agents. People benefit from concise documentation that they are thus more likely to actually read. For example, "don't write comments that reference things that you removed from the code" is commonly needed for coding agente and almost neve…