mem_save
Save coding session knowledge like patterns, decisions, and insights as searchable memories to aid future sessions.
Instructions
Save a memory during a coding session.
Use this when you discover something worth remembering: patterns, decisions, gotchas, architecture notes, debugging insights, or any knowledge that would help future sessions.
The memory is immediately searchable via mem_search.
Args: content: The memory content to save (be specific and actionable) section: Category heading (e.g. "Security", "Architecture", "Gotchas") project: Project name (auto-detected from cwd if omitted) cwd: Working directory for auto-detection (defaults to os.getcwd())
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| content | Yes | ||
| project | No | ||
| section | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |