repost rather than from a possibly-stale copy of these docs — the manifest and schemas always match the version in front of it.
Read the command manifest
capabilities is the first machine-readable inventory to fetch for a binary. It always emits JSON.
version. Refresh it after repost update, after installing a different binary, or when a workflow needs a command that is not present.
Read one command’s schema
Usedocs schema when generated code needs field-level expectations for a single command.
The
envelope describes the runtime contract exactly. Most commands succeed with {schema, data} and fail with {error}; exception modes such as top_level_json, single_json_object, jsonl, and markdown are declared by output_mode. Use data_shape when present, and fall back to output_schema plus the Output & errors contract for commands without a field-level shape.Look up search syntax
docs search prints a compact query cheatsheet:
expect/tail, and cursor pagination — is in Search & filters.
Install a repo primer
Commit a compact operating manual so every agent run in a repository starts informed.--install writes .repost/AGENTS.md (mode 0600). Reference it from your existing agent instructions with @include .repost/AGENTS.md. The runbooks topic ships three ready-made procedures the agent can follow directly.
Continue
Search & filters
The query grammar, the live-filter subset, and cursor pagination.
Output & errors
What the schemas in the manifest resolve to at runtime.
Diagnose a webhook
Put the search and inspect commands to work.