get_checkpoint
Retrieve the latest checkpoint for a project to resume interrupted work, showing the plan, current step, completed tasks, and next action.
Instructions
Get the latest checkpoint for this project — where to resume from.
Call this FIRST when a task looks like a continuation of earlier work (e.g. after a session was cut off). It returns the plan, the current step, what was already done (do not redo it), and the exact next action.
Args: project_dir: Optional project directory override; defaults to the server's working directory (walking up to the nearest .git root).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |