hub_graph
Map typed relationships across projects and resources, highlighting dependencies, deployments, and exposed services. Filter by project or type.
Instructions
The typed relationship graph across projects AND resources: who runs where, what depends on / deploys to / exposes what. Edges are frontmatter [[links]] keyed by relation (runs_on, depends_on, deploys_to, exposes, part_of, ...). Returns nodes, edges, and dangling links. Filter by project or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | return everything, uncapped. By default long lists are trimmed to fit an agent context and what was left out is reported in `truncated`. | |
| type | No | only edges touching a node of this type | |
| project | No | only edges touching this project/resource slug |