From a4223e19ab1fa8794019dc5d3a7a5949cb010e63 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Tue, 23 Jun 2026 08:30:18 -0500 Subject: [PATCH] fix(docs): correct pup agent guide description in LLM_GUIDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `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 --- docs/LLM_GUIDE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/LLM_GUIDE.md b/docs/LLM_GUIDE.md index e0ca22aa..cfc7ca4f 100644 --- a/docs/LLM_GUIDE.md +++ b/docs/LLM_GUIDE.md @@ -2,7 +2,7 @@ This guide helps AI coding agents understand and effectively use the Pup CLI tool. It covers the agent operability system, discovery commands, query syntax, and common workflows. -For the runtime version of this guide (embedded in the binary), run `pup agent guide`. +For the machine-readable runtime reference (embedded in the binary), run `pup agent schema` (JSON). ## Agent Mode @@ -60,8 +60,6 @@ pup metrics --help # Only metrics commands ```bash pup agent schema # Full JSON schema pup agent schema --compact # Minimal schema (names + flags only, fewer tokens) -pup agent guide # Full steering guide (markdown) -pup agent guide logs # Domain-specific guide section ``` ## Authentication