Skip to main content

Synopsis

profclaw summary <subcommand> [flags]

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

SubcommandAliasDescription
listlsList recent summaries
show <id>getShow full details for a summary
search <query>-Full-text search across all summaries
stats-Show aggregate statistics

summary list

-a, --agent
string
Filter by agent name.
-l, --limit
string
default:"20"
Maximum number of summaries to return.
--json
boolean
Output as JSON array.

summary show <id>

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

summary search <query>

query
string
required
Search terms to match against summary titles and content.
-l, --limit
string
default:"10"
Maximum results to return.
--json
boolean
Output as JSON.

summary stats

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

Examples

profclaw summary list