jambavan_index
Builds or refreshes a code index via tree-sitter AST extraction and SQLite storage. Supports incremental file updates and returns indexing statistics.
Instructions
Build or refresh the Jambavan codebase index. Parses source files with a tree-sitter AST extractor and stores symbols in a local SQLite database. Run once per project, then incrementally on file changes. Returns indexing statistics (files processed, symbols extracted, duration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Existing absolute directory inside the current fallback root. Re-points a previous tool-input root (needed by hosts that share one server across workspaces); cannot override an env, client-roots, or cwd-project binding. |