Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/LLM_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading