mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
* chore(skills): package Codex plugin upload * chore(skills): harden Codex plugin content * fix(skills): satisfy plugin quality gates * fix(skills): address plugin packaging review * fix(plugin): simplify asset validation * fix(skills): correct embedded-captions catalog count to 35 after nightcity removal The nightcity theme removal left SKILL.md claiming 36 identities in four places, including the frontmatter description the router reads. The catalog now has 35 entries (10 classic + 25 themed). --------- Co-authored-by: Miao Yang <miao.yang@heygen.com>
22 lines
516 B
Plaintext
22 lines
516 B
Plaintext
# Matting weights: the PP-MattingV2 ONNX SHIPS with the skill (committed — the
|
|
# upstream exports have no stable public download URL). Ignore any other stray
|
|
# .onnx (e.g. experimental variants) so they don't get committed by accident.
|
|
assets/*.onnx
|
|
!assets/ppmattingv2_stdc1_human_544x960.onnx
|
|
|
|
# Stray render/test artifacts — a project's outputs must never live inside the skill.
|
|
*.mp4
|
|
*.webm
|
|
*.log
|
|
_*.png
|
|
frames_bg/
|
|
frames_fg/
|
|
history/
|
|
*_shadow/
|
|
transcript.json
|
|
plan.json
|
|
matte.fps
|
|
safe-zones.json
|
|
|
|
.DS_Store
|