memory_search
Search repository memories by keyword to retrieve relevant context and past decisions from active or stale records. Use it to recall project history.
Instructions
Full-text search across active (or stale) repo memories by keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| worktree | No | Absolute path of the checkout to scope reads to — pass a linked worktree to read its branch overlay. Defaults to the server's working directory. A path that is not a linked worktree of this repo is silently ignored: results then come from the indexed checkout, with no error. |