Commit b461c90
fix: create .graph_hashes.json after init/reprocess so first increment is fast (#298)
Move _init_hash_tracker() call into write_kuzu() so that init and reprocess
commands persist file hashes alongside the graph. Previously the first
increment after init/reprocess treated all files as new, causing an
unnecessary full rebuild.
Closes #297
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 673d062 commit b461c90
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3422 | 3422 | | |
3423 | 3423 | | |
3424 | 3424 | | |
3425 | | - | |
3426 | | - | |
3427 | 3425 | | |
3428 | 3426 | | |
3429 | 3427 | | |
3430 | | - | |
| 3428 | + | |
3431 | 3429 | | |
3432 | 3430 | | |
3433 | 3431 | | |
| |||
3648 | 3646 | | |
3649 | 3647 | | |
3650 | 3648 | | |
3651 | | - | |
3652 | | - | |
3653 | 3649 | | |
3654 | 3650 | | |
3655 | 3651 | | |
3656 | | - | |
| 3652 | + | |
3657 | 3653 | | |
3658 | 3654 | | |
3659 | 3655 | | |
| |||
3785 | 3781 | | |
3786 | 3782 | | |
3787 | 3783 | | |
| 3784 | + | |
3788 | 3785 | | |
3789 | 3786 | | |
3790 | 3787 | | |
| |||
0 commit comments