code-fundi-index-repo
Index a GitHub repository to enable search, or update an existing index. After indexing, files become queryable.
Instructions
Index a new GitHub repository in Code-Fundi, or update an existing one. After indexing, the repository's files will be searchable via code-fundi-search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Git clone URL (e.g. https://github.com/owner/repo) | |
| branch | No | Branch to index (default: main/master) | |
| update | No | If true, re-index an already indexed repo |