get_dependencies
Show a file's imports and reverse dependencies to understand the blast radius before making changes.
Instructions
Return what a file imports and which files import it (reverse deps), to understand blast radius before changing a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| repo_root | No |