get_repo_dependencies
Identify cross-repo dependencies and assess impact of changes before modifying code. See which repositories depend on each other to avoid unexpected breakage.
Instructions
Get cross-repo dependency graph showing which repos depend on each other.
Use this to understand the blast radius of changes across repositories. Data comes from package manifests (go.mod, package.json), not code analysis.
Args: repo_name: Filter to a specific repo. Without this, returns entire graph. direction: "outgoing" (what this repo depends on), "incoming" (what depends on this repo), "both"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | both | |
| repo_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |