refresh_symbols
Re-scan the project to update the symbol registry after code changes. Ensures symbol checks reflect the latest codebase state.
Instructions
Re-scan the project and update the symbol registry. Run this after you have made code changes (added/renamed/removed functions) so that check_symbols works against the latest codebase state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Max directory depth to scan. Default: 8. | |
| max_files | No | Max files to scan. Default: 2000. | |
| project_path | No | Project root path. If omitted, auto-detects from cwd. |