syms_deps
Find which files a given file imports from, optionally including transitive dependencies. Specify the file path and project root.
Instructions
List files that a given file depends on (imports from)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute file path | |
| root | No | Project root (auto-detected if omitted) | |
| transitive | No | Include transitive dependencies |