get_subproject_impact
Analyze how endpoint changes affect client code across subprojects by identifying breaking dependencies at the symbol level.
Instructions
Cross-repo impact analysis: find all client code across subprojects that would break if an endpoint changes. Resolves down to symbol level when per-repo indexes exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | Endpoint path pattern (e.g. /api/users) | |
| method | No | HTTP method filter (e.g. GET, POST) | |
| service | No | Service name filter |