recall
Search persistent memory across SQLite and markdown files to retrieve prior context, feedback, project state, and session notes. Use at conversation start to recall relevant facts.
Instructions
Search persistent memory for relevant facts.
Scans TWO corpora by default and merges results:
SQLite memories (written via
remembertool)Markdown memory files — Claude Code auto-memory + sae4u-memory home (configurable via SAE4U_MARKDOWN_ROOTS env, colon-separated paths)
Use this at the start of any substantive conversation to pull in prior context, feedback rules, project state, and recent session observations.
Args: query: Search terms. Empty string returns most recent entries. limit: Max results per source (default 5). category: Optional filter (SQLite only). sources: "all" (default), "sqlite", or "markdown".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| sources | No | all | |
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |