Comment by meowface 4 days ago Unfortunate that two of the most-used tools (Claude Code, Gemini CLI) don't support it. 2 comments meowface Reply neutronicus 4 days ago What does "support" for this format mean beyond "reading the file without explicit prompting"?Like, as the end-user, if I copy-paste "Please see AGENTS.md in the project root for some information on the project" have I filled the gap?Or is the LLM ingesting this file in some special way I'm losing out on? meowface 3 days ago >Like, as the end-user, if I copy-paste "Please see AGENTS.md in the project root for some information on the project" have I filled the gap?Probably, yeah. It would cause an extra tool call at the start of every session, though, so a symlink might be preferable.
neutronicus 4 days ago What does "support" for this format mean beyond "reading the file without explicit prompting"?Like, as the end-user, if I copy-paste "Please see AGENTS.md in the project root for some information on the project" have I filled the gap?Or is the LLM ingesting this file in some special way I'm losing out on? meowface 3 days ago >Like, as the end-user, if I copy-paste "Please see AGENTS.md in the project root for some information on the project" have I filled the gap?Probably, yeah. It would cause an extra tool call at the start of every session, though, so a symlink might be preferable.
meowface 3 days ago >Like, as the end-user, if I copy-paste "Please see AGENTS.md in the project root for some information on the project" have I filled the gap?Probably, yeah. It would cause an extra tool call at the start of every session, though, so a symlink might be preferable.
What does "support" for this format mean beyond "reading the file without explicit prompting"?
Like, as the end-user, if I copy-paste "Please see AGENTS.md in the project root for some information on the project" have I filled the gap?
Or is the LLM ingesting this file in some special way I'm losing out on?
>Like, as the end-user, if I copy-paste "Please see AGENTS.md in the project root for some information on the project" have I filled the gap?
Probably, yeah. It would cause an extra tool call at the start of every session, though, so a symlink might be preferable.