Skip to content

fix(docs): correct pup agent guide description in LLM_GUIDE.md#613

Merged
platinummonkey merged 1 commit into
mainfrom
fix/llm-guide-agent-guide-reference
Jun 23, 2026
Merged

fix(docs): correct pup agent guide description in LLM_GUIDE.md#613
platinummonkey merged 1 commit into
mainfrom
fix/llm-guide-agent-guide-reference

Conversation

@platinummonkey

Copy link
Copy Markdown
Collaborator

Summary

docs/LLM_GUIDE.md incorrectly told readers to run pup agent guide for "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 is pup agent schema.

Changes

  • docs/LLM_GUIDE.md:5 — corrected the "runtime version" sentence to point at pup agent schema (JSON)
  • docs/LLM_GUIDE.md:63-64 — removed two non-existent pup agent guide / pup agent guide logs lines from the "Explicit schema commands" block

No code changes; command behavior is unchanged.

Testing

  • grep -rni "runtime version of this guide\|guide logs\|steering guide" docs/ returns nothing
  • pup agent guide still prints the datadog-agent daemon reference (unchanged)
  • pup agent schema still prints JSON schema (unchanged)

Related Issues

Closes #612


🤖 Generated with Claude Code

`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>
@platinummonkey platinummonkey requested a review from a team as a code owner June 23, 2026 13:30
@platinummonkey platinummonkey merged commit a24048c into main Jun 23, 2026
6 checks passed
@platinummonkey platinummonkey deleted the fix/llm-guide-agent-guide-reference branch June 23, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] pup agent guide doesn't match LLM_GUIDE.md

2 participants