refresh_project
Clear the cached AST for a project root to force a full re-parse after switching branches or pulling changes, ensuring analysis reflects the current codebase.
Instructions
Clears the cached AST for a project root, forcing a full re-parse on the next call. Use after switching branches, running git pull, or adding/removing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | Yes | Absolute path to the TypeScript project root (must contain tsconfig.json) |