Metis — Update Project Memory
update_project_memoryAppend a session summary to a project's history and refresh its prompt memory. Future sessions will automatically know what occurred before.
Instructions
Append a session summary to a project's history and refresh its prompt memory.
Call this at the end of any work session on a project. The history feeds
into load_project_context() so future sessions automatically know what
happened before.
Args:
project_id: The project slug.
what_was_done: 1-3 sentence summary of what was accomplished this session.
next_steps: Optional: what needs to happen next. Updates the next_step field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next_steps | No | ||
| project_id | Yes | ||
| what_was_done | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |