mirror of
https://github.com/Astro-Han/karpathy-llm-wiki.git
synced 2026-09-14 19:09:17 +08:00
959bbb3858
Every load-bearing fact (number, date, direct quote) must exist verbatim in the raw files an article links. Compile establishes the invariant (locate before write, exact literals, derived values show components); lint verifies it with scripts/check_evidence.py, which greps candidate literals against linked raws and reports misses plus unreferenced raw files. Lint is now three tiers: safe auto-fixes, mechanical reports (the script), judgment reports. Also moves adding See Also cross-references out of auto-fix, where judgment never belonged.
6 lines
38 B
Plaintext
6 lines
38 B
Plaintext
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
__pycache__/
|