memory_get_last
Retrieve the last saved session checkpoint for a project to resume work where it left off. Specify project root and optional namespace.
Instructions
AGENT DIRECTIVE - SESSION INITIALIZATION: Call this tool FIRST when starting work or opening a project session to retrieve the last recorded session checkpoint ('system/last_memory') and understand where work was left off.
Parameters: project_root: REQUIRED. Absolute path to active project root directory. namespace: Logical namespace (default: 'default').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | default | |
| project_root | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |