index_project
Builds a searchable semantic index of project code by parsing classes, methods, and HTML/CSS, enabling AI assistants to maintain architectural context.
Instructions
Scans the directory, respects .gitignore, and performs AST-based decomposition to index class definitions, methods, and structural HTML/CSS into 'code_semantics'.
Args: path: The absolute or relative path of the directory to index. Defaults to current directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |