index_docs
Index markdown documentation files into graph nodes with edges linking sections to code symbols. Supports incremental updates.
Instructions
Discover and index all markdown documentation files (README, ADRs, guides, CHANGELOG, ARCHITECTURE) under the workspace root into DOCUMENT and SECTION graph nodes. Supports incremental mode (skips unchanged files). Emits DOC_DESCRIBES edges linking sections to the code symbols they mention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceRoot | No | Workspace root path (defaults to active session context) | |
| projectId | No | Project ID (defaults to active session context) | |
| incremental | No | Skip files whose hash has not changed (default: true) | |
| withEmbeddings | No | Also embed section content into Qdrant vector store |