{"id":7788,"date":"2026-09-21T21:59:00","date_gmt":"2026-09-21T21:59:00","guid":{"rendered":"https:\/\/lockitsoft.com\/?p=7788"},"modified":"2026-09-21T21:59:00","modified_gmt":"2026-09-21T21:59:00","slug":"claude-code-now-also-accepts-instructions-in-openais-agents-md-format","status":"publish","type":"post","link":"https:\/\/lockitsoft.com\/?p=7788","title":{"rendered":"Claude Code now also accepts instructions in OpenAI\u2019s Agents.md format"},"content":{"rendered":"<p>The landscape of software development is undergoing a seismic shift as autonomous AI coding agents transition from experimental novelties to essential components of the enterprise engineering stack. For developers managing complex codebases, the proliferation of these agents\u2014each requiring distinct behavioral instructions\u2014has historically introduced a significant layer of &quot;prompt debt.&quot; A major hurdle in this ecosystem has been the fragmentation of instruction standards. Until recently, Anthropic\u2019s Claude Code and other industry-leading agents, such as OpenAI\u2019s Codex, operated in silos, requiring developers to manage separate, redundant configuration files.<\/p>\n<p>This technical friction is beginning to dissolve. In a move aimed at streamlining developer workflows, Anthropic has officially integrated support for the AGENTS.md format into version 2.1.277 of Claude Code. This update allows the tool to prioritize a unified instruction file, effectively bridging the gap between Claude\u2019s proprietary configuration standards and the open-source conventions championed by the Linux Foundation\u2019s Agentic AI Foundation.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/lockitsoft.com\/?p=7788\/#The_Evolution_of_Agentic_Configuration\" >The Evolution of Agentic Configuration<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/lockitsoft.com\/?p=7788\/#Chronology_of_the_Integration\" >Chronology of the Integration<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/lockitsoft.com\/?p=7788\/#Operational_Impact_and_Developer_Experience\" >Operational Impact and Developer Experience<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/lockitsoft.com\/?p=7788\/#Strategic_Implications_for_Enterprise_Governance\" >Strategic Implications for Enterprise Governance<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/lockitsoft.com\/?p=7788\/#Limitations_and_Technical_Nuances\" >Limitations and Technical Nuances<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/lockitsoft.com\/?p=7788\/#Future_Outlook\" >Future Outlook<\/a><\/li><\/ul><\/nav><\/div>\n<h3><span class=\"ez-toc-section\" id=\"The_Evolution_of_Agentic_Configuration\"><\/span>The Evolution of Agentic Configuration<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>To understand the significance of this update, one must consider the operational history of AI-assisted programming. For years, the standard method for &quot;prompt engineering&quot; a coding agent was to provide a context-rich markdown file within the root directory of a project. Claude Code traditionally utilized <code>CLAUDE.md<\/code>, a file specifically parsed to interpret instructions, coding style preferences, and project-specific guardrails. Conversely, the broader industry\u2014led by the Agentic AI Foundation\u2014gravitated toward the <code>AGENTS.md<\/code> standard.<\/p>\n<p>The existence of these two formats created a &quot;dual-maintenance&quot; problem. Engineering teams working on large-scale applications often utilize a multi-agent approach, deploying different tools for different phases of the software development lifecycle (SDLC). When these tools did not share a common configuration file, any update to a project\u2019s architectural requirements or security protocols necessitated manual synchronization across multiple files. Failure to update both led to &quot;instruction drift,&quot; where one agent would adhere to legacy standards while the other followed the updated guidelines, resulting in inconsistent code quality and potential security vulnerabilities.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Chronology_of_the_Integration\"><\/span>Chronology of the Integration<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The path to this interoperability began with the formation of the Agentic AI Foundation under the Linux Foundation. Recognizing that the lack of standardization would hinder the mass adoption of autonomous agents in corporate environments, industry stakeholders sought to create a unified schema for agent behavior.<\/p>\n<ul>\n<li><strong>Early 2024:<\/strong> The rise of autonomous coding agents, such as Claude Code and OpenAI\u2019s Codex, leads to a proliferation of project-specific configuration files.<\/li>\n<li><strong>Mid-2024:<\/strong> The Agentic AI Foundation formalizes the <code>AGENTS.md<\/code> specification, aiming to create a vendor-neutral standard for defining agentic behavior.<\/li>\n<li><strong>Late 2024:<\/strong> Developers report increasing friction in managing monorepos, where disparate agents operate in different subdirectories, leading to &quot;configuration fatigue.&quot;<\/li>\n<li><strong>Friday, September 2025:<\/strong> Thariq Shihipar, a member of Anthropic\u2019s technical staff, announces on X that Claude Code version 2.1.277 will natively support <code>AGENTS.md<\/code> as a fallback or primary configuration source.<\/li>\n<li><strong>Post-Update:<\/strong> The developer community begins testing the integration to determine the threshold of feature parity between the proprietary <code>CLAUDE.md<\/code> and the standardized <code>AGENTS.md<\/code>.<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Operational_Impact_and_Developer_Experience\"><\/span>Operational Impact and Developer Experience<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>For teams utilizing multiple agents, the immediate benefit is the reduction of &quot;busywork.&quot; Amit Kumar Jena, the AI development head at IT consulting firm Kanerika, suggests that this shift is a necessary maturation of the AI tooling market. &quot;Before this update, teams were forced into clunky workarounds, such as using symbolic links or manual script-based synchronization to ensure Claude understood the same rules as other agents,&quot; Jena noted.<\/p>\n<p>In a monorepo environment, where instructions might be nested across dozens of subdirectories to control specific modules or microservices, the risk of configuration decay is high. By moving to a single source of truth, teams can ensure that architectural guardrails\u2014such as &quot;always use this specific authentication library&quot; or &quot;never expose API keys in this directory&quot;\u2014are applied consistently regardless of which agent is currently active.<\/p>\n<figure class=\"article-inline-figure\"><img decoding=\"async\" src=\"https:\/\/www.infoworld.com\/wp-content\/uploads\/2026\/09\/4224410-0-70625700-1790004234-shutterstock_2338803257.jpg?quality=50&amp;strip=all&amp;w=1024\" alt=\"Claude Code now also accepts instructions in OpenAI\u2019s Agents.md format\" class=\"article-inline-img\" loading=\"lazy\" \/><\/figure>\n<h3><span class=\"ez-toc-section\" id=\"Strategic_Implications_for_Enterprise_Governance\"><\/span>Strategic Implications for Enterprise Governance<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Beyond individual developer productivity, the adoption of a common instruction format serves a strategic purpose for enterprise IT governance. Charlie Dai, a principal analyst at Forrester, emphasizes that a unified standard provides a &quot;practical control point&quot; for organizations. <\/p>\n<p>In highly regulated industries\u2014such as finance, healthcare, or government contracting\u2014enforcing coding conventions is not merely a matter of style; it is a compliance requirement. When an enterprise can codify its security policies and compliance mandates into a single <code>AGENTS.md<\/code> file, it effectively turns that file into a policy-as-code asset. This allows Chief Information Officers (CIOs) and security teams to audit how AI agents are behaving across the entire development organization by simply reviewing the configuration file, rather than attempting to audit the internal prompt logic of multiple proprietary tools.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Limitations_and_Technical_Nuances\"><\/span>Limitations and Technical Nuances<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>While the industry has welcomed the move, experts caution that a common file format does not equate to perfect agent interchangeability. There is a fundamental difference between a file format and the underlying model capability. <\/p>\n<p>Claude Code, for instance, supports advanced features\u2014such as specific tool-use triggers or sophisticated multi-step reasoning instructions\u2014that may not be recognized by other agents. Consequently, an <code>AGENTS.md<\/code> file optimized for a less capable agent might not fully leverage the potential of Claude Code, and conversely, a file written specifically for Claude Code might contain syntax or instructions that confuse a less sophisticated agent.<\/p>\n<p>Furthermore, there is a deployment-specific limitation. The support for <code>AGENTS.md<\/code> within Claude Code is not merely a local file read operation; it is contingent upon the tool\u2019s ability to fetch feature flags from Anthropic\u2019s servers. As noted in the official documentation, if an enterprise runs Claude Code in a restricted environment\u2014such as via Amazon Bedrock or Google Vertex AI\u2014or if they have opted to disable telemetry for privacy reasons, the tool may fail to fetch the necessary flags. In these scenarios, the system defaults back to <code>CLAUDE.md<\/code>, rendering the <code>AGENTS.md<\/code> integration inactive.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Future_Outlook\"><\/span>Future Outlook<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The integration of <code>AGENTS.md<\/code> into Claude Code represents a broader trend of consolidation in the generative AI ecosystem. As AI coding tools move from &quot;experimental&quot; to &quot;mission-critical,&quot; the demand for interoperability and standard-based configuration will only intensify. <\/p>\n<p>For the short term, developers are advised to utilize the <code>\/config<\/code> command within the Claude Code interface to maintain granular control. This allows for a hybrid approach: using <code>AGENTS.md<\/code> for cross-platform, high-level behavioral instructions, while retaining <code>CLAUDE.md<\/code> for platform-specific capabilities that require deeper, model-specific fine-tuning.<\/p>\n<p>As the Agentic AI Foundation continues to iterate on the <code>AGENTS.md<\/code> specification, it is likely that other vendors will follow Anthropic&#8217;s lead. The ultimate goal remains a seamless environment where a developer can switch between agents as easily as they switch between programming languages, without having to reconfigure their entire project environment. For now, this update marks a significant step toward that goal, reducing the cognitive load on developers and providing a cleaner path toward scalable, AI-driven software development.<\/p>\n<!-- RatingBintangAjaib -->","protected":false},"excerpt":{"rendered":"<p>The landscape of software development is undergoing a seismic shift as autonomous AI coding agents transition from experimental novelties to essential components of the enterprise engineering stack. For developers managing complex codebases, the proliferation of these agents\u2014each requiring distinct behavioral instructions\u2014has historically introduced a significant layer of &quot;prompt debt.&quot; A major hurdle in this ecosystem &hellip;<\/p>\n","protected":false},"author":13,"featured_media":7787,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71],"tags":[4421,37,4420,88,72,669,74,4423,73,4422,2255],"class_list":["post-7788","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-computing","tag-accepts","tag-agents","tag-also","tag-claude","tag-cloud","tag-code","tag-devops","tag-format","tag-infrastructure","tag-instructions","tag-openai"],"_links":{"self":[{"href":"https:\/\/lockitsoft.com\/index.php?rest_route=\/wp\/v2\/posts\/7788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lockitsoft.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lockitsoft.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lockitsoft.com\/index.php?rest_route=\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/lockitsoft.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7788"}],"version-history":[{"count":0,"href":"https:\/\/lockitsoft.com\/index.php?rest_route=\/wp\/v2\/posts\/7788\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lockitsoft.com\/index.php?rest_route=\/wp\/v2\/media\/7787"}],"wp:attachment":[{"href":"https:\/\/lockitsoft.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7788"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lockitsoft.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7788"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lockitsoft.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}