checkpoint
Close out the current session and produce its hand-off brief. Call this at the end of a session or when switching context to preserve decisions and progress.
Instructions
Close out the current session and produce its hand-off brief.
Call this at the END of a session, or when the user signals they're stopping or switching context. It finalises the session note and returns the brief the next session will read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project namespace to close; defaults to the current session's project. Pass the SAME project you logged events under — a session that logged with project='X' must be checkpointed with project='X', or its note is left open and the returned brief is the wrong (empty default) one. | |
| summary | No | Optional one-line human summary of what this session accomplished. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |