rtfm_expand
Read indexed file content with line numbers. Jump to a section or line, paginate through chunks, or filter by relevance to get targeted context.
Instructions
Read content of an indexed file with line numbers.
Use after rtfm_search. Like Read, but for indexed files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | chunks to return, 0 for all remaining (default 1) | |
| query | No | filter chunks by relevance within the file | |
| offset | No | pagination offset (default 0) | |
| source | Yes | absolute file path (from search results) | |
| target | No | jump to section name ("class Foo") or "L120" | |
| project | No | another project's index to read instead of this one — its name (``"hub"``), or its path when two projects share a name. |