fix(docs): correct pup agent guide description in LLM_GUIDE.md#613
Merged
Conversation
`pup agent guide` prints an operational reference for the datadog-agent host daemon — not the LLM steering guide. Remove the two inaccurate `pup agent guide` examples from the schema commands block and correct line 5 to point readers to `pup agent schema` (JSON), which is the actual machine-readable runtime reference for AI coding assistants. Fixes #612 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jack-edmonds-dd
approved these changes
Jun 23, 2026
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
docs/LLM_GUIDE.mdincorrectly told readers to runpup agent guidefor "the runtime version of this guide." That command actually prints an operational reference for the datadog-agent host daemon — not the LLM steering guide. The machine-readable runtime reference for AI coding assistants ispup agent schema.Changes
docs/LLM_GUIDE.md:5— corrected the "runtime version" sentence to point atpup agent schema(JSON)docs/LLM_GUIDE.md:63-64— removed two non-existentpup agent guide/pup agent guide logslines from the "Explicit schema commands" blockNo code changes; command behavior is unchanged.
Testing
grep -rni "runtime version of this guide\|guide logs\|steering guide" docs/returns nothingpup agent guidestill prints the datadog-agent daemon reference (unchanged)pup agent schemastill prints JSON schema (unchanged)Related Issues
Closes #612
🤖 Generated with Claude Code