index_project
Rebuild or refresh the dependency graph for a project root to force a graph rebuild after large code changes.
Instructions
Build or refresh the dependency graph for a project.
Forces a graph rebuild for the given project root. Normally not
required — assess_command auto-builds the graph on first use —
but useful to refresh after a large code change.
Args: project_root: Absolute path to the project root directory.
Returns: Status dict confirming the project was indexed.
Example::
index_project("/home/user/my-project")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | Yes |