ck_session_digest
Generate condensed, human-scannable digests of session activity including tasks, findings, budget spent, and pending reviews. Supports generating new digests, retrieving the latest, or listing history.
Instructions
Generate a condensed, human-scannable digest of what happened in a session — tasks completed, findings raised, budget spent, reviews pending, and notable highlights. Three modes: generate (create a new digest), latest (return the most recent), list (paginated history). Designed for the forward-deployed engineer who needs an 'inbox that summarizes what happened' without reading raw event streams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Operation mode. Defaults to generate. | |
| session_id | Yes | Session identifier. | |
| digest_type | No | Type of digest to generate. Defaults to session. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| highlights | No | ||
| session_id | No | ||
| digest_type | No | ||
| findings_raised | No | ||
| reviews_pending | No | ||
| tasks_completed | No | ||
| budget_spent_cents | No |