mcp_engram_recall_in_file
Retrieve AST concepts from a specified file stem and line range, returning coordinates and content snippets for impact analysis.
Instructions
Spatial recall (enhanced for ritual): find AST concepts in a line range with AABB coordinates. Now returns CRS + short content snippet per result for low-friction Pre-Edit/Post-Delta impact analysis against the manifold. Use with the spatial discipline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_line | No | Last line of the range (0-indexed, inclusive). Default: 999999 | |
| file_stem | Yes | The file stem to match (e.g. 'store' for store.rs, 'daemon' for daemon.rs) | |
| k | No | Max results to return (default: 20) | |
| start_line | No | First line of the range (0-indexed, inclusive). Default: 0 |