rlm_code_imports
Map code dependencies by listing imports for symbols/files or finding importers of a module.
Instructions
List imports for a code symbol or file, or find importers of a module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qualified_name | No | Repo-qualified symbol name | |
| symbol_key | No | Stable symbol key for an exact match | |
| file_path | No | Resolve imports for a specific file path | |
| direction | No | out | |
| include_file_nodes | No | For file_path lookups, include every scanned symbol in matched_targets instead of the compact module anchor | |
| limit | No |