mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-12 15:20:13 +00:00
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:
co-authored by
Claude Opus 4.8
parent
f0b499b582
commit
e845793ce1
File diff suppressed because one or more lines are too long
@@ -1,26 +0,0 @@
|
||||
=== COMPILATION FAILURE ===
|
||||
|
||||
Errors:
|
||||
- [sfx-bounce]: data-end mismatch (actual: 1, golden: 1.044898)
|
||||
- [sfx-bounce]: data-duration mismatch (actual: 1, golden: 1.044898)
|
||||
- [sfx-shift-1]: data-end mismatch (actual: 4, golden: 4.044898)
|
||||
- [sfx-shift-1]: data-duration mismatch (actual: 1, golden: 1.044898)
|
||||
- [sfx-shift-2]: data-end mismatch (actual: 9.6, golden: 9.644898)
|
||||
- [sfx-shift-2]: data-duration mismatch (actual: 1, golden: 1.044898)
|
||||
- [sfx-pop]: data-end mismatch (actual: 15, golden: 15.044898)
|
||||
- [sfx-pop]: data-duration mismatch (actual: 1, golden: 1.044898)
|
||||
- [sfx-1]: data-end mismatch (actual: 2.8, golden: 2.844898)
|
||||
- [sfx-1]: data-duration mismatch (actual: 1, golden: 1.044898)
|
||||
- [sfx-2]: data-end mismatch (actual: 5.6, golden: 5.6448979999999995)
|
||||
- [sfx-2]: data-duration mismatch (actual: 1, golden: 1.044898)
|
||||
- [sfx-3]: data-end mismatch (actual: 9.8, golden: 9.844898)
|
||||
- [sfx-3]: data-duration mismatch (actual: 1, golden: 1.044898)
|
||||
- [sfx-4]: data-end mismatch (actual: 15.2, golden: 15.244898)
|
||||
- [sfx-4]: 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
Reference in New Issue
Block a user