Open
Conversation
Adds the AGENTS.md open-standard file for AI coding agents (agents.md). Every claim evidence-backed against Makefile, package.json, source tree, or equivalent manifest. Zero fabrication.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
The existing AGENTS.md is a strict superset of CLAUDE.md — every command, architecture note, and convention in CLAUDE.md is already covered in AGENTS.md, usually in more detail (16 make targets vs ~5, full feature package list, 11 gotchas vs 6 generic conventions, plus a Files Not to Modify section CLAUDE.md lacks). Rather than maintain two files that will drift, symlink CLAUDE.md to AGENTS.md. The agents.md standard explicitly documents this migration pattern. AGENTS.md is natively supported by Claude Code, Codex, Cursor, Copilot, Windsurf, and Gemini CLI — so making it the source of truth expands tool coverage without losing anything, and the symlink keeps any tooling still hardcoded to look for CLAUDE.md working unchanged. Same pattern applied on onflow/flow-ai-tools#33 per @peterargue's review.
4 tasks
peterargue
reviewed
Apr 24, 2026
Contributor
There was a problem hiding this comment.
similar comment here as in the ai-tooling about using @AGENTS.md or using s symlink
Per review feedback on the sibling flow-ai-tools PR (#33): replace the CLAUDE.md → AGENTS.md symlink with a plain-text CLAUDE.md whose single line is the @AGENTS.md import directive. Claude Code treats @filename as an explicit import that guarantees the referenced file is loaded, whereas symlink following is heuristic. The @import approach also avoids Windows / non-Unix filesystem compatibility issues where symlinks degrade to plain- text files containing the target path.
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.
Summary
Adds
AGENTS.md— the open standard (agents.md, Linux-Foundation-backed, adopted by 60K+ repos) that guides AI coding agents (Claude Code, Codex, Cursor, Copilot, Windsurf, Gemini CLI) on a per-repo basis.How this file was generated
Authored via an evidence-based generator skill with a strict verify-before-claim protocol:
Makefile/package.json/ equivalentGlob/Readgo.mod/package.json/foundry.toml/ etc.What AGENTS.md contains
Test plan