resume_context
Recover prior decisions, open loops, and next actions when starting a new session by combining durable memory, patterns, cases, and the latest checkpoint.
Instructions
Compose startup context for a fresh window by combining durable memory, patterns, cases, and the latest checkpoint. Read-only. Use when entering a new session and you need to recover prior decisions, open loops, and next actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Optional current task or question to bias recall | |
| scope | No | Optional shared scope for project or terminal continuity | |
| sessionId | No | Optional session identifier to recover the latest checkpoint | |
| limitPerSection | No | Max items per section | |
| includeLatestCheckpoint | No | Whether to include the latest checkpoint summary | |
| profile | No | Retrieval profile | |
| mode | No | Override recall mode: 'full' (default), 'light' (<300 tokens), 'summary' (checkpoint only), 'off' |