get_cross_workspace_impact
Identify which workspaces are affected by changes in a given workspace, listing cross-workspace edges and public API dependencies before modifying shared code in a monorepo.
Instructions
Show which workspaces are affected by changes in a given workspace. Lists all cross-workspace edges, affected symbols, and the public API surface consumed by other workspaces. Use before modifying shared code in a monorepo. Read-only. Returns JSON: { workspace, public_api, consumed_by, depends_on, cross_workspace_edges }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Workspace name to analyze |