diff --git a/docs/LLM_GUIDE.md b/docs/LLM_GUIDE.md index e0ca22a..cfc7ca4 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