AGENTS.md – Open format for guiding coding agents
1–10 of 398 posts
Re: AGENTS.md – Open format for guiding coding agents
#2Re: AGENTS.md – Open format for guiding coding agents
#3Re: AGENTS.md – Open format for guiding coding agents
#4In what way is this a format or standard? It's just markdown in a namespce
It's a real problem! Every agent right now has their own weird filename. I love David Crawshaw's sketch.dev, but for reasons passing understanding they choose "dear_llm.md" for theirs.
Re: AGENTS.md – Open format for guiding coding agents
#5It would be nice if it was standardized. Right now I’m using ruler to automate generating these files for all standards as a necessary evil, but I don’t envision this problem being solved soon. Especially because these coding agents also use different styles for consuming MCP configs.
Re: AGENTS.md – Open format for guiding coding agents
#6I'm still not convinced that separating README.md and AGENTS.md is a good idea.
Re: AGENTS.md – Open format for guiding coding agents
#7I'm still not convinced that separating README.md and AGENTS.md is a good idea.
Document how to use and install your tool in the readme.
Document how to compile, test, architecture decisions, coding standards, repository structure etc in the agents doc.
Re: AGENTS.md – Open format for guiding coding agents
#8Re: AGENTS.md – Open format for guiding coding agents
#9I'm still not convinced that separating README.md and AGENTS.md is a good idea.
Re: AGENTS.md – Open format for guiding coding agents
#10In what way is this a format or standard? It's just markdown in a namespce