get_cross_domain_deps
Identify which business domains depend on each other by analyzing symbol edges. Get a JSON dependency list to assess domain coupling.
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) |