Replace CLAUDE.md with AGENTS.md - #702
Open
shikokuchuo wants to merge 2 commits into
Open
shikokuchuo wants to merge 2 commits into
shikokuchuo wants to merge 2 commits into
Conversation
Claude Code now reads AGENTS.md like other agents, so the instructions content moves from CLAUDE.md into AGENTS.md (previously a shim that included CLAUDE.md) and CLAUDE.md is deleted. Also sweeps stale "see CLAUDE.md" references in 27 files (crate doc comments, READMEs, .claude skills and rules, the nightly workflow comment, .beads/.braid READMEs) to point at AGENTS.md, and rewords the pointer in CONTRIBUTING.md. Intentionally untouched: - project/discovery.rs: agent-instruction filename patterns and tests; CLAUDE.md remains a valid filename in user projects - references to per-crate CLAUDE.md files (pampa, wasm-qmd-parser, wasm-quarto-hub-client), which still exist - historical claude-notes/ documents and the cargo-upgrade worktree Comment/doc-only changes; verified by grep sweep, no code changes.
Renames crates/{pampa,wasm-qmd-parser,wasm-quarto-hub-client}/CLAUDE.md
to AGENTS.md (content unchanged) and updates all path references to
them across crate doc comments, .claude skills, the root AGENTS.md,
and claude-notes working docs (plans, triage docs, instructions,
research). Claude Code reads AGENTS.md like other agents, so this
completes the migration for all current work.
Left in place:
- project/discovery.rs filename patterns and tests: CLAUDE.md remains
a valid agent-instruction filename in user projects
- root CLAUDE.local.md: gitignored personal overrides, still read by
Claude Code
- narrative references to the old root CLAUDE.md in historical
claude-notes documents (records of work done under the old name)
Three file renames plus comment/doc-only path updates; no code changes.
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Member
|
Which is the minimum claude code version for this ? So we're sure it works for us too :) |
Member
Author
|
v2.1.277 - we're already on v2.1.278. |
Member
|
This is good but it changes all of our ongoing agent sessions, etc, so let's warn everyone about it on Wednesday and come up with a time to do it. |
This branch has not been deployed
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
CLAUDE.mdtoAGENTS.md. Claude Code readsAGENTS.md, the same as other agents.pampa,wasm-qmd-parser,wasm-quarto-hub-client) toAGENTS.md.No code changes. Comment and documentation text only.
Test plan
cargo build --workspaceandcargo xtask lintpass.CLAUDE.mdreferences remain. Two groups of references stay on purpose: the filename detection inproject/discovery.rs(user projects can still useCLAUDE.md), and historical notes inclaude-notes/.