DOCS-1722 - Add AGENTS.md as canonical agent context#6872
Draft
kimsauce wants to merge 1 commit into
Draft
Conversation
…to pointer Migrates CLAUDE.md's content to AGENTS.md so non-Claude AI coding agents (Cursor, Copilot, Codex) pick up the same repo context and guardrails. Claude Code-only items (skills, slash commands, the .claude/commands/jira.md pointer) are grouped under a labeled "Claude Code specifics" section. CLAUDE.md is reduced to a one-line pointer to avoid drift between the two files. Also adds a "Search, crawlers, and LLM-facing files" section documenting how markdown-mirror.js, robots.txt, the external Algolia crawler config, and llms.txt interact — verified against the actual plugin, robots.txt, and llms.txt content in this repo. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request adds
AGENTS.mdas the canonical, cross-tool source of repository context and guardrails for AI coding agents (Claude Code, Cursor, Copilot, Codex), migrating the existing content fromCLAUDE.md.CLAUDE.mdis trimmed to a one-line pointer to avoid drift between the two files. Claude Code-only items (skills, slash commands,.claude/commands/jira.md) are grouped under a labeled "Claude Code specifics" section so other tools can ignore them.Also documents how
src/plugins/markdown-mirror.js,static/robots.txt, the external Algolia crawler config, andstatic/llms.txtinteract, verified against the actual files in this repo.Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1722