update_state
Preserve project decisions and context across sessions by merging new decisions with existing memory. Call at the end of each session to avoid losing progress.
Instructions
Updates the project memory with decisions made this session. Call this at the END of every session. Merges with existing state — does not erase previous memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | ||
| context | No | What this project is and its current phase. | |
| decisions | No | Decisions made this session. | |
| avoid | No | What failed and should not be repeated. | |
| preferences | No | Coding style, workflow, or communication preferences discovered. | |
| next | No | What to pick up in the next session. |