Comment by meowface

4 days ago

Unfortunate that two of the most-used tools (Claude Code, Gemini CLI) don't support it.

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.