chore: shrink repo — untrack failure frames, recompress backgrounds, harden LFS (#1326)

No-coordination repo-size cleanup (no history rewrite — SHAs unchanged):

- Untrack 158 producer regression-test failure artifacts (~27 MB); already
  gitignored, on-disk copies kept.
- Recompress 13 byte-identical code-snippet block backgrounds (5120x2880/3.3MB
  -> 2560x1440 q78/~428KB): 42 MB -> 5.4 MB. Per-block files kept for portability.
- Recursive LFS patterns (packages/producer/tests/**/*.{mp4,mov,webm,png}) +
  globalized *.onnx — closes the nested-path leak.
- Recursive .gitignore for tests/**/failures/ at any depth.
- scripts/check-large-files.sh + lefthook `largefiles` gate (>500KB non-LFS
  fails commit; excludes registry/). Review fixes: ceiling division, skip
  symlinks, space-safe staged-file read.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
James Russo
2026-06-10 16:05:45 -07:00
committed by GitHub
co-authored by Claude Opus 4.8
parent f0b499b582
commit e845793ce1
175 changed files with 115 additions and 10190 deletions
File diff suppressed because one or more lines are too long
@@ -1,24 +0,0 @@
=== COMPILATION FAILURE ===
Errors:
- [sfx-bounce-0]: data-end mismatch (actual: 1, golden: 1.044898)
- [sfx-bounce-0]: data-duration mismatch (actual: 1, golden: 1.044898)
- [sfx-whoosh-1]: data-end mismatch (actual: 2.839, golden: 2.8838980000000003)
- [sfx-whoosh-1]: data-duration mismatch (actual: 1, golden: 1.044898)
- [sfx-pop-1]: data-end mismatch (actual: 3.039, golden: 3.0838980000000005)
- [sfx-pop-1]: data-duration mismatch (actual: 1, golden: 1.044898)
- [sfx-whoosh-2]: data-end mismatch (actual: 5.659, golden: 5.703898)
- [sfx-whoosh-2]: data-duration mismatch (actual: 1, golden: 1.044898)
- [sfx-pop-2]: data-end mismatch (actual: 5.859, golden: 5.903898)
- [sfx-pop-2]: data-duration mismatch (actual: 1, golden: 1.044898)
- [sfx-whoosh-3]: data-end mismatch (actual: 9.88, golden: 9.924898)
- [sfx-whoosh-3]: data-duration mismatch (actual: 1, golden: 1.044898)
- [sfx-pop-3]: data-end mismatch (actual: 10.08, golden: 10.124898)
- [sfx-pop-3]: data-duration mismatch (actual: 1, golden: 1.044898)
Files saved for comparison:
- actual.html (what was compiled)
- expected.html (golden snapshot)
To compare:
diff failures/expected.html failures/actual.html
File diff suppressed because one or more lines are too long