memory_search
Find specific text in your hierarchical markdown memory system by searching across rooms or a sub-path.
Instructions
Full-text search across the palace (or a sub-path).
Uses ripgrep (rg) if available; falls back to Python re.
Returns up to 20 matches, each showing the relative file path, line
number, and matched line with 1 line of context on each side.
path narrows the search to a specific room or subdirectory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |