affected_files
Find all files affected by a change to a specific file or symbol, including test files that cover the affected code. Use before running tests to know which test files to execute.
Instructions
Find all files affected by a change to a specific file or symbol. Includes test files that cover the affected code. Use this before running tests to know which test files to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Relative path of the changed file (e.g., 'src/auth/token.ts') | |
| max_depth | No | Maximum traversal depth (default: 5) | |
| tests_only | No | Return only test files (default: false) |