docs: adopt AGENTS.md as primary agent context source#91
Open
tkodev wants to merge 1 commit into
Open
Conversation
Move all working conventions out of CLAUDE.md into a tool-agnostic AGENTS.md so every coding agent (Claude Code, Cursor, Copilot, Codex, etc.) reads the same guidance. CLAUDE.md becomes a thin stub that pulls in AGENTS.md via the @AGENTS.md include. Point README and CONTRIBUTING docs at AGENTS.md.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jackytea
approved these changes
May 30, 2026
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.
What
Make
AGENTS.mdthe single, tool-agnostic context source for all coding agents (Claude Code, Cursor, Copilot, Codex, etc.).CLAUDE.mdinto a newAGENTS.md.CLAUDE.mdto a thin stub that pulls inAGENTS.mdvia the@AGENTS.mdinclude, so Claude Code keeps the same context while there's only one source of truth to maintain.README.mdandCONTRIBUTING.mdto point contributors and agents atAGENTS.md(noting thatCLAUDE.mdis a stub that includes it).Why
Multiple coding-agent tools look for their own context file. Keeping the guidance in one
AGENTS.mdand including it from tool-specific stubs avoids drift and gives every agent the same conventions.Files changed
AGENTS.md— new primary context (full content moved from CLAUDE.md)CLAUDE.md— now a stub with@AGENTS.mdREADME.md,CONTRIBUTING.md— references updatedGenerated by Claude Code