get_cross_domain_deps
Identify cross-domain dependencies in your codebase by analyzing symbol connections. Understand domain coupling to manage module boundaries.
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) |