Commit babccb8
feat: default incremental=True for index_folder and index_repo
Full re-index on every call is wasteful for active development.
Incremental mode uses SHA-256 content hashing and safely falls back
to a full index when no existing index is found. Closes #33.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7a397f3 commit babccb8
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments