gid_query_deps
Retrieve dependencies or dependents of any node in a software architecture graph. Specify depth and graph path to control the analysis.
Instructions
Get dependencies or dependents of a node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| depth | No | Max depth (default: 1, -1 for unlimited) | |
| reverse | No | If true, get dependents instead of dependencies | |
| graphPath | No | Path to graph.yml (optional) |