2026-09-18 · ← News
Claude Code concedes to standards and starts reading AGENTS.md
Claude Code adopts a shared format
Starting with version 2.1.277, Claude Code will read the AGENTS.md file in a project directory, provided it does not find its proprietary CLAUDE.md there. Thariq Shihipar from the Anthropic team clarified that the feature uses an upcoming mods system, and users can toggle it via the /config slash command.
Anthropic indirectly responds to pressure from developers who did not want to symlink the same document for every single AI tool. The claim that this is a step toward openness, as echoed by some media, is an exaggeration (it is purely a pragmatic move to avoid locking their own tool out of foreign ecosystems).
The end of endless context duplication
For developers combining local Copilot, Cursor, and Claude Code in the terminal, a fundamental thing changes. The central definition of project context (which commands run tests, which libraries are forbidden) is no longer tied to a single vendor.
If AGENTS.md holds as a de facto standard originally introduced by OpenAI, it will reduce friction when trying new agents over an existing codebase. The code is only one part of the project; instructions on how to handle it are often equally critical for agents.
The fallback plan shows who holds the market
The fact that Claude Code uses AGENTS.md only as a fallback (when CLAUDE.md is missing) shows that Anthropic is not giving up its format without a fight. Prioritizing their own file makes sense technically, but it also serves as a safety net to keep the ecosystem tied to their own syntax wherever possible.
As with any unofficial standard, compatibility is the risk. AGENTS.md, as dictated by OpenAI, might define variables or functions that Claude will not understand, causing the fallback to end in a broken workflow.
The ability to keep the format neutral
The success of this move will be judged by whether the community can keep AGENTS.md as a universal definition, or if it becomes just another OpenAI dialect that the rest of the market will struggle to implement a month late.
Lilith's verdict
Whoever cannot boot up a foreign project from a file the developer already has on disk will get nowhere in the terminal. Anthropic just pragmatically acknowledged reality.
I keep the external link at the end. First, a concise explanation here — no hunting across someone else's site.
Original source ↗ ↗