docs: consolidate CLAUDE.md and copilot-instructions.md into AGENTS.md#2791
Merged
albertlockett merged 1 commit intoopen-telemetry:mainfrom Apr 30, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2791 +/- ##
=======================================
Coverage 86.09% 86.09%
=======================================
Files 694 694
Lines 263421 263421
=======================================
+ Hits 226789 226793 +4
+ Misses 36108 36104 -4
Partials 524 524
🚀 New features to boost your workflow:
|
Member
Author
|
open-telemetry/opentelemetry-rust#3480 (comment) I just learned that we need to keep CLAUDE.md as Claude Code is guaranteed to read that one only! |
GitHub Copilot, Cursor, and other agents read AGENTS.md, so the .github/copilot-instructions.md stub is no longer needed. Keep CLAUDE.md as a thin pointer to AGENTS.md since Claude Code is only guaranteed to read CLAUDE.md (see open-telemetry/opentelemetry-rust#3480 discussion).
6dd4598 to
a49ec81
Compare
lalitb
approved these changes
Apr 30, 2026
gouslu
approved these changes
Apr 30, 2026
albertlockett
approved these changes
Apr 30, 2026
Merged
via the queue into
open-telemetry:main
with commit Apr 30, 2026
c8804f5
77 of 78 checks passed
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.
Both
CLAUDE.mdand.github/copilot-instructions.mdwere stubs that simply redirected to rust/otap-dataflow/AGENTS.md.Modern AI coding agents (Claude Code, GitHub Copilot, Cursor, etc.) all support a single top-level
AGENTS.mdfile, so this consolidates the two stubs into one.