AGENTS.md thought leadership #1471
Replies: 11 comments 11 replies
-
Yeah fully agree and second that. This is getting annoying to have one EGO file per CLI. It would make the workflow more standard. Even I knowledge the models need to be prompt in different ways. |
Beta Was this translation helpful? Give feedback.
-
In the meantime, you can change contextFileName at https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md#available-settings-in-settingsjson |
Beta Was this translation helpful? Give feedback.
-
Agree ! |
Beta Was this translation helpful? Give feedback.
-
Actually I believe AGENTS.md = CONTRIBUTING.md :) |
Beta Was this translation helpful? Give feedback.
-
I use 3 CLAUDE and GEMINI and clinerules. Clinerules directs to CLAUDE file and GEMINI has its own as it needs specific prompting to ensure it does not run into common issue with scope expansion 😀 How are folks using a single file for multiple LLM models? Just giving each the same prompt/text? |
Beta Was this translation helpful? Give feedback.
-
+1 on this thoughtful proposal—it's a smart move toward reducing fragmentation in the AI coding agent ecosystem, and Google/Gemini CLI is well-positioned to lead by example given its influence. Supporting Key benefits:
For the full spec, examples, and a growing list of supporting tools (including configurable ones like Aider and now Gemini CLI), check out https://agent-rules.org/. Would love to see Gemini embrace this—happy to contribute ideas or docs updates if helpful! |
Beta Was this translation helpful? Give feedback.
-
I have a small tool that checks for the presence of (I also a small tool that creates hardlinks between various JSON files that all have |
Beta Was this translation helpful? Give feedback.
-
I had suggested this before: #406 It has been closed by introducing |
Beta Was this translation helpful? Give feedback.
-
RooCode also supports AGENTS.md |
Beta Was this translation helpful? Give feedback.
-
This is now more formally supported and is gaining support towards being the standard: https://agents.md/ |
Beta Was this translation helpful? Give feedback.
-
Note that you can include Here is a
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, users working in teams that use more than one agentic coding tool have to setup:
CLAUDE.md
AGENTS.md
Codex already changed from
codex.md
toAGENTS.md
.AGENTS.md
looks good next toREADME.md
, is provider-agnostic, and in general it would be nice for the industry to have a standard for in-repo context for agentic tools. I feel like if Gemini also adopted theAGENTS.md
convention, that could put pressure on others and we could have some standardization so we don't end up with a ton of symlinks in all of our repos!(fwiw in the fullness of time I think
AGENTS.md
==README.md
, but for now it's good to separate them)Beta Was this translation helpful? Give feedback.
All reactions