Real files, at real paths, counted every nightCounted 08:17 UTCDiff two files
7,205instruction files1,198repositories visited4,189rows written36files changed8formats20section tags85stacksCounted 13 September 2026

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.

Register updated 21 September 2026
stat

Number of open-source projects using AGENTS.md, per the spec site

Read 7 August 2026

over 60k open-source projects

AGENTS.md, a README for agentsRead 7 August 2026
Must still say used by over 60k open-source projectsstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

AGENTS.md has no frontmatter and no required schema

Read 7 August 2026

AGENTS.md is just standard Markdown. Use any headings you like; the agent simply parses the text you provide.

AGENTS.md, a README for agentsRead 7 August 2026
Must still say AGENTS.md is just standard Markdown…the agent simply parses the text you providestill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

Precedence rule for nested AGENTS.md files in a monorepo

Read 7 August 2026

Agents automatically read the nearest file in the directory tree, so the closest one takes precedence and every subproject can ship tailored instructions.

AGENTS.md, a README for agentsRead 7 August 2026
Must still say Agents automatically read the nearest file in the directory tree…the closest one takes precedencestill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

Whether Claude Code reads AGENTS.md

Read 7 August 2026

Claude Code reads CLAUDE.md, not AGENTS.md. The documented workaround is a CLAUDE.md containing `@AGENTS.md`, or a symlink.

Claude Code, How Claude remembers your projectRead 7 August 2026
Must still say Claude Code reads CLAUDE.md…not AGENTS.mdstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

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 Code, How Claude remembers your projectRead 7 August 2026
Must still say @path/to/import syntax…maximum depth of four hopsstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

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.

Claude Code, How Claude remembers your projectRead 7 August 2026
Must still say ~/.claude/CLAUDE.md…Personal preferences for all projectsstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

Whether the Claude Code ecosystem has glob-scoped instructions

Read 7 August 2026

Yes, 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.

Claude Code, How Claude remembers your projectRead 7 August 2026
Must still say Rules can be scoped to specific files using YAML frontmatter with the paths fieldstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

The names of Cursor's four rule activation modes

Read 7 August 2026

Always Apply, Apply Intelligently, Apply to Specific Files, Apply Manually

Cursor, RulesRead 7 August 2026
Must still say Always Apply…Apply Intelligently…Apply to Specific Files…Apply Manuallystill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

File location and extension required for Cursor project rules

Read 7 August 2026

Project rules live in `.cursor/rules` as `.mdc` files. A plain `.md` file in `.cursor/rules` is ignored.

Cursor, RulesRead 7 August 2026
Must still say Project rules must use the .mdc extension…is ignored by the rules systemstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

Whether Cursor reads AGENTS.md

Read 7 August 2026

Yes. Cursor supports AGENTS.md in the project root and subdirectories, described as a simple alternative to .cursor/rules.

Cursor, RulesRead 7 August 2026
Must still say Cursor supports AGENTS.md in the project root and subdirectoriesstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
status

Documented status of the legacy .cursorrules file

Read 7 August 2026

Cursor's current rules documentation does not mention .cursorrules at all. Its stated project-rules mechanism is .cursor/rules/*.mdc.

Cursor, RulesRead 7 August 2026
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
source-location

Canonical host for Cursor's documentation

Read 31 August 2026

cursor.com/docs/rules, cursor.com/docs/context/rules now returns 308 Permanent Redirect to cursor.com/docs/rules

Cursor, RulesRead 31 August 2026
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

What Cursor does when a rule sets alwaysApply: true and also declares globs

Read 7 August 2026

Always included. Globs and description are ignored.

Cursor, RulesRead 7 August 2026
Must still say Always included. Globs and description are ignoredstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
source-location

Canonical host for Claude Code's documentation

Read 7 August 2026

code.claude.com/docs/en, docs.claude.com/en/docs/claude-code/memory now returns 301 Moved Permanently to code.claude.com/docs/en/memory

Claude Code, How Claude remembers your projectRead 7 August 2026
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

Anthropic's documented length target for a CLAUDE.md file

Read 7 August 2026

target under 200 lines per CLAUDE.md file. Longer files consume more context and reduce adherence.

Claude Code, How Claude remembers your projectRead 7 August 2026
Must still say target under 200 lines per CLAUDE.md file…Longer files consume more context and reduce adherencestill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

What Anthropic's documentation says belongs in a CLAUDE.md

Read 7 August 2026

Keep it to facts Claude should hold in every session: build commands, conventions, project layout, "always do X" rules.

Claude Code, How Claude remembers your projectRead 7 August 2026
Must still say Keep it to facts Claude should hold in every sessionstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

What the /doctor trim check removes from a checked-in CLAUDE.md

Read 7 August 2026

cuts 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

Claude Code, How Claude remembers your projectRead 7 August 2026
Must still say cuts content Claude can derive from the codebase…requires Claude Code v2.1.206 or laterstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

Whether @path imports reduce a CLAUDE.md's context cost

Read 7 August 2026

Splitting into @path imports helps organization but doesn't reduce context, since imported files load at launch.

Claude Code, How Claude remembers your projectRead 7 August 2026
Must still say imports helps organization but doesn't reduce contextstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

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.

Claude Code, How Claude remembers your projectRead 7 August 2026
Must still say ./CLAUDE.md or ./.claude/CLAUDE.mdstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
status

Who stewards the AGENTS.md format

Read 7 August 2026

AGENTS.md is now stewarded by the Agentic AI Foundation under the Linux Foundation.

AGENTS.md, a README for agentsRead 7 August 2026
Must still say AGENTS.md is now stewarded by the Agentic AI Foundation under the Linux Foundationstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

Which CLAUDE.md files are re-injected after /compact

Read 31 August 2026

Project-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.

Claude Code, How Claude remembers your projectRead 31 August 2026
Must still say Project-root CLAUDE.md survives compaction…re-injects it into the sessionstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

How Claude Code resolves CLAUDE.md files up the directory tree

Read 8 August 2026

All 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.

Claude Code, How Claude remembers your projectRead 8 August 2026
Must still say All discovered files are concatenated into context rather than overriding each otherstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
capability

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.

Claude Code, How Claude remembers your projectRead 8 August 2026
Must still say appends a one-time copy of instruction files such as AGENTS.md…Requires Claude Code v2.1.213 or laterstill there
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026
stat

How many tools the AGENTS.md site lists as reading the format

Read 8 August 2026

23 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.

AGENTS.md, a README for agentsRead 8 August 2026
The page was re-fetched and the string above was still on it.Re-checked 21 September 2026