replace files-to-prompt with git ls-files for bloat metrics

files-to-prompt was including untracked files (knowledge/, dev scripts, etc.) which inflated the bloat metrics. now we use git ls-files to only count tracked source files, which is more accurate and removes an external dependency.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Andrej Karpathy
2026-01-04 01:38:15 +00:00
parent da8b7ea4cb
commit ee79f29fbd
3 changed files with 20 additions and 21 deletions
-1
View File
@@ -7,7 +7,6 @@ requires-python = ">=3.10"
dependencies = [
"datasets>=4.0.0",
"fastapi>=0.117.1",
"files-to-prompt>=0.6",
"psutil>=7.1.0",
"regex>=2025.9.1",
"rustbpe>=0.1.0",