resume_context
Retrieve durable memory, patterns, and checkpoints when entering new AI coding sessions to restore prior decisions, open loops, and next actions.
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 (default: from config.recallMode) |