Skip to content

Commit 9b44e50

Browse files
devwhodevsclaude
andcommitted
feat: vault walker with incremental diff detection and .gitignore support
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 05a55a5 commit 9b44e50

4 files changed

Lines changed: 544 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ ureq = "2.12"
2222
indicatif = "0.17"
2323
ndarray = "0.17"
2424
hnsw_rs = "0.3"
25+
rayon = "1"
26+
ignore = "0.4"
2527

2628
[dev-dependencies]
2729
tempfile = "3"

0 commit comments

Comments
 (0)