Get Project History
get_project_historyRetrieve a chronological timeline of stored memories for a project to review progress, see where you left off, or assemble a project narrative. Defaults to checkpoint entries; pass kind='all' for all memories.
Instructions
Chronological timeline of stored memories for a single project. Use to review how a project has progressed over time, to answer 'where did we leave off', or to assemble a project narrative. Defaults to checkpoint entries (kind='checkpoint'); pass kind='all' to include every memory for the project. Ordered newest-first. This is the chronological companion to memory_recall, which is semantic and ranked. Response includes a render field with tiered rendering guidance - check it before composing your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by memory kind stored in metadata.kind. Defaults to 'checkpoint'. Pass 'all' to return every memory for the project regardless of kind. | |
| limit | No | Max entries to return (1-50). Defaults to 20. | |
| scope | No | Which memories to include: 'org', 'personal', or 'both' (default). | |
| author | No | Whose entries to include. 'me' (default) returns only entries you authored (created_by = you), so on a shared team project you resume your own thread rather than a teammate's. 'anyone' returns the whole team's entries for the project. | |
| project | Yes | Project tag to load history for (e.g. 'founders-os', 'marching-maestro'). | |
| to_date | No | ISO 8601 timestamp. Only entries created on or before this date. | |
| from_date | No | ISO 8601 timestamp. Only entries created on or after this date. |