pleach_summary
Summarize a Claude Code session branch's attempts, outcomes, and decisions. Caches per branch head to reduce duplicate model calls.
Instructions
Summarize what a branch attempted, what worked, what failed, and what was decided. Cached per branch head; a cache miss makes model calls (small cost, works at any transcript size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory to scope to. Omit to use the current project. | |
| model | No | Summarizer model (default haiku). | |
| session | Yes | Session id, or any unambiguous prefix (like git). | |
| no_cache | No | Force re-summarization. |