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
| Subcommand | Alias | Description |
|---|---|---|
list | ls | List recent summaries |
show <id> | get | Show full details for a summary |
search <query> | - | Full-text search across all summaries |
stats | - | Show aggregate statistics |
summary list
Filter by agent name.
Maximum number of summaries to return.
Output as JSON array.
summary show <id>
Displays the full summary including the “What Changed”, “Why”, “How”, and list of files modified.
Summary ID or prefix.
Output as JSON.
summary search <query>
Search terms to match against summary titles and content.
Maximum results to return.
Output as JSON.
summary stats
Shows total summary count, total tokens consumed, total cost, files changed, and a breakdown by agent.
Output stats as JSON.
Examples
Related
profclaw task- View task status (summaries are generated on completion)profclaw agent- Agent health and performance statsprofclaw memory- Search the memory index