mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-02 20:18:35 +00:00
Rename the `graphic-overlays` workflow skill to `talking-head-recut`: - move skills/graphic-overlays/ -> skills/talking-head-recut/ - update SKILL.md frontmatter name, H1, and self-references - update all /graphic-overlays route references (hyperframes router, general-video, root + cli-template AGENTS.md/CLAUDE.md, docs, quickstart) - update telemetry --skill flag, example composition id, timeline key - update .prettierignore path and scripts/test-skills-fresh.sh Identifier-only rename: the graphic-overlay card mechanism, design references, and trigger wording are unchanged. Co-authored-by: kiritowoo <295860553+kiritowoo@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
docs/
|
|
DOCS_GUIDELINES.md
|
|
packages/producer/tests/
|
|
*.generated.ts
|
|
|
|
# Cloud Workflows GCL — uses ${...} expressions that are not standard YAML.
|
|
packages/gcp-cloud-run/terraform/workflow.yaml
|
|
|
|
# toMatchFileSnapshot golden files — vitest writes these; oxfmt must not reformat them.
|
|
packages/**/__goldens__/
|
|
|
|
# vendored third-party bundles inside skills — never reformat
|
|
skills/**/assets/vendor/
|
|
skills/**/*.min.js
|
|
# reference snippets with intentional pseudo-markup (literal "..." attributes)
|
|
skills/talking-head-recut/references/frames/polaroid.html
|
|
|
|
# Generated demo compositions — large video-pipeline output (GSAP/Three/WebGL
|
|
# embedded), not hand-authored source; reformatting them is churn + risk. Listed
|
|
# explicitly (not registry/examples/**/*.html) so hand-authored example HTML still
|
|
# gets formatted.
|
|
registry/examples/airbnb-deck/index.html
|
|
registry/examples/airbnb-deck/demo.html
|
|
registry/examples/startup-pitch/index.html
|
|
registry/examples/startup-pitch/demo.html
|
|
registry/examples/slideshow-demo/index.html
|
|
registry/examples/warm-grain/compositions/captions.html
|