rlm_load_project
Load a structured map of all project documents with content, filtered by path, to enable full-project exploration within a token budget.
Instructions
Load structured map of all project documents with content. Returns a token-budgeted dump of every file, with optional path filtering. Use for full-project exploration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_tokens | No | Total token budget for returned content | |
| paths_filter | No | Only include files matching these path prefixes (e.g., ['docs/', 'src/']) | |
| include_content | No | Include file content (false = metadata only) |