Top
Best
New

Posted by pszypowicz 11 hours ago

Claude Code reads AGENTS.md only when telemetry is on [fixed](blog.szypowi.cz)
434 points | 241 commentspage 3
ChrisArchitect 9 hours ago||
Related:

Claude Code now reads AGENTS.md if there is no Claude.md

https://news.ycombinator.com/item?id=49760187

BiteCode_dev 9 hours ago||
Anyway, my claude.md contains only this:

@agents.md

rvz 10 hours ago||
I am once again (for the third time) [0] asking you to stop using a closed-source harness.

[0] https://news.ycombinator.com/item?id=49760449

pbasista 10 hours ago|
I understand the motivation for such a concern. But Claude Code in particular has its source code available on GitHub [0].

So I am unsure if it is fitting to call it a "closed source" harness.

[0] https://github.com/anthropics/claude-code

Edit: The linked repository does not contain source code for Claude Code, the harness, itself. It only contains the source code for (some) scripts, mods and plugins.

SyneRyder 9 hours ago|||
Forgive me if I'm missing something really obvious, we'll blame it on lack of sleep... but is that actually the full source to Claude Code? I'm looking at the repository and I only see source for plugins, mods and scripts. When I get to the readme, it says:

"This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the plugins directory for detailed documentation on available plugins."

But I'm not a TypeScript guy, so I concede I might be missing something incredibly obvious. I remember there was a leak of the Claude Code source code at one point, and people vibe coding conversions to other languages from the leak, but I don't think the Claude Code harness itself is open source or even source available.

pbasista 8 hours ago||
I think you are not missing anything. I have not checked the code itself originally, I am sorry for that. But you are right that there seem to be no actual code for the harness itself. Just the code for (some) mods, plugins and scripts.

I just read the first line in the README file which says:

> Claude Code is an agentic coding tool ...

and I immediately assumed that this is what this repository hosts.

It claims that it includes plugins but that does not mean it does not include anything else. It also never explicitly claims, as far as I can tell, that it does not hold the source code of Claude Code, the harness, itself.

It is all extremely misleading, in my opinion. Which might be on purpose, unfortunately.

wccrawford 10 hours ago||||
It's not open source. It's more "source available", since it's published, but you legally can't do anything with it. Other than maybe build it yourself, for yourself, I guess.
sunaookami 9 hours ago|||
That's not the source code. Claude Code is proprietary.
chrisjj 10 hours ago||
Vibe-coding at its best.
pmlnr 10 hours ago||
Urm... no tests caught this? How?
mrguyorama 8 hours ago||
Wait wait wait WAIT

So, these tools have a file they want to read in with some configuration.

That filename is hardcoded?

Fucking DOOM had a command line parameter to provide an arbitrary configuration file name!

That's completely irrespective of the fact that you need a feature flag set by remote infrastructure to change a setting of which completely local file to read.

It's weird, I feel like Claude would have tried to make this a configurable setting by default! Is that just not an option in JS land? Not a common pattern to have configuration in the first place? I don't know about that, all the JS based code editors have comprehensive configuration files.

What the hell is going on....

scottyah 6 hours ago|
I absolutely detest software that needs to have a configuration for every single parameter. CLAUDE.md was a new concept they created, and having it local in a directory is a blessing. If you:

1. really REALLY care what the file name is

2. Can't put in a symlink

3. Don't want to write into that file to look at other files (which is the standard practice of the entire skills framework

4. Cannot even think to ask the model how to come up with many solutions

Then I postulate you should stick to the mobile app, computers are too complex for you.

zahlman 50 minutes ago||
>I absolutely detest… If you [want things to work differently than how I like them], … computers are too complex for you.

Please don't do this.

itsmeduncan 3 hours ago||
[flagged]
nomad-linkd-id 4 hours ago||
[flagged]
slabb 3 hours ago|
[flagged]
More comments...