Get Last Checkpoint
get_last_checkpointRetrieve the most recent checkpoint for display or to resume work. Supports cross-project and project-specific searches.
Instructions
Retrieve the caller's most recent checkpoint to show it or resume from it. Call when the user asks to see or pick up their last checkpoint (e.g. 'what was my last checkpoint', 'show me where I left off', 'pick up from my last checkpoint'). Pass project ONLY when there is resolvable context (an active project, a #tag, or a project unambiguously named in the conversation); omit it to search across ALL projects - do not infer a project to fill the gap. author defaults to 'me' (created_by = you); pass 'anyone' only on explicit team wording. intent defaults to 'show' (return the checkpoint to display); pass intent='resume' to pick up the work - on resume into a genuinely ambiguous target the tool returns a conflict to disambiguate rather than guessing. Response includes a render field with tiered rendering guidance - check it before composing your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max ranked candidates to return (1-10). Defaults to 5. | |
| author | No | Whose checkpoints to consider. 'me' (default) = your own (created_by = you). 'anyone' = the whole team's; use only on explicit team wording ('the team', 'org', 'me and Doug', a named teammate). 'we'/'us' said to you stay 'me'. | |
| intent | No | 'show' (default) returns the checkpoint to display. 'resume' returns it to pick up work, but returns a disambiguation conflict when the target is ambiguous. Read the user's verb: 'show me'/'what is/was' = show; 'pick up'/'continue'/'resume'/'where do I start' = resume. | |
| project | No | Project tag (e.g. 'founders-os'). Pass ONLY with resolvable context; omit for a global, cross-project search. Never infer a project to fill a gap. |