24 figures this site states about the world, each with the page it was read off.
Adoption counted from the corpus is deliberately NOT on this page: it is re-counted nightly and carries its own day wherever it is printed, so it cannot go stale without the count going stale first. This register is for the things stated because a vendor said so.
Number of open-source projects using AGENTS.md, per the spec site
Read 7 August 2026over 60k open-source projects
AGENTS.md has no frontmatter and no required schema
Read 7 August 2026AGENTS.md is just standard Markdown. Use any headings you like; the agent simply parses the text you provide.
Precedence rule for nested AGENTS.md files in a monorepo
Read 7 August 2026Agents automatically read the nearest file in the directory tree, so the closest one takes precedence and every subproject can ship tailored instructions.
Whether Claude Code reads AGENTS.md
Read 7 August 2026Claude Code reads CLAUDE.md, not AGENTS.md. The documented workaround is a CLAUDE.md containing `@AGENTS.md`, or a symlink.
CLAUDE.md import syntax and depth limit
Read 7 August 2026@path/to/import syntax; relative and absolute paths; imported files can recursively import, maximum depth of four hops
CLAUDE.md user-level scope path
Read 7 August 2026~/.claude/CLAUDE.md, personal preferences for all projects. Also a managed-policy scope and a gitignored ./CLAUDE.local.md.
Whether the Claude Code ecosystem has glob-scoped instructions
Read 7 August 2026Yes, but not in CLAUDE.md itself: `.claude/rules/*.md` files take a YAML `paths:` frontmatter field of glob patterns and load only when Claude reads a matching file.
The names of Cursor's four rule activation modes
Read 7 August 2026Always Apply, Apply Intelligently, Apply to Specific Files, Apply Manually
File location and extension required for Cursor project rules
Read 7 August 2026Project rules live in `.cursor/rules` as `.mdc` files. A plain `.md` file in `.cursor/rules` is ignored.
Whether Cursor reads AGENTS.md
Read 7 August 2026Yes. Cursor supports AGENTS.md in the project root and subdirectories, described as a simple alternative to .cursor/rules.
Documented status of the legacy .cursorrules file
Read 7 August 2026Cursor's current rules documentation does not mention .cursorrules at all. Its stated project-rules mechanism is .cursor/rules/*.mdc.
Canonical host for Cursor's documentation
Read 31 August 2026cursor.com/docs/rules, cursor.com/docs/context/rules now returns 308 Permanent Redirect to cursor.com/docs/rules
What Cursor does when a rule sets alwaysApply: true and also declares globs
Read 7 August 2026Always included. Globs and description are ignored.
Canonical host for Claude Code's documentation
Read 7 August 2026code.claude.com/docs/en, docs.claude.com/en/docs/claude-code/memory now returns 301 Moved Permanently to code.claude.com/docs/en/memory
Anthropic's documented length target for a CLAUDE.md file
Read 7 August 2026target under 200 lines per CLAUDE.md file. Longer files consume more context and reduce adherence.
What Anthropic's documentation says belongs in a CLAUDE.md
Read 7 August 2026Keep it to facts Claude should hold in every session: build commands, conventions, project layout, "always do X" rules.
What the /doctor trim check removes from a checked-in CLAUDE.md
Read 7 August 2026cuts content Claude can derive from the codebase, such as directory layouts, dependency lists, and architecture overviews, and keeps pitfalls, rationale, and conventions that differ from tool defaults
Whether @path imports reduce a CLAUDE.md's context cost
Read 7 August 2026Splitting into @path imports helps organization but doesn't reduce context, since imported files load at launch.
Where a project-scope CLAUDE.md may live
Read 7 August 2026./CLAUDE.md or ./.claude/CLAUDE.md. Files above the working directory load in full at launch; files in subdirectories load on demand when Claude reads a file in that subdirectory.
Who stewards the AGENTS.md format
Read 7 August 2026AGENTS.md is now stewarded by the Agentic AI Foundation under the Linux Foundation.
Which CLAUDE.md files are re-injected after /compact
Read 31 August 2026Project-root CLAUDE.md survives compaction: after /compact, Claude re-reads it from disk and re-injects it into the session. Nested CLAUDE.md files in subdirectories and rules with paths: frontmatter reload as Claude reads files they apply to.
How Claude Code resolves CLAUDE.md files up the directory tree
Read 8 August 2026All discovered files are concatenated into context rather than overriding each other, ordered from the filesystem root down to the working directory. Files in subdirectories are included when Claude reads files in those subdirectories.
The Claude Code command that copies another agent's config into CLAUDE.md, and its minimum version
Read 8 August 2026/import appends a one-time copy of instruction files such as AGENTS.md to the matching CLAUDE.md and carries over MCP servers, commands, subagents and skills. Requires Claude Code v2.1.213 or later.
How many tools the AGENTS.md site lists as reading the format
Read 8 August 202623 tools, named on agents.md: OpenAI Codex, Google Jules, Factory, Aider, goose, opencode, Zed, Warp, VS Code, Devin, UiPath Autopilot, Junie (JetBrains), Amp, Cursor, RooCode, Gemini CLI, Kilo Code, Phoenix, Semgrep, GitHub Copilot coding agent, Ona, Windsurf, Augment Code.