perseus_waypoint
Retrieve the most recent session checkpoint to resume where you left off. Shows task details, status, and next steps with a configurable time-to-live.
Instructions
Return the most recent session checkpoint: what was being worked on, status, and next steps. Use at session start to resume where you left off. Stale after TTL (default 24h). Read-only; lightweight — call freely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Max age in seconds for a valid checkpoint (default: 86400) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stale | No | Whether the checkpoint exceeds TTL | |
| timestamp | No | ISO-8601 timestamp of checkpoint | |
| checkpoint | No | Latest checkpoint summary text |