memory_save
Save facts, guardrails, or notes to persist knowledge across coding sessions. Specify type, title, and content for future retrieval.
Instructions
Persist a fact, guardrail, or note across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| title | Yes | ||
| content | Yes | ||
| why | No | ||
| how_to_apply | No | ||
| symbol | No | ||
| file_path | No | ||
| context | No | ||
| tags | No | ||
| importance | No | 1-10 | |
| session_id | No | ||
| is_global | No | ||
| ttl_days | No | ||
| narrative | No | Optional free-form narrative explaining the obs in prose. | |
| facts | No | Optional atomic facts (JSON array or bullet list). | |
| concepts | No | Optional conceptual tags (JSON array or comma list). | |
| project | No | Project name/path (default: active). |