Anthropic Adopts OpenAI's AGENTS.md Standard for Claude Code Interoperability

Anthropic's Claude Code now supports OpenAI's AGENTS.md format, enabling a single configuration file to work across multiple AI coding assistants like Codex and Claude Code, eliminating duplicate maintenance while maintaining backward compatibility with CLAUDE.md.

21CTO
21CTO
21CTO
Anthropic Adopts OpenAI's AGENTS.md Standard for Claude Code Interoperability
Anthropic has announced that its AI coding tool Claude Code will support the AGENTS.md instruction format originally developed by rival OpenAI, marking a key step toward interoperability among AI programming assistants.

What Is AGENTS.md?

AGENTS.md is a Markdown file placed in a repository root that serves as a project-level README for AI agents. It documents build procedures, test workflows, coding standards, dependency installation, and other conventions so that AI coding assistants can follow project-specific rules when generating code.

Previous Fragmentation

Before this update, Claude Code only recognized its proprietary CLAUDE.md configuration file. Developers using both OpenAI Codex and Claude Code had to maintain two nearly identical instruction files, creating significant duplication of effort.

Implementation Details

The feature lands in Claude Code 2.1.277 . When a project directory lacks CLAUDE.md, the tool automatically falls back to reading AGENTS.md. The compatibility layer is built on Claude Code's internal mod extension mechanism, and the relevant source code has been open-sourced. Teams can enable or disable the fallback via the interactive /config command.

Industry Adoption and Governance

As of December 2025, over 60,000 open-source repositories on GitHub already use AGENTS.md. OpenAI has donated the specification to the Agentic AI Foundation , where it is managed by an industry consortium rather than remaining a private OpenAI standard. Notably, Anthropic is a founding member of that foundation.

OpenAI Codex's lead publicly congratulated the move, calling cross-vendor compatibility the right direction for the industry.

What This Means for Developers

Eliminates duplicate maintenance: A single AGENTS.md file can be consumed by OpenAI Codex, Claude Code, and any other tool that supports the specification.

Backward compatibility preserved: CLAUDE.md retains highest priority; AGENTS.md is only used when CLAUDE.md is absent.

Controllable opt-in: Teams that prefer not to use the fallback can disable it via /config.

Conclusion

The rapid evolution of AI coding agents has led each vendor to introduce its own project instruction format, forcing developers to write multiple configurations. With Claude Code adopting AGENTS.md — already supported by Cursor, Aider, JetBrains Junie, Gemini‑CLI, and others — a single repository-level AI instruction file that works across tools is becoming a practical reality.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

configuration managementOpenAIinteroperabilityAnthropicAI coding assistantsClaude CodeAGENTS.mdAgentic AI Foundation
21CTO
Written by

21CTO

21CTO (21CTO.com) offers developers community, training, and services, making it your go‑to learning and service platform.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.