Recall Memory
faf_recallRetrieve project memories ranked by priority and recency, filtered by query, tags, or type. Surfaces past decisions from the project soul for read-only recall.
Instructions
Recall memories from the project soul (soul.fafm), ranked by priority then recency, filtered by query/tags/type. Returns the matching entries. Reads only. Use it to surface past decisions; faf_etch adds new ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path. Sets session context for subsequent calls. | |
| tags | No | Filter by tag intersection | |
| type | No | Filter by memory type | |
| limit | No | Max memories to return | |
| query | No | Case-insensitive substring match on memory text (optional) | |
| minPriority | No | Priority floor (default ephemeral) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soul | No | ||
| total | Yes | Number returned | |
| memories | Yes | ||
| soulTotal | No | Total memories in the soul |