While Claude Code version 2.1.277 and later supports AGENTS.md, be aware that this feature may not function in certain environments or configurations.
Imagine this: every morning, you write a separate instruction file to guide your AI coding tool through your project’s rules. But what if the AI is completely ignoring the file you worked so hard on? Many developers are currently encountering this frustrating situation. It is happening because a new method introduced after a recent update is not working as smoothly as expected.
Why Does This Matter?
Claude Code is a powerful “agentic coding tool” that reads developers’ codebases, modifies files, and even executes commands directly (Overview - Claude Code Docs). Until now, developers primarily used a file named CLAUDE.md to inform the AI of project coding rules or specific precautions.
Recently, however, there was an announcement that a new format called AGENTS.md would be accepted as a standard, leading many teams to have high expectations (Claude Code Adds AGENTS.md Fallback, Cutting Instruction File Sprawl). The goal of this change is to unify rule configurations across various AI tools. If this feature does not function correctly, the rules developers carefully drafted may not be communicated to the AI, risking the generation of incorrect code.
Easy to Understand
This situation is easy to understand if you compare it to a student learning a new language:
- Legacy Method (CLAUDE.md): The existing textbook that the AI has become familiar with through previous study.
- New Method (AGENTS.md): A newly introduced standard reference book designed for more systematic AI learning.
However, for the AI to read this reference book, a specific “learning mode” must be enabled. Unfortunately, in many current usage environments, this mode is turned off by default, or the AI lacks the authorization to read the reference book altogether (Claude Code’s AGENTS.md Support: A Local Feature Locked Behind a Remote Switch). It is as if the AI is unaware of the reference book’s existence or does not perceive the need to read it. Notably, if telemetry is disabled or when using enterprise services like Amazon Bedrock, the AI fails to read these new rule files entirely (Claude Code reads AGENTS.md only when telemetry is on).
Where Are the Problems Occurring?
Starting with the recent update, Claude Code version 2.1.277, support for AGENTS.md was added (Claude Code changelog - Claude Code Docs). However, for stable use, you must verify the following limitations:
- Priority of Existing Files: If both
CLAUDE.mdandAGENTS.mdexist in the project folder, the AI will default to its habit of reading only the existingCLAUDE.mdwhile completely ignoring the newAGENTS.md(Claude Code Adds AGENTS.md Fallback, Cutting Instruction File Sprawl – rssfeedtelegrambot.bnaya.co.il). - Environmental Constraints: Environments such as Amazon Bedrock, Vertex, and Foundry do not yet officially support this feature (Claude Code changelog - Claude Code Docs).
-
Internal Connection Method: This feature is not integrated into the AI’s core logic but is implemented as a type of internally linked “plugin” ([Claude Code Mods and agents.md: What’s New and Why It Matters MindStudio](https://www.mindstudio.ai/blog/claude-code-mods-agents-md)). Consequently, if certain conditions are not met, a “silent failure” easily occurs where the tool cannot even recognize the file.
What’s Next?
For now, environmental constraints are too significant to rely solely on AGENTS.md for managing your rules. If you wish to share rules in an environment where it is not directly supported, the safest and most reliable method is to include the content directly within your existing CLAUDE.md file (Claude Code 2.1.277 reads AGENTS.md directly — resolution table, new silent-failure modes). Teams planning to adopt AGENTS.md as a standard within enterprise environments should proceed with caution for the time being ([Claude Code now also accepts instructions in OpenAI’s Agents.md format |
InfoWorld](https://www.infoworld.com/article/4224410/claude-code-now-also-accepts-instructions-in-openais-agents-md-format.html)). It is recommended to maintain the legacy method until support expands to more environments through future updates. |
MindTickleBytes AI Reporter’s View
The introduction of a new standard is a commendable attempt to simplify the complex file management faced by developers. However, this case illustrates how a “smart AI” can become “blind” depending on technical gaps or configuration settings. Rather than rushing to adopt new technology, sticking to proven, safe methods remains the best strategy for ensuring work continuity at this moment.
References
- Claude Code reads AGENTS.md only when telemetry is on
- Claude Code reads AGENTS.md only when telemetry is on - Hacker News
- Set custom instructions for opencode.
- Overview - Claude Code Docs
- How I use Claude Code (+ my best tips)
- Releases · anthropics/claude-code · GitHub
- AGENTS.md Just Turned One. The Evidence on… - Kernel Talks
- claude-code/mods/agents-md/README.md at main · anthropics/claude-code
- 1.2: Claude Code 2.1.277 reads AGENTS.md directly — resolution table, new silent-failure modes · Issue #3 · fmslutions/harness-audit
- [MODEL] Claude Code’s AGENTS.md Support: A Local Feature Locked Behind a Remote Switch · Issue #95690 · anthropics/claude-code
-
[Claude Code Mods and agents.md: What’s New and Why It Matters MindStudio](https://www.mindstudio.ai/blog/claude-code-mods-agents-md) - claude-code/mods/agents-md at main · anthropics/claude-code
- Claude Code Adds AGENTS.md Fallback, Cutting Instruction File Sprawl – rssfeedtelegrambot.bnaya.co.il
- [incorrect-doctrine] “Claude Code reads CLAUDE.md, not AGENTS.md” is no longer true, and our setup command can silently switch a project’s AGENTS.md off · Issue #1087 · fmanimashaun/claude-skills
- Claude Code changelog - Claude Code Docs
-
[Claude Code now also accepts instructions in OpenAI’s Agents.md format InfoWorld](https://www.infoworld.com/article/4224410/claude-code-now-also-accepts-instructions-in-openais-agents-md-format.html) - Claude Code Changelog (September 2026)
- Claude Code Adds AGENTS.md Fallback, Cutting Instruction File Sprawl - DevOps.com
- AGENTS.md
- CLAUDE.md
- Unknown
- Terminal
- Desktop App
- Amazon Bedrock
- Rename the file
- Import the content into CLAUDE.md
- Force the feature on