get_context
Retrieve previous session context for the current project to resume work accurately. Get goals, decisions, bugs, TODOs, and next recommended action before making changes.
Instructions
Retrieve continuation context from previous sessions for the current project. Call this IMMEDIATELY after start_session and BEFORE making significant changes. Use the returned goal, current state, decisions, bugs, TODOs, files changed, and next recommended action to continue previous work correctly. This is the most important tool for cross-session continuity. NOTE: This returns selective/compact context. If specific information is not found here, use search_memory() for durable facts or search_history() for detailed historical events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional: explicit project ID | |
| current_task | No | Optional: what you're about to work on | |
| workspace_path | No | Path to workspace (auto-detects project) | |
| include_recent_sessions | No | Include info from recent sessions |