[Agent Docs] Clean up AGENTS.md: fix stale reference, consolidate structure#8290
Merged
Conversation
AGENTS.md: fix stale reference, consolidate structure
lucaspimentel
marked this pull request as ready for review
March 11, 2026 19:21
There was a problem hiding this comment.
💡 Codex Review
Line 1 in a5d0848
After moving CLAUDE.md to the repo root, the file still points to @../AGENTS.md, which now resolves to /workspace/AGENTS.md instead of this repository’s /workspace/dd-trace-dotnet/AGENTS.md; in environments that resolve @ paths relative to the current file, Claude will fail to load the intended repo instructions and use incomplete guidance.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This comment was marked as off-topic.
This comment was marked as off-topic.
lucaspimentel
enabled auto-merge (squash)
March 11, 2026 21:36
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
AGENTS.md: fix stale reference, consolidate structureAGENTS.md: fix stale reference, consolidate structure
AGENTS.md: fix stale reference, consolidate structureAGENTS.md: fix stale reference, consolidate structure
AGENTS.md: fix stale reference, consolidate structureAGENTS.md: fix stale reference, consolidate structure
AGENTS.md: fix stale reference, consolidate structureAGENTS.md: fix stale reference, consolidate structure
AGENTS.md: fix stale reference, consolidate structureAGENTS.md: fix stale reference, consolidate structure
AGENTS.md: fix stale reference, consolidate structureAGENTS.md: fix stale reference, consolidate structure
lucaspimentel
force-pushed
the
lpimentel/cleanup-agent-docs
branch
from
March 16, 2026 19:10
99a9773 to
5c274d7
Compare
- Fix stale docs/development/Serverless.md reference (renamed to AwsLambdaIntegrationTests.md in 02a29cf) - Add missing components (AspNet, FaultTolerant, Generated) to main tracer directory list - Consolidate redundant <details> block: remove duplicate tree view, keep only sub-structure details for complex components 🤖 Co-Authored-By: Claude Code <[email protected]>
🤖 Co-Authored-By: Claude Code <[email protected]>
lucaspimentel
force-pushed
the
lpimentel/cleanup-agent-docs
branch
from
March 17, 2026 17:04
5c274d7 to
831d6ca
Compare
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 of changes
Clean up
AGENTS.md: fix a stale file reference, add missing components to the tracer directory list, and consolidate duplicated tracer structure sections.Reason for change
docs/development/Serverless.mdwas renamed toAwsLambdaIntegrationTests.mdin 02a29cf but the reference inAGENTS.mdwas not updatedAspNet,FaultTolerant,Generated) existed in the expandable details block but were missing from the main tracer directory listImplementation details
Serverless.mdreference toAwsLambdaIntegrationTests.mdwith corrected descriptionAspNet,FaultTolerant,Generatedto the main component list<details>block; retain only sub-structure breakdowns for the 8 most complex components (ClrProfiler, Agent, Configuration, Propagators, Telemetry, Debugger, Iast, DataStreamsMonitoring)Test coverage
Documentation-only change — no functional code affected.
Other details
Also includes moving
.claude/CLAUDE.mdto project root. Although Claude Code will find corretly it in.claude/CLAUDE.md(and load the referencedAGENTS.md, it suggested that the repo root is easier to find and some tools may expected it there.