codebase_graph_query
Query a file's dependency graph to discover its imports and which files depend on it.
Instructions
Query the code dependency graph for a specific file. Returns what the file imports and what files depend on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Relative path of the file to query (e.g. 'src/index.ts'). | |
| projectPath | No | Absolute path to the project directory. |