update_project_memory
Record session summaries and next steps to preserve project context for future sessions.
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 |
|---|---|---|---|
| project_id | Yes | ||
| what_was_done | Yes | ||
| next_steps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |