remember
Persist a new memory as a markdown file, commit it to git, and index it for immediate recall via hybrid search across LLM sessions.
Instructions
Persist a new memory: write memories/.md, commit, index — immediately recallable.
fact: the durable fact (short markdown, first sentence becomes the description).
type: user|feedback|project|reference. name: optional kebab-slug filename.
session/project: provenance trailers ($CLAUDE_CODE_SESSION_ID from Bash env /
workspace dir); omitted when empty. If a near-duplicate memory exists it is
returned instead of writing; force=true writes anyway. On success returns a
stable mem_… id — pair recall → get_episode(id) to read it back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact | Yes | ||
| name | No | ||
| type | No | project | |
| force | No | ||
| project | No | ||
| session | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||