{"id":6893,"date":"2026-09-19T12:45:56","date_gmt":"2026-09-19T12:45:56","guid":{"rendered":"https:\/\/areeblog.com\/?p=6893"},"modified":"2026-09-19T12:45:56","modified_gmt":"2026-09-19T12:45:56","slug":"claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards","status":"publish","type":"post","link":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/","title":{"rendered":"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards"},"content":{"rendered":"<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"6894\" data-permalink=\"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025\/\" data-orig-file=\"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp\" data-orig-size=\"872,473\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}\" data-image-title=\"claude-code-elite-development-teams-shipping-5-10x-faster-october-2025\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp\" class=\"aligncenter size-full wp-image-6894\" src=\"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp\" alt=\"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards\" width=\"872\" height=\"473\" srcset=\"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp 872w, https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025-300x163.webp 300w, https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025-768x417.webp 768w, https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025-860x466.webp 860w\" sizes=\"auto, (max-width: 872px) 100vw, 872px\" \/><\/p>\n<p><a href=\"https:\/\/areeblog.com\/anthropic-ceo-calls-for-slower-ai-development-as-agent-risks-escalate\/\">Anthropic<\/a> has added support for <code>AGENTS.md<\/code> to <a href=\"https:\/\/areeblog.com\/anthropic-reveals-claude-models-reached-real-systems-in-security-tests\/\">Claude<\/a> Code, allowing the coding assistant to use the file as project instructions when a repository does not contain a <code>CLAUDE.md<\/code> file.<\/p>\n<p>The change arrived with <strong>Claude Code 2.1.277<\/strong>, released on September 18, 2026. The release notes state that the new behavior can be changed under <strong>Project instructions<\/strong> in the <code>\/config<\/code> menu. The feature is not yet available when Claude Code is used through Amazon Bedrock, Google Vertex AI or Microsoft Foundry.<\/p>\n<p><a href=\"https:\/\/github.com\/anthropics\/claude-code\/releases\/tag\/v2.1.277\">Claude Code&#8217;s 2.1.277 release notes<\/a> describe the change as a fallback: when a project has no <code>CLAUDE.md<\/code>, Claude Code reads <code>AGENTS.md<\/code> instead.<\/p>\n<p>This distinction is important because the update does not simply make both files equivalent in every configuration. Existing projects that use <code>CLAUDE.md<\/code> can continue using it, while the project-instruction setting provides control over the file-selection behavior.<\/p>\n<p>The new support addresses a long-running request from Claude Code users who work with more than one coding agent. Before the change, developers using <code>AGENTS.md<\/code> for other tools had to maintain a separate <code>CLAUDE.md<\/code>, duplicate their instructions, or use a workaround that pointed Claude Code to the shared file.<\/p>\n<p>A Claude Code feature request opened on GitHub in March 2026 described <code>AGENTS.md<\/code> as a widely adopted, tool-agnostic convention used by Codex and other coding agents. The request argued that requiring a separate Claude-specific file created additional maintenance work and increased the risk that instructions would diverge between tools.<\/p>\n<p><a href=\"https:\/\/github.com\/anthropics\/claude-code\/issues\/34235\">The GitHub feature request<\/a> proposed either loading <code>AGENTS.md<\/code> as a fallback or reading it alongside <code>CLAUDE.md<\/code> with a defined precedence order.<\/p>\n<p>Other Claude Code requests made a similar case. One request filed in August 2025 had attracted thousands of reactions before native support was added, while additional issues were opened in 2026 calling for compatibility with <code>AGENTS.md<\/code> and the broader agent-oriented file layout.<\/p>\n<p><a href=\"https:\/\/github.com\/anthropics\/claude-code\/issues\/6235\">The original AGENTS.md feature request<\/a> documents the history of that demand and the earlier workarounds used by developers.<\/p>\n<p><code>AGENTS.md<\/code> is primarily associated with repository-level instructions for coding agents. These files can contain information such as coding conventions, repository structure, testing requirements, development commands and project-specific rules.<\/p>\n<p>OpenAI&#8217;s Codex documentation shows how the format is used in practice. Codex can apply <code>AGENTS.md<\/code> instructions according to the directory in which the file is located, with more deeply nested files taking precedence over broader instructions when conflicts occur.<\/p>\n<p><a href=\"https:\/\/github.com\/openai\/codex\/blob\/main\/docs\/agents_md.md\">OpenAI&#8217;s AGENTS.md documentation<\/a> and the <a href=\"https:\/\/github.com\/openai\/codex\/blob\/main\/codex-rs\/core\/src\/agents_md.rs\">Codex implementation<\/a> provide details on how Codex discovers and assembles these instructions.<\/p>\n<p>The format has increasingly been used across coding-agent products, although describing it as a formal industry standard would be too strong. It is better understood as a growing <strong>de facto convention<\/strong> for portable project instructions.<\/p>\n<p>That distinction is relevant because different tools can still interpret project instructions differently. Supporting the same filename does not mean that Claude Code, Codex and other agents have identical rules for precedence, discovery, skills, permissions or execution.<\/p>\n<p>Claude Code&#8217;s implementation also arrives alongside a broader change in how the product can be extended. Anthropic team member Thariq Shihipar said the <code>AGENTS.md<\/code> behavior is implemented through Claude Code&#8217;s new <strong>mods<\/strong> system, opening the possibility of greater customization over how project instructions are handled.<\/p>\n<p><a href=\"https:\/\/simonwillison.net\/2026\/Sep\/18\/thariq-shihipar\/\">Simon Willison&#8217;s report on Shihipar&#8217;s announcement<\/a> records the explanation of the new support and its connection to the mods system.<\/p>\n<p>Beyond <code>AGENTS.md<\/code>, version 2.1.277 also introduced a configuration option for Claude apps gateways operating behind forward proxies, added support for static upstream headers, and fixed several issues involving hung sessions and failed conversations.<\/p>\n<p>The release fixed cases in which <code>claude -p<\/code> and Agent SDK sessions could hang without returning a result after an internal error. It also fixed failures involving empty text content blocks in conversations.<\/p>\n<p>Anthropic&#8217;s change comes as developers increasingly use multiple AI coding systems on the same repositories. A shared repository instruction file can reduce the need to maintain separate copies of project rules, although teams still need to account for differences in how each tool interprets and applies those instructions.<\/p>\n<p><a href=\"https:\/\/www.theregister.com\/ai-and-ml\/2026\/09\/18\/anthropic-decides-to-support-openais-markdown-instructions-spec\/\">The Register&#8217;s report<\/a> said the change was welcomed by developers dealing with compatibility problems between coding-agent tools.<\/p>\n<p>For projects that already use <code>AGENTS.md<\/code> without a <code>CLAUDE.md<\/code>, Claude Code 2.1.277 removes the need for a separate Claude-specific instruction file in the supported environments. For projects that already depend on <code>CLAUDE.md<\/code>, the release does not require an immediate change.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Anthropic has added support for AGENTS.md to Claude Code, allowing the coding assistant to use the file as project instructions when a repository does not contain a CLAUDE.md file. The change arrived with Claude Code 2.1.277, released on September 18, 2026. The release notes state that the new behavior can be changed under Project instructions [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":6894,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_monsterinsights_skip_tracking":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[164],"tags":[166],"class_list":["post-6893","post","type-post","status-publish","format-standard","has-post-thumbnail","category-tech-updates","tag-ai"],"share_on_mastodon":{"url":"https:\/\/mastodon.social\/@Areeblog\/117297793724817433","error":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards - Aree Blog<\/title>\n<meta name=\"description\" content=\"Claude Code adds AGENTS.md support, bringing Anthropic closer to a shared instruction format for AI coding agents.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards\" \/>\n<meta property=\"og:description\" content=\"Claude Code adds AGENTS.md support, bringing Anthropic closer to a shared instruction format for AI coding agents.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/\" \/>\n<meta property=\"og:site_name\" content=\"Aree Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-19T12:45:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"872\" \/>\n\t<meta property=\"og:image:height\" content=\"473\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Samuel Ogori\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Samuel Ogori\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/\"},\"author\":{\"name\":\"Samuel Ogori\",\"@id\":\"https:\\\/\\\/areeblog.com\\\/#\\\/schema\\\/person\\\/6a78eeede4fadf1402a1c6fa18892c2a\"},\"headline\":\"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards\",\"datePublished\":\"2026-09-19T12:45:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/\"},\"wordCount\":702,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/areeblog.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp\",\"keywords\":[\"AI\"],\"articleSection\":[\"Tech Updates\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/\",\"url\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/\",\"name\":\"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards - Aree Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/areeblog.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/areeblog.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp\",\"datePublished\":\"2026-09-19T12:45:56+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/areeblog.com\\\/#\\\/schema\\\/person\\\/6a78eeede4fadf1402a1c6fa18892c2a\"},\"description\":\"Claude Code adds AGENTS.md support, bringing Anthropic closer to a shared instruction format for AI coding agents.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/#primaryimage\",\"url\":\"https:\\\/\\\/areeblog.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp\",\"contentUrl\":\"https:\\\/\\\/areeblog.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp\",\"width\":872,\"height\":473,\"caption\":\"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/areeblog.com\\\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/areeblog.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/areeblog.com\\\/#website\",\"url\":\"https:\\\/\\\/areeblog.com\\\/\",\"name\":\"Aree Blog\",\"description\":\"Unfiltered Perspectives, Unstoppable Insights\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/areeblog.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/areeblog.com\\\/#\\\/schema\\\/person\\\/6a78eeede4fadf1402a1c6fa18892c2a\",\"name\":\"Samuel Ogori\",\"description\":\"Samuel Ogori is a full stack web developer, and expert in AI application. Skillful in programming languages like NodeJS, React, SQL, JavaScript and other modern frame works. A graduate of Dr. Angela Yu, London App brewery web development boot camp and a certified WordPress developer from Udemy.\",\"sameAs\":[\"https:\\\/\\\/dongreatdaniel.ct.ws\\\/?i=1\"],\"url\":\"https:\\\/\\\/areeblog.com\\\/author\\\/dongreat\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards - Aree Blog","description":"Claude Code adds AGENTS.md support, bringing Anthropic closer to a shared instruction format for AI coding agents.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/","og_locale":"en_US","og_type":"article","og_title":"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards","og_description":"Claude Code adds AGENTS.md support, bringing Anthropic closer to a shared instruction format for AI coding agents.","og_url":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/","og_site_name":"Aree Blog","article_published_time":"2026-09-19T12:45:56+00:00","og_image":[{"width":872,"height":473,"url":"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp","type":"image\/webp"}],"author":"Samuel Ogori","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Samuel Ogori","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/#article","isPartOf":{"@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/"},"author":{"name":"Samuel Ogori","@id":"https:\/\/areeblog.com\/#\/schema\/person\/6a78eeede4fadf1402a1c6fa18892c2a"},"headline":"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards","datePublished":"2026-09-19T12:45:56+00:00","mainEntityOfPage":{"@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/"},"wordCount":702,"commentCount":0,"image":{"@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/#primaryimage"},"thumbnailUrl":"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp","keywords":["AI"],"articleSection":["Tech Updates"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/","url":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/","name":"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards - Aree Blog","isPartOf":{"@id":"https:\/\/areeblog.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/#primaryimage"},"image":{"@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/#primaryimage"},"thumbnailUrl":"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp","datePublished":"2026-09-19T12:45:56+00:00","author":{"@id":"https:\/\/areeblog.com\/#\/schema\/person\/6a78eeede4fadf1402a1c6fa18892c2a"},"description":"Claude Code adds AGENTS.md support, bringing Anthropic closer to a shared instruction format for AI coding agents.","breadcrumb":{"@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/#primaryimage","url":"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp","contentUrl":"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp","width":872,"height":473,"caption":"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards"},{"@type":"BreadcrumbList","@id":"https:\/\/areeblog.com\/claude-code-adds-agents-md-support-as-ai-coding-tools-adopt-shared-standards\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/areeblog.com\/"},{"@type":"ListItem","position":2,"name":"Claude Code Adds AGENTS.md Support as AI Coding Tools Adopt Shared Standards"}]},{"@type":"WebSite","@id":"https:\/\/areeblog.com\/#website","url":"https:\/\/areeblog.com\/","name":"Aree Blog","description":"Unfiltered Perspectives, Unstoppable Insights","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/areeblog.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/areeblog.com\/#\/schema\/person\/6a78eeede4fadf1402a1c6fa18892c2a","name":"Samuel Ogori","description":"Samuel Ogori is a full stack web developer, and expert in AI application. Skillful in programming languages like NodeJS, React, SQL, JavaScript and other modern frame works. A graduate of Dr. Angela Yu, London App brewery web development boot camp and a certified WordPress developer from Udemy.","sameAs":["https:\/\/dongreatdaniel.ct.ws\/?i=1"],"url":"https:\/\/areeblog.com\/author\/dongreat\/"}]}},"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":6701,"url":"https:\/\/areeblog.com\/shadow-ai-is-moving-into-approved-enterprise-tools\/","url_meta":{"origin":6893,"position":0},"title":"Shadow AI Is Moving Into Approved Enterprise Tools","author":"Samuel Ogori","date":"August 31, 2026","format":false,"excerpt":"Security teams are facing a newer form of shadow AI as approved enterprise applications increasingly gain the ability to run extensions, connect to outside services and follow instructions supplied by software repositories. An analysis published by The Hacker News on August 31 argues that the security problem is no longer\u2026","rel":"","context":"In &quot;Tech Updates&quot;","block_context":{"text":"Tech Updates","link":"https:\/\/areeblog.com\/category\/tech-updates\/"},"img":{"alt_text":"Shadow AI Is Now Hiding Inside Sanctioned AI Tools","src":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/IMG-20260831-WA0027.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/IMG-20260831-WA0027.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/IMG-20260831-WA0027.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/IMG-20260831-WA0027.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/IMG-20260831-WA0027.jpg?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":6275,"url":"https:\/\/areeblog.com\/claude-code-comes-under-regulatory-scrutiny-as-china-raises-security-concerns\/","url_meta":{"origin":6893,"position":1},"title":"Claude Code Comes Under Regulatory Scrutiny as China Raises Security Concerns","author":"Daniel Chinonso John","date":"July 10, 2026","format":false,"excerpt":"Anthropic's AI coding assistant, Claude Code, is facing increased regulatory scrutiny after Chinese authorities issued a cybersecurity warning alleging that certain versions of the software contain what they describe as a \"backdoor\" capable of transmitting user-related information to Anthropic's servers without users' knowledge. The warning, issued on July 8 through\u2026","rel":"","context":"In &quot;Tech Updates&quot;","block_context":{"text":"Tech Updates","link":"https:\/\/areeblog.com\/category\/tech-updates\/"},"img":{"alt_text":"Claude Code Comes Under Regulatory Scrutiny as China Raises Security Concerns","src":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/07\/IMG-20260710-WA0006.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/07\/IMG-20260710-WA0006.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/07\/IMG-20260710-WA0006.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/07\/IMG-20260710-WA0006.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/07\/IMG-20260710-WA0006.jpg?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":6720,"url":"https:\/\/areeblog.com\/ai-coding-agents-found-running-malicious-git-commands-before-user-approval\/","url_meta":{"origin":6893,"position":2},"title":"AI Coding Agents Found Running Malicious Git Commands Before User Approval","author":"Daniel Chinonso John","date":"September 1, 2026","format":false,"excerpt":"Security researchers at Manifold Security have identified six high-severity security findings across five AI coding agents that can allow attacker-controlled code to run while the agents gather repository information. The research, published September 1, 2026, covers Claude Code, Qwen Code, Goose, Grok Build and Hermes Agent. Manifold said two of\u2026","rel":"","context":"In &quot;Tech Updates&quot;","block_context":{"text":"Tech Updates","link":"https:\/\/areeblog.com\/category\/tech-updates\/"},"img":{"alt_text":"AI Coding Agents Found Running Malicious Git Commands Before User Approval","src":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/09\/IMG-20260901-WA0010.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/09\/IMG-20260901-WA0010.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/09\/IMG-20260901-WA0010.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/09\/IMG-20260901-WA0010.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/09\/IMG-20260901-WA0010.jpg?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":6598,"url":"https:\/\/areeblog.com\/cloudflare-cut-astros-open-github-issues-by-85-using-a-team-of-ai-agents\/","url_meta":{"origin":6893,"position":3},"title":"Cloudflare Cut Astro&#8217;s Open GitHub Issues by 85% Using a Team of AI Agents","author":"Daniel Chinonso John","date":"August 23, 2026","format":false,"excerpt":"Cloudflare and the Astro team have reduced the Astro project's unresolved GitHub issue backlog from more than 200 issues to roughly 30 by using multiple artificial intelligence agents inside GitHub Actions, according to a Cloudflare engineering report. The system was designed around several specialised agents rather than a single autonomous\u2026","rel":"","context":"In &quot;Tech Updates&quot;","block_context":{"text":"Tech Updates","link":"https:\/\/areeblog.com\/category\/tech-updates\/"},"img":{"alt_text":"Cloudflare Cut Astro's Open GitHub Issues by 85% Using a Team of AI Agents","src":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/images-36.jpeg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/images-36.jpeg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/images-36.jpeg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/images-36.jpeg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":6629,"url":"https:\/\/areeblog.com\/operant-ai-launches-semantic-firewall-to-stop-malicious-actions-by-ai-agents-in-real-time\/","url_meta":{"origin":6893,"position":4},"title":"Operant AI Launches Semantic Firewall to Stop Malicious Actions by AI Agents in Real Time","author":"Daniel Chinonso John","date":"August 28, 2026","format":false,"excerpt":"Operant AI has launched a new security product designed to stop potentially malicious actions by AI agents before they are executed, as companies increasingly deploy agents capable of running code, accessing databases and interacting with enterprise systems. San Francisco-based Operant AI announced on August 27, 2026, that its Operant Semantic\u2026","rel":"","context":"In &quot;Tech Updates&quot;","block_context":{"text":"Tech Updates","link":"https:\/\/areeblog.com\/category\/tech-updates\/"},"img":{"alt_text":"Operant AI Launches Semantic Firewall to Stop Malicious Actions by AI Agents in Real Time","src":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/images-38.jpeg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/images-38.jpeg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/images-38.jpeg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/08\/images-38.jpeg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":6839,"url":"https:\/\/areeblog.com\/google-says-hackers-are-using-ai-agents-to-run-multi-stage-attacks-with-little-human-input\/","url_meta":{"origin":6893,"position":5},"title":"Google Says Hackers Are Using AI Agents to Run Multi-Stage Attacks With Little Human Input","author":"Daniel Chinonso John","date":"September 9, 2026","format":false,"excerpt":"Hackers are increasingly using artificial intelligence to automate multiple stages of cyberattacks, with Google Threat Intelligence Group reporting that some attackers have moved beyond simple prompting to AI-driven workflows capable of scanning targets, troubleshooting failures and harvesting credentials with limited human involvement. In a report published September 8, 2026, Google\u2026","rel":"","context":"In &quot;Tech Updates&quot;","block_context":{"text":"Tech Updates","link":"https:\/\/areeblog.com\/category\/tech-updates\/"},"img":{"alt_text":"Google Says Hackers Are Using AI Agents to Run Multi-Stage Attacks With Little Human Input","src":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/09\/images-55.jpeg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/09\/images-55.jpeg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/areeblog.com\/wp-content\/uploads\/2026\/09\/images-55.jpeg?resize=525%2C300&ssl=1 1.5x"},"classes":[]}],"jetpack_featured_media_url":"https:\/\/areeblog.com\/wp-content\/uploads\/2026\/09\/claude-code-elite-development-teams-shipping-5-10x-faster-october-2025.webp","_links":{"self":[{"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/posts\/6893","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/comments?post=6893"}],"version-history":[{"count":1,"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/posts\/6893\/revisions"}],"predecessor-version":[{"id":6895,"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/posts\/6893\/revisions\/6895"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/media\/6894"}],"wp:attachment":[{"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/media?parent=6893"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/categories?post=6893"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/areeblog.com\/wp-json\/wp\/v2\/tags?post=6893"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}