Build a re-seed handoff brief
handoff_briefGenerate a self-contained brief with session rules, latest summary, and active files, so you can start a fresh chat without losing context. Write it to disk for reuse even when MCP is offline.
Instructions
Produce a small, self-contained brief (rules + latest summary + verification ledger + active files) to START A FRESH CHAT with. This is how you actually reclaim tokens on hosts that own their window (e.g. Copilot): open a new chat and seed it with this brief. Always written to disk too, so a new chat can attach the file even if MCP is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outPath | No | Also write the brief here (must be within allowed roots), e.g. .compaction/handoff.md | |
| sessionId | No | ||
| includeFileContents | No | Inline current file contents for a fully self-contained brief (larger). |