Comment by datadrivenangel 14 hours ago This allows us to remove our one line Claude.md files that just say "AGENTS.MD" 18 comments datadrivenangel Reply whalesalad 14 hours ago ln -s AGENTS.md CLAUDE.md lolpython 14 hours ago Fine if you don't need to git checkout the repo on Windows :) Arcuru 14 hours ago Just .gitignore CLAUDE.md and handle it locally. Checking in a symlink would be weird. skeledrew 14 hours ago Wow, still not there yet. After all these years. 7 replies → jpollock 14 hours ago I'm surprised Git and/or Windows don't support symlinks? 4 replies → whalesalad 14 hours ago oh god. sorry. verdverm 13 hours ago you'll need to wrap that in a `find` because of nested instruction files
whalesalad 14 hours ago ln -s AGENTS.md CLAUDE.md lolpython 14 hours ago Fine if you don't need to git checkout the repo on Windows :) Arcuru 14 hours ago Just .gitignore CLAUDE.md and handle it locally. Checking in a symlink would be weird. skeledrew 14 hours ago Wow, still not there yet. After all these years. 7 replies → jpollock 14 hours ago I'm surprised Git and/or Windows don't support symlinks? 4 replies → whalesalad 14 hours ago oh god. sorry. verdverm 13 hours ago you'll need to wrap that in a `find` because of nested instruction files
lolpython 14 hours ago Fine if you don't need to git checkout the repo on Windows :) Arcuru 14 hours ago Just .gitignore CLAUDE.md and handle it locally. Checking in a symlink would be weird. skeledrew 14 hours ago Wow, still not there yet. After all these years. 7 replies → jpollock 14 hours ago I'm surprised Git and/or Windows don't support symlinks? 4 replies → whalesalad 14 hours ago oh god. sorry.
Arcuru 14 hours ago Just .gitignore CLAUDE.md and handle it locally. Checking in a symlink would be weird.
ln -s AGENTS.md CLAUDE.md
Fine if you don't need to git checkout the repo on Windows :)
Just .gitignore CLAUDE.md and handle it locally. Checking in a symlink would be weird.
Wow, still not there yet. After all these years.
7 replies →
I'm surprised Git and/or Windows don't support symlinks?
4 replies →
oh god. sorry.
you'll need to wrap that in a `find` because of nested instruction files