[docs for ai] Add configuration reference docs to AGENTS.md#8201
Merged
lucaspimentel merged 2 commits intomasterfrom Feb 13, 2026
Merged
[docs for ai] Add configuration reference docs to AGENTS.md#8201lucaspimentel merged 2 commits intomasterfrom
AGENTS.md#8201lucaspimentel merged 2 commits intomasterfrom
Conversation
AGENTS.md
dudikeleti
approved these changes
Feb 13, 2026
AGENTS.md🤖 Co-Authored-By: Claude Code <noreply@anthropic.com>
AGENTS.md
This comment was marked as off-topic.
This comment was marked as off-topic.
lucaspimentel
commented
Feb 13, 2026
| - **`tracer/src/Datadog.Trace/Configuration/supported-configurations-docs.yaml`** — Human-readable descriptions and default values for all `DD_*` environment variables | ||
| - **`tracer/src/Datadog.Trace/Configuration/supported-configurations.json`** — Machine-readable config metadata: product categorization, key aliases, and deprecations (consumed by source generators) | ||
|
|
||
| 📖 **Load when**: Adding a new `DD_*` configuration key or modifying the configuration system |
Member
Author
There was a problem hiding this comment.
Some of these (like adding a new config or Azure Functions details) could be converted into skills that don't require calling explicitly with a slash command (disable-model-invocation: false) to reduce the size of this file.
I'll look into that later.
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
Added a Configuration section to
AGENTS.mdwith references to:supported-configurations-docs.yaml— human-readable descriptions and defaults for allDD_*env varssupported-configurations.json— machine-readable metadata (product categorization, aliases, deprecations)docs/development/Configuration/AddingConfigurationKeys.md— step-by-step guide for adding new config keysReason for change
AI agents working in this repo need quick access to tracer configuration documentation. The two reference files and the how-to guide were not linked from
AGENTS.md.Implementation details
Added entries following the established "📖 Load when..." pattern, with two load-when groups:
Test coverage
Documentation-only change.
Other details
N/A