lore_search
Find project nodes by matching path substrings, with optional filters for kind and project.
Instructions
Search nodes in a project by path substring (best-effort).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional kind filter. | |
| query | Yes | Substring to match against node paths. | |
| project | No | Project slug (defaults to .lorerc in cwd, then LORE_PROJECT). |