get_cross_domain_deps
Understand domain coupling by revealing which business domains depend on each other through symbol edges across domains. Returns a JSON list of dependencies.
Instructions
Show which business domains depend on which. Based on edges between symbols in different domains. Use to understand domain coupling. Read-only. Returns JSON: { dependencies: [{ from, to, edgeCount }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Focus on a specific domain (default: all) |