Y
Hacker News
new
|
ask
|
show
|
jobs
by
notnmeyer
24 days ago
echo “read @AGENTS.md” > CLAUDE.md
4 comments
folkrav
24 days ago
When I still used Claude outside of work, my CLAUDE.md was just a symlink to my AGENTS.md.
link
jasonjmcghee
24 days ago
Just use a symbolic link
link
Frost1x
24 days ago
I noticed you were linking a file vs creating a correct CLAUDE.md implementation. Would you like me to fix that for you?
link
pertymcpert
24 days ago
Problem with that is that if the agent starts to browse the contents of the repo, it may read both AGENTS and CLAUDE.md.
link
dofm
24 days ago
Yep that should work 100% of the time.
link
dimava
24 days ago
Just @AGENTS.md should be enough, as @s is CLAUDE.md are inlined (and !`ls` are executed)
link