Find memory by file
find_by_fileRetrieve issues and decisions linked to a file path or filename fragment, providing the history behind confusing code.
Instructions
Given a file path or filename fragment, return the issues (matched via their 'files' field) and the decisions/learnings (matched via AGENTS.md bullets that mention it) that touch that file — i.e. 'why is this code the way it is?' answered from memory. Searches all projects unless one is given. Useful when you land on confusing code and want the history behind it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | A path or filename fragment, e.g. 'index.js' or 'auth/login'. | |
| project | No |