179 points datadrivenangel 1 hour ago 71 comments
hbarka 1 hour ago | parent
sync 58 minutes ago | parent
https://x.com/trq212/status/2101009392611278961
AGENTS.md implementation is open sourced as well: https://github.com/anthropics/claude-code/tree/main/mods/age...
hbarka 32 minutes ago | parent
vindex10 56 minutes ago | parent
askonomm 56 minutes ago | parent
neverrroot 52 minutes ago | parent
clutter55561 49 minutes ago | parent
jjordan 45 minutes ago | parent
vb-8448 39 minutes ago | parent
nomel 33 minutes ago | parent
mkdir -p ~/.githooks
git config --global core.hooksPath ~/.githooks
cat > ~/.githooks/post-checkout <<'EOF'
#!/usr/bin/env bash
if [ -d .agents/skills ] && [ ! -e .claude/skills ]; then
mkdir -p .claude
ln -s ../.agents/skills .claude/skills
fi
EOF
chmod +x ~/.githooks/post-checkoutdatadrivenangel 49 minutes ago | parent
whalesalad 45 minutes ago | parent
lolpython 42 minutes ago | parent
whalesalad 41 minutes ago | parent
Arcuru 38 minutes ago | parent
jpollock 36 minutes ago | parent
whalesalad 33 minutes ago | parent
lolpython 32 minutes ago | parent
> Short version: there is no exact equivalent for POSIX symlinks on Windows, and the closest thing is unavailable for non-admins by default unless Developer Mode is enabled and a relatively recent Windows 10 version is used. Therefore, symlink emulation support is only turned on by default when that scenario is detected. Support can be enabled by the user, via the core.symlinks=true config setting.
ipaddr 30 minutes ago | parent
skeledrew 32 minutes ago | parent
pixl97 16 minutes ago | parent
Even to this day Windows has all kinds of problems around long file paths in its ecosystem.
cmrdporcupine 48 minutes ago | parent
Congrats.
TomGarden 47 minutes ago | parent
Time to delete the symlinks
seaal 43 minutes ago | parent
sidrag22 30 minutes ago | parent
throwaw12 43 minutes ago | parent
Doesn't look like Anthropic care about dev community
rvz 43 minutes ago | parent
Why? This is why. [0]
aroman 40 minutes ago | parent
dinga 39 minutes ago | parent
# CLAUDE.md
This project uses `AGENTS.md` as its agent instruction file (kept provider-agnostic). Treat any `AGENTS.md` file exactly as you would a `CLAUDE.md` file — at the root level and in any subdirectory you are working in.
@AGENTS.md
frizlab 37 minutes ago | parent
dinga 26 minutes ago | parent
Does your tech do that?
Anyway, the joke is on me I guess, because it might not work reliably.
stillpointlab 39 minutes ago | parent
I didn't even have that symlink in any other project - it just did it. I think it saw that one of the projects I already had was set up by Codex and that project had an AGENTS.md so perhaps it inferred that I was using both Claude and Codex, so it was politely covering both? Or maybe a recent change made this behavior default?
I was surprised and I hope they continue to seek standards.
cyanydeez 34 minutes ago | parent
reedlaw 33 minutes ago | parent
nunodonato 32 minutes ago | parent
Why are people still putting up with this kind of attitude, especially when there are so many good alternatives available?
sscaryterry 31 minutes ago | parent
Madmallard 28 minutes ago | parent
Isn't it literally all just more text you're adding to the prompt. How can you even be sure it isn't just clouding context with nonsense for whatever you're asking for?
mcherm 26 minutes ago | parent
Madmallard 21 minutes ago | parent
pixl97 15 minutes ago | parent
Madmallard 8 minutes ago | parent
electroglyph 12 minutes ago | parent
armcat 27 minutes ago | parent
getpokedagain 21 minutes ago | parent
mococa 21 minutes ago | parent
kislakiruben 20 minutes ago | parent
timcobb 18 minutes ago | parent
budoso 18 minutes ago | parent
rukuu001 17 minutes ago | parent
In the manner of someone finding a dead mouse and holding it up for examination CC said it could find no instructions but perhaps it should check this AGENTS.md file.
davidkunz 15 minutes ago | parent
mitchitized 15 minutes ago | parent
For instance, say you added "do not add 'Made with Claude Code' in any issues, pull requests or wiki entries" in your CLAUDE.md. So far, so good.
Well the latest update now looks for something in your settings.json. Since you don't know about it, it is not set. Claude then says "not explicitly set, so now it is true by default". It completely ignores your CLAUDE.md.
Wait, what?
You shouldn't be shipping logic that arbitrarily redefines the behavior of the program, especially if your new logic actually ignores your own configuration or directives.
jtbaker 14 minutes ago | parent
> “I’m thinking about banning Claude Code at Shopify until they change their mind and read AGENTS.md and .agents/skills etc.,” Lütke posted Tuesday on X.
yieldcrv 13 minutes ago | parent
SrslyJosh 13 minutes ago | parent