graph_rebuild
Rebuilds the code graph from source files to enable structural analysis and persistent memory for AI coding assistants.
Instructions
Rebuild code graph from source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Build mode | incremental |
| verbose | No | Verbose output | |
| workspaceRoot | No | Workspace root path (absolute preferred) | |
| workspacePath | No | Alias for workspaceRoot | |
| sourceDir | No | Source directory path (absolute or relative to workspace root) | |
| projectId | No | Project namespace for graph isolation | |
| profile | No | Response profile | compact |
| indexDocs | No | Index markdown documentation files (READMEs, ADRs) during rebuild (default: true). Set false to skip docs indexing. |