reverse_lookup
Find all cross-project references to a file before editing, using knowledge graph and content scan to reveal its full impact and associated features across registered projects.
Instructions
Given a file path, find all cross-project references to it — both from the Knowledge Graph and by scanning import/require/type-usage in file contents across all registered projects. Use this before editing a file to understand its full blast radius, even when the graph is incomplete. Returns two labeled buckets: graph-registered (formally tracked) and scan-discovered (found ad hoc). Also shows which features and workflow steps reference this file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Relative path to the file within its project (e.g., 'src/auth/auth.controller.ts') |