record_memory
Record a decision, progress update, failure, or handoff summary to persist AI coding agent memory across sessions. Provide project, type, title, and content in Markdown.
Instructions
Save one memory: a decision, progress update, failure, or handoff summary.
project: project name; letters, digits, '_', '-', '.' only (e.g. "my-app") type: one of decision / progress / failure / handoff (configurable via AI_MEMORY_TYPES) title: one-line title content: the details; multi-paragraph Markdown is fine llm: who is writing this (e.g. "Claude", "Codex"); strongly recommended tags: comma-separated keywords, optional
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | No | ||
| tags | No | ||
| type | Yes | ||
| title | Yes | ||
| content | Yes | ||
| project | Yes |