ck_session_digest
Create a concise session digest that summarizes tasks completed, findings, budget spent, pending reviews, and highlights. Generate, retrieve the latest, or list past digests to replace raw event streams with a scannable inbox.
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 |