Commit b269c60
fix: filter venv/cache/build noise from changed files, reindex all commits
Added _is_noise() filter to core/diff_reader.py to strip venv/, node_modules/,
__pycache__/, .pyc and other build artifacts from the changed files list before
they reach the LLM or appear in the build log. Imported the same filter in
scripts/reindex.py and reindexed all commits — ffaff32 (the venv leak commit)
now shows 3 clean files instead of 688+ noise entries.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f1f2e97 commit b269c60
4 files changed
Lines changed: 322 additions & 2280 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
3 | 35 | | |
4 | 36 | | |
5 | 37 | | |
| |||
34 | 66 | | |
35 | 67 | | |
36 | 68 | | |
37 | | - | |
| 69 | + | |
38 | 70 | | |
39 | 71 | | |
40 | 72 | | |
| |||
0 commit comments