get_cross_workspace_impact
Identify all workspaces impacted by modifications to a given workspace. Lists cross-workspace edges, affected symbols, and consumed public API to assess dependency effects before changing shared code.
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 |