setup_db
Initializes a local SQLite FTS5 index and loads repository data from GitHub, enabling fast code search.
Instructions
Initialize the local SQLite FTS5 index and index repositories. Fetches file trees and content from GitHub, stores in local DB for fast search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Re-index even if already indexed (default: false) | |
| repos | No | Subset of REFERENCE_REPOS to index (default: all) |