memory_for_path
Retrieve repository memories bound to a specific file or directory path. Use it to recall context, decisions, or notes associated with that path, optionally scoped to a linked worktree.
Instructions
Return repo memories bound to a path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| 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. |