Skip to main content

Synopsis

Description

summary provides access to the AI-generated work summaries that profClaw creates after completing agentic tasks. Each summary captures what changed, why it changed, and how it was accomplished, along with a list of affected files. Summaries are useful for reviewing what agents have done, understanding code changes, and building institutional knowledge.

Subcommands

summary list

string
Filter by agent name.
string
default:"20"
Maximum number of summaries to return.
boolean
Output as JSON array.

summary show <id>

Displays the full summary including the “What Changed”, “Why”, “How”, and list of files modified.
string
required
Summary ID or prefix.
boolean
Output as JSON.

summary search <query>

string
required
Search terms to match against summary titles and content.
string
default:"10"
Maximum results to return.
boolean
Output as JSON.

summary stats

Shows total summary count, total tokens consumed, total cost, files changed, and a breakdown by agent.
boolean
Output stats as JSON.

Examples