Save Project
memory_project_saveSave or update project context including tech stack, architecture, conventions, and notes to persistent memory for future retrieval.
Instructions
Save or update project context — tech stack, architecture, conventions, and notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique project name (e.g. 'my-app') | |
| path | No | Filesystem path to the project root | |
| notes | No | General notes about the project | |
| tech_stack | No | Technologies used (e.g. ['TypeScript', 'SQLite', 'React']) | |
| conventions | No | Coding conventions and patterns | |
| architecture | No | Architecture notes |