@mevdragon/vidfarm-devcli 0.13.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/embedded-captions/CATALOG.md +93 -0
- package/.agents/skills/embedded-captions/SKILL.md +286 -0
- package/.agents/skills/embedded-captions/assets/brand/CDPR-fankit-terms.txt +35 -0
- package/.agents/skills/embedded-captions/assets/brand/cyberpunk-widths.json +115 -0
- package/.agents/skills/embedded-captions/assets/fonts/char-widths.json +2211 -0
- package/.agents/skills/embedded-captions/assets/strokefonts/HersheyScript1.svg +242 -0
- package/.agents/skills/embedded-captions/assets/strokefonts/HersheyScriptMed.svg +242 -0
- package/.agents/skills/embedded-captions/dna/README.md +148 -0
- package/.agents/skills/embedded-captions/dna/chrome.json +68 -0
- package/.agents/skills/embedded-captions/dna/cream.json +69 -0
- package/.agents/skills/embedded-captions/dna/documentary.json +62 -0
- package/.agents/skills/embedded-captions/dna/editorial.json +70 -0
- package/.agents/skills/embedded-captions/dna/glitch.json +82 -0
- package/.agents/skills/embedded-captions/dna/ink.json +65 -0
- package/.agents/skills/embedded-captions/dna/keynote.json +62 -0
- package/.agents/skills/embedded-captions/dna/loud.json +75 -0
- package/.agents/skills/embedded-captions/dna/neon.json +58 -0
- package/.agents/skills/embedded-captions/dna/velocity.json +89 -0
- package/.agents/skills/embedded-captions/modes/cinematic/README.md +48 -0
- package/.agents/skills/embedded-captions/modes/cinematic/_archive/champion/spec.md +98 -0
- package/.agents/skills/embedded-captions/modes/cinematic/_archive/champion/template.html +188 -0
- package/.agents/skills/embedded-captions/modes/cinematic/_archive/memory-wall/spec.md +134 -0
- package/.agents/skills/embedded-captions/modes/cinematic/_archive/memory-wall/template.html +179 -0
- package/.agents/skills/embedded-captions/modes/cinematic/_archive/portrait-header/spec.md +81 -0
- package/.agents/skills/embedded-captions/modes/cinematic/_archive/portrait-header/template.html +170 -0
- package/.agents/skills/embedded-captions/modes/cinematic/cinematic-cream/spec.md +16 -0
- package/.agents/skills/embedded-captions/modes/cinematic/cinematic-cream/template.html +226 -0
- package/.agents/skills/embedded-captions/modes/cinematic/engine.html +355 -0
- package/.agents/skills/embedded-captions/modes/standard/_anatomy.md +233 -0
- package/.agents/skills/embedded-captions/modes/standard/_motion.md +192 -0
- package/.agents/skills/embedded-captions/modes/standard/fonts/build-fonts-css.cjs +97 -0
- package/.agents/skills/embedded-captions/references/aesthetic-principles.md +168 -0
- package/.agents/skills/embedded-captions/references/anti-patterns.md +188 -0
- package/.agents/skills/embedded-captions/references/bespoke-vs-presets.md +178 -0
- package/.agents/skills/embedded-captions/references/caption-grouping.md +130 -0
- package/.agents/skills/embedded-captions/references/composition-craft.md +522 -0
- package/.agents/skills/embedded-captions/references/direction-catalog.md +138 -0
- package/.agents/skills/embedded-captions/references/example-renders/champion.html +371 -0
- package/.agents/skills/embedded-captions/references/example-renders/memory-wall.html +334 -0
- package/.agents/skills/embedded-captions/references/failure-modes.md +145 -0
- package/.agents/skills/embedded-captions/references/layout-heuristics.md +238 -0
- package/.agents/skills/embedded-captions/references/motion-vocabulary.md +148 -0
- package/.agents/skills/embedded-captions/references/rail.md +68 -0
- package/.agents/skills/embedded-captions/references/reference-bar.md +47 -0
- package/.agents/skills/embedded-captions/references/scene-types.md +94 -0
- package/.agents/skills/embedded-captions/references/test-set.md +66 -0
- package/.agents/skills/embedded-captions/references/typographic-moves.md +266 -0
- package/.agents/skills/embedded-captions/references/typography-presets.md +63 -0
- package/.agents/skills/embedded-captions/scripts/audio-envelope.cjs +95 -0
- package/.agents/skills/embedded-captions/scripts/check-occlusion.cjs +250 -0
- package/.agents/skills/embedded-captions/scripts/check-overflow.cjs +194 -0
- package/.agents/skills/embedded-captions/scripts/check-rail-climax.cjs +233 -0
- package/.agents/skills/embedded-captions/scripts/check-timing.cjs +173 -0
- package/.agents/skills/embedded-captions/scripts/fill-timings.cjs +124 -0
- package/.agents/skills/embedded-captions/scripts/fit-fonts.cjs +158 -0
- package/.agents/skills/embedded-captions/scripts/gen-stroke-path.py +46 -0
- package/.agents/skills/embedded-captions/scripts/inject-fonts.cjs +169 -0
- package/.agents/skills/embedded-captions/scripts/lib-dna.cjs +201 -0
- package/.agents/skills/embedded-captions/scripts/make-cinematic.cjs +1205 -0
- package/.agents/skills/embedded-captions/scripts/make-composition.cjs +404 -0
- package/.agents/skills/embedded-captions/scripts/make-theme.cjs +8781 -0
- package/.agents/skills/embedded-captions/scripts/matte.cjs +294 -0
- package/.agents/skills/embedded-captions/scripts/measure-layout.cjs +293 -0
- package/.agents/skills/embedded-captions/scripts/prepare.sh +39 -0
- package/.agents/skills/embedded-captions/scripts/preview-frames.cjs +268 -0
- package/.agents/skills/embedded-captions/scripts/render-and-composite.sh +509 -0
- package/.agents/skills/embedded-captions/scripts/render-theme.sh +34 -0
- package/.agents/skills/embedded-captions/scripts/safe-zones.cjs +813 -0
- package/.agents/skills/embedded-captions/scripts/transcribe.cjs +349 -0
- package/.agents/skills/embedded-captions/themes/PORTING.md +49 -0
- package/.agents/skills/embedded-captions/themes/README.md +244 -0
- package/.agents/skills/embedded-captions/themes/anchor.json +27 -0
- package/.agents/skills/embedded-captions/themes/arcade.json +51 -0
- package/.agents/skills/embedded-captions/themes/aurora.json +41 -0
- package/.agents/skills/embedded-captions/themes/biolume.json +35 -0
- package/.agents/skills/embedded-captions/themes/brush.json +74 -0
- package/.agents/skills/embedded-captions/themes/chalkboard.json +52 -0
- package/.agents/skills/embedded-captions/themes/dossier.json +56 -0
- package/.agents/skills/embedded-captions/themes/graffiti.json +62 -0
- package/.agents/skills/embedded-captions/themes/hologram.json +41 -0
- package/.agents/skills/embedded-captions/themes/inkwater.json +43 -0
- package/.agents/skills/embedded-captions/themes/laser.json +46 -0
- package/.agents/skills/embedded-captions/themes/lastpage.json +33 -0
- package/.agents/skills/embedded-captions/themes/neonsign.json +53 -0
- package/.agents/skills/embedded-captions/themes/nightcity.json +56 -0
- package/.agents/skills/embedded-captions/themes/ordnance.json +54 -0
- package/.agents/skills/embedded-captions/themes/papercut.json +37 -0
- package/.agents/skills/embedded-captions/themes/popup.json +46 -0
- package/.agents/skills/embedded-captions/themes/ransom.json +62 -0
- package/.agents/skills/embedded-captions/themes/scoreboard.json +54 -0
- package/.agents/skills/embedded-captions/themes/spectrum.json +46 -0
- package/.agents/skills/embedded-captions/themes/stardust.json +29 -0
- package/.agents/skills/embedded-captions/themes/stomp.json +43 -0
- package/.agents/skills/embedded-captions/themes/terminal.json +49 -0
- package/.agents/skills/embedded-captions/themes/thunder.json +44 -0
- package/.agents/skills/embedded-captions/themes/transit.json +44 -0
- package/.agents/skills/embedded-captions/themes/vhs.json +47 -0
- package/.agents/skills/faceless-explainer/SKILL.md +209 -0
- package/.agents/skills/faceless-explainer/references/cut-catalog.md +215 -0
- package/.agents/skills/faceless-explainer/references/motion-language.md +156 -0
- package/.agents/skills/faceless-explainer/references/story-design.md +248 -0
- package/.agents/skills/faceless-explainer/references/visual-design.md +146 -0
- package/.agents/skills/faceless-explainer/scripts/assemble-index.mjs +570 -0
- package/.agents/skills/faceless-explainer/scripts/audio.mjs +260 -0
- package/.agents/skills/faceless-explainer/scripts/build-frame.mjs +536 -0
- package/.agents/skills/faceless-explainer/scripts/captions.mjs +508 -0
- package/.agents/skills/faceless-explainer/scripts/lib/assets.mjs +55 -0
- package/.agents/skills/faceless-explainer/scripts/lib/dimensions.mjs +45 -0
- package/.agents/skills/faceless-explainer/scripts/lib/storyboard.mjs +249 -0
- package/.agents/skills/faceless-explainer/scripts/lib/tokens.mjs +204 -0
- package/.agents/skills/faceless-explainer/scripts/lib/transition-registry.mjs +38 -0
- package/.agents/skills/faceless-explainer/scripts/lib/transitions.json +71 -0
- package/.agents/skills/faceless-explainer/scripts/transitions.mjs +320 -0
- package/.agents/skills/faceless-explainer/sub-agents/frame-worker.md +75 -0
- package/.agents/skills/flockposter/LICENSE +17 -0
- package/.agents/skills/flockposter/README.md +72 -0
- package/.agents/skills/flockposter/SKILL.md +562 -0
- package/.agents/skills/flockposter/examples/cli-instagram-reel.sh +21 -0
- package/.agents/skills/flockposter/examples/cli-multi-platform.json +69 -0
- package/.agents/skills/flockposter/examples/cli-tiktok-upload-only.sh +22 -0
- package/.agents/skills/flockposter/examples/cli-x-thread.sh +17 -0
- package/.agents/skills/flockposter/examples/cli-youtube-short.sh +21 -0
- package/.agents/skills/flockposter/examples/public-api-instagram-reel.json +28 -0
- package/.agents/skills/general-video/SKILL.md +143 -0
- package/.agents/skills/hyperframes/SKILL.md +160 -0
- package/.agents/skills/hyperframes-animation/SKILL.md +84 -0
- package/.agents/skills/hyperframes-animation/adapters/animate-text.md +64 -0
- package/.agents/skills/hyperframes-animation/adapters/animejs.md +114 -0
- package/.agents/skills/hyperframes-animation/adapters/css-animations.md +143 -0
- package/.agents/skills/hyperframes-animation/adapters/gsap-easing-and-stagger.md +118 -0
- package/.agents/skills/hyperframes-animation/adapters/gsap-timeline-and-labels.md +96 -0
- package/.agents/skills/hyperframes-animation/adapters/gsap-transforms-and-perf.md +96 -0
- package/.agents/skills/hyperframes-animation/adapters/gsap.md +105 -0
- package/.agents/skills/hyperframes-animation/adapters/html-in-canvas-patterns.md +507 -0
- package/.agents/skills/hyperframes-animation/adapters/lottie.md +117 -0
- package/.agents/skills/hyperframes-animation/adapters/three.md +131 -0
- package/.agents/skills/hyperframes-animation/adapters/typegpu.md +178 -0
- package/.agents/skills/hyperframes-animation/adapters/waapi.md +101 -0
- package/.agents/skills/hyperframes-animation/blueprints/comparison-split.md +27 -0
- package/.agents/skills/hyperframes-animation/blueprints/constellation-hub.md +44 -0
- package/.agents/skills/hyperframes-animation/blueprints/cta-morph-press.md +28 -0
- package/.agents/skills/hyperframes-animation/blueprints/cursor-ui-demo.md +57 -0
- package/.agents/skills/hyperframes-animation/blueprints/dataviz-countup.md +46 -0
- package/.agents/skills/hyperframes-animation/blueprints/device-surface-showcase.md +53 -0
- package/.agents/skills/hyperframes-animation/blueprints/grid-card-assemble.md +66 -0
- package/.agents/skills/hyperframes-animation/blueprints/kinetic-type-beats.md +78 -0
- package/.agents/skills/hyperframes-animation/blueprints/logo-assemble-lockup.md +69 -0
- package/.agents/skills/hyperframes-animation/blueprints/overwhelm-surround.md +28 -0
- package/.agents/skills/hyperframes-animation/blueprints/spatial-pan-stations.md +37 -0
- package/.agents/skills/hyperframes-animation/blueprints/ticker-takeover.md +29 -0
- package/.agents/skills/hyperframes-animation/blueprints/titlecard-reveal.md +42 -0
- package/.agents/skills/hyperframes-animation/blueprints/typewriter-reveal.md +51 -0
- package/.agents/skills/hyperframes-animation/blueprints/video-text-pivot.md +30 -0
- package/.agents/skills/hyperframes-animation/blueprints-index.md +146 -0
- package/.agents/skills/hyperframes-animation/examples/assets/avatars/02.avif +0 -0
- package/.agents/skills/hyperframes-animation/examples/assets/brands/github.avif +0 -0
- package/.agents/skills/hyperframes-animation/examples/assets/brands/nvidia.avif +0 -0
- package/.agents/skills/hyperframes-animation/examples/assets/brands/visa.avif +0 -0
- package/.agents/skills/hyperframes-animation/examples/assets/brands/zoominfo.avif +0 -0
- package/.agents/skills/hyperframes-animation/examples/brand-reveal-assemble-zoom.html +382 -0
- package/.agents/skills/hyperframes-animation/examples/comparison-split-cards.html +649 -0
- package/.agents/skills/hyperframes-animation/examples/concept-demo-decode-pan.html +520 -0
- package/.agents/skills/hyperframes-animation/examples/cta-morph-press.html +468 -0
- package/.agents/skills/hyperframes-animation/examples/cta-orbit-collapse.html +1298 -0
- package/.agents/skills/hyperframes-animation/examples/demo-page-scroll-spotlight.html +759 -0
- package/.agents/skills/hyperframes-animation/examples/hook-counter-burst.html +729 -0
- package/.agents/skills/hyperframes-animation/examples/messaging-multi-phrase.html +352 -0
- package/.agents/skills/hyperframes-animation/examples/metric-video-text-pivot.html +779 -0
- package/.agents/skills/hyperframes-animation/examples/problem-mockup-overwhelm.html +1374 -0
- package/.agents/skills/hyperframes-animation/examples/proof-logo-chain.html +861 -0
- package/.agents/skills/hyperframes-animation/examples/takeover-ticker-displace.html +347 -0
- package/.agents/skills/hyperframes-animation/examples/workflow-approve-press.html +606 -0
- package/.agents/skills/hyperframes-animation/rules/3d-page-scroll.md +227 -0
- package/.agents/skills/hyperframes-animation/rules/3d-text-depth-layers.md +297 -0
- package/.agents/skills/hyperframes-animation/rules/ai-tracking-box.md +382 -0
- package/.agents/skills/hyperframes-animation/rules/ambient-glow-bloom.md +305 -0
- package/.agents/skills/hyperframes-animation/rules/asr-keyword-glow.md +286 -0
- package/.agents/skills/hyperframes-animation/rules/avatar-cloud-network.md +371 -0
- package/.agents/skills/hyperframes-animation/rules/camera-cursor-tracking.md +246 -0
- package/.agents/skills/hyperframes-animation/rules/card-morph-anchor.md +267 -0
- package/.agents/skills/hyperframes-animation/rules/center-outward-expansion.md +227 -0
- package/.agents/skills/hyperframes-animation/rules/context-sensitive-cursor.md +257 -0
- package/.agents/skills/hyperframes-animation/rules/coordinate-target-zoom.md +332 -0
- package/.agents/skills/hyperframes-animation/rules/counting-dynamic-scale.md +283 -0
- package/.agents/skills/hyperframes-animation/rules/css-marker-patterns.md +373 -0
- package/.agents/skills/hyperframes-animation/rules/cursor-click-ripple.md +262 -0
- package/.agents/skills/hyperframes-animation/rules/depth-of-field-blur.md +313 -0
- package/.agents/skills/hyperframes-animation/rules/depth-scatter-assemble.md +303 -0
- package/.agents/skills/hyperframes-animation/rules/discrete-text-sequence.md +273 -0
- package/.agents/skills/hyperframes-animation/rules/dynamic-content-sequencing.md +307 -0
- package/.agents/skills/hyperframes-animation/rules/gsap-effects.md +299 -0
- package/.agents/skills/hyperframes-animation/rules/hacker-flip-3d.md +223 -0
- package/.agents/skills/hyperframes-animation/rules/kinetic-beat-slam.md +183 -0
- package/.agents/skills/hyperframes-animation/rules/motion-blur-streak.md +328 -0
- package/.agents/skills/hyperframes-animation/rules/multi-phase-camera.md +273 -0
- package/.agents/skills/hyperframes-animation/rules/orbit-3d-entry.md +301 -0
- package/.agents/skills/hyperframes-animation/rules/physics-press-reaction.md +350 -0
- package/.agents/skills/hyperframes-animation/rules/press-release-spring.md +296 -0
- package/.agents/skills/hyperframes-animation/rules/reactive-displacement.md +277 -0
- package/.agents/skills/hyperframes-animation/rules/scale-swap-transition.md +298 -0
- package/.agents/skills/hyperframes-animation/rules/sine-wave-loop.md +278 -0
- package/.agents/skills/hyperframes-animation/rules/split-tilt-cards.md +277 -0
- package/.agents/skills/hyperframes-animation/rules/spring-pop-entrance.md +273 -0
- package/.agents/skills/hyperframes-animation/rules/stat-bars-and-fills.md +156 -0
- package/.agents/skills/hyperframes-animation/rules/svg-icon-enrichment.md +329 -0
- package/.agents/skills/hyperframes-animation/rules/svg-path-draw.md +274 -0
- package/.agents/skills/hyperframes-animation/rules/vertical-spring-ticker.md +239 -0
- package/.agents/skills/hyperframes-animation/rules/viewport-change.md +349 -0
- package/.agents/skills/hyperframes-animation/rules-index.md +86 -0
- package/.agents/skills/hyperframes-animation/scripts/animation-map.mjs +606 -0
- package/.agents/skills/hyperframes-animation/scripts/package-loader.mjs +288 -0
- package/.agents/skills/hyperframes-animation/scripts/package-loader.test.mjs +62 -0
- package/.agents/skills/hyperframes-animation/techniques.md +507 -0
- package/.agents/skills/hyperframes-animation/transitions/TRANSITION-REGISTRY.md +167 -0
- package/.agents/skills/hyperframes-animation/transitions/catalog.md +127 -0
- package/.agents/skills/hyperframes-animation/transitions/css-3d.md +12 -0
- package/.agents/skills/hyperframes-animation/transitions/css-blur.md +51 -0
- package/.agents/skills/hyperframes-animation/transitions/css-cover.md +43 -0
- package/.agents/skills/hyperframes-animation/transitions/css-destruction.md +95 -0
- package/.agents/skills/hyperframes-animation/transitions/css-dissolve.md +66 -0
- package/.agents/skills/hyperframes-animation/transitions/css-distortion.md +45 -0
- package/.agents/skills/hyperframes-animation/transitions/css-grid.md +10 -0
- package/.agents/skills/hyperframes-animation/transitions/css-light.md +49 -0
- package/.agents/skills/hyperframes-animation/transitions/css-mechanical.md +30 -0
- package/.agents/skills/hyperframes-animation/transitions/css-other.md +25 -0
- package/.agents/skills/hyperframes-animation/transitions/css-push.md +41 -0
- package/.agents/skills/hyperframes-animation/transitions/css-radial.md +37 -0
- package/.agents/skills/hyperframes-animation/transitions/css-scale.md +24 -0
- package/.agents/skills/hyperframes-animation/transitions/overview.md +153 -0
- package/.agents/skills/hyperframes-cli/SKILL.md +113 -0
- package/.agents/skills/hyperframes-cli/references/doctor-browser.md +45 -0
- package/.agents/skills/hyperframes-cli/references/init-and-scaffold.md +55 -0
- package/.agents/skills/hyperframes-cli/references/lambda.md +132 -0
- package/.agents/skills/hyperframes-cli/references/lint-validate-inspect.md +121 -0
- package/.agents/skills/hyperframes-cli/references/preview-render.md +149 -0
- package/.agents/skills/hyperframes-cli/references/upgrade-info-misc.md +75 -0
- package/.agents/skills/hyperframes-core/SKILL.md +78 -0
- package/.agents/skills/hyperframes-core/references/composition-patterns.md +263 -0
- package/.agents/skills/hyperframes-core/references/data-attributes.md +70 -0
- package/.agents/skills/hyperframes-core/references/determinism-rules.md +68 -0
- package/.agents/skills/hyperframes-core/references/full-screen-motion.md +62 -0
- package/.agents/skills/hyperframes-core/references/minimal-composition.md +66 -0
- package/.agents/skills/hyperframes-core/references/script-format.md +49 -0
- package/.agents/skills/hyperframes-core/references/storyboard-format.md +95 -0
- package/.agents/skills/hyperframes-core/references/sub-compositions.md +237 -0
- package/.agents/skills/hyperframes-core/references/subagent-dispatch.md +41 -0
- package/.agents/skills/hyperframes-core/references/tailwind.md +125 -0
- package/.agents/skills/hyperframes-core/references/tracks-and-clips.md +76 -0
- package/.agents/skills/hyperframes-core/references/variables-and-media.md +90 -0
- package/.agents/skills/hyperframes-creative/SKILL.md +70 -0
- package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/FRAME.md +289 -0
- package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/caption-skin.html +221 -0
- package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/frame-showcase.html +1214 -0
- package/.agents/skills/hyperframes-creative/frame-presets/blockframe/FRAME.md +275 -0
- package/.agents/skills/hyperframes-creative/frame-presets/blockframe/caption-skin.html +224 -0
- package/.agents/skills/hyperframes-creative/frame-presets/blockframe/frame-showcase.html +1347 -0
- package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/FRAME.md +307 -0
- package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/caption-skin.html +223 -0
- package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/frame-showcase.html +1372 -0
- package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/FRAME.md +275 -0
- package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/caption-skin.html +230 -0
- package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/frame-showcase.html +1140 -0
- package/.agents/skills/hyperframes-creative/frame-presets/broadside/FRAME.md +284 -0
- package/.agents/skills/hyperframes-creative/frame-presets/broadside/caption-skin.html +225 -0
- package/.agents/skills/hyperframes-creative/frame-presets/broadside/frame-showcase.html +1166 -0
- package/.agents/skills/hyperframes-creative/frame-presets/capsule/FRAME.md +284 -0
- package/.agents/skills/hyperframes-creative/frame-presets/capsule/caption-skin.html +224 -0
- package/.agents/skills/hyperframes-creative/frame-presets/capsule/frame-showcase.html +1465 -0
- package/.agents/skills/hyperframes-creative/frame-presets/cartesian/FRAME.md +278 -0
- package/.agents/skills/hyperframes-creative/frame-presets/cartesian/caption-skin.html +222 -0
- package/.agents/skills/hyperframes-creative/frame-presets/cartesian/frame-showcase.html +1263 -0
- package/.agents/skills/hyperframes-creative/frame-presets/claude/FRAME.md +277 -0
- package/.agents/skills/hyperframes-creative/frame-presets/claude/caption-skin.html +224 -0
- package/.agents/skills/hyperframes-creative/frame-presets/claude/frame-showcase.html +1439 -0
- package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/FRAME.md +265 -0
- package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/caption-skin.html +238 -0
- package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/frame-showcase.html +1468 -0
- package/.agents/skills/hyperframes-creative/frame-presets/coral/FRAME.md +314 -0
- package/.agents/skills/hyperframes-creative/frame-presets/coral/caption-skin.html +226 -0
- package/.agents/skills/hyperframes-creative/frame-presets/coral/frame-showcase.html +1268 -0
- package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/FRAME.md +333 -0
- package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/caption-skin.html +227 -0
- package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/frame-showcase.html +1330 -0
- package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/FRAME.md +274 -0
- package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/caption-skin.html +230 -0
- package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/frame-showcase.html +1444 -0
- package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/FRAME.md +265 -0
- package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/caption-skin.html +223 -0
- package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/frame-showcase.html +1273 -0
- package/.agents/skills/hyperframes-creative/palettes/bold-energetic.md +14 -0
- package/.agents/skills/hyperframes-creative/palettes/clean-corporate.md +14 -0
- package/.agents/skills/hyperframes-creative/palettes/dark-premium.md +14 -0
- package/.agents/skills/hyperframes-creative/palettes/jewel-rich.md +14 -0
- package/.agents/skills/hyperframes-creative/palettes/monochrome.md +14 -0
- package/.agents/skills/hyperframes-creative/palettes/nature-earth.md +14 -0
- package/.agents/skills/hyperframes-creative/palettes/neon-electric.md +14 -0
- package/.agents/skills/hyperframes-creative/palettes/pastel-soft.md +14 -0
- package/.agents/skills/hyperframes-creative/palettes/warm-editorial.md +14 -0
- package/.agents/skills/hyperframes-creative/references/audio-reactive.md +76 -0
- package/.agents/skills/hyperframes-creative/references/beat-direction.md +164 -0
- package/.agents/skills/hyperframes-creative/references/composition-patterns.md +199 -0
- package/.agents/skills/hyperframes-creative/references/data-in-motion.md +19 -0
- package/.agents/skills/hyperframes-creative/references/design-adherence.md +19 -0
- package/.agents/skills/hyperframes-creative/references/design-picker.md +123 -0
- package/.agents/skills/hyperframes-creative/references/design-spec.md +55 -0
- package/.agents/skills/hyperframes-creative/references/house-style.md +73 -0
- package/.agents/skills/hyperframes-creative/references/motion-principles.md +150 -0
- package/.agents/skills/hyperframes-creative/references/narration.md +92 -0
- package/.agents/skills/hyperframes-creative/references/prompt-expansion.md +68 -0
- package/.agents/skills/hyperframes-creative/references/typography.md +218 -0
- package/.agents/skills/hyperframes-creative/references/video-composition.md +63 -0
- package/.agents/skills/hyperframes-creative/references/visual-styles.md +457 -0
- package/.agents/skills/hyperframes-creative/scripts/contrast-report.mjs +353 -0
- package/.agents/skills/hyperframes-creative/scripts/extract-audio-data.py +188 -0
- package/.agents/skills/hyperframes-creative/scripts/package-loader.mjs +288 -0
- package/.agents/skills/hyperframes-creative/scripts/package-loader.test.mjs +62 -0
- package/.agents/skills/hyperframes-creative/templates/design-picker.html +1432 -0
- package/.agents/skills/hyperframes-keyframes/SKILL.md +237 -0
- package/.agents/skills/hyperframes-keyframes/agents/openai.yaml +4 -0
- package/.agents/skills/hyperframes-keyframes/references/keyframe-patterns.md +106 -0
- package/.agents/skills/motion-graphics/SKILL.md +172 -0
- package/.agents/skills/motion-graphics/agents/builder.md +40 -0
- package/.agents/skills/motion-graphics/agents/director.md +53 -0
- package/.agents/skills/motion-graphics/agents/finalize.md +17 -0
- package/.agents/skills/motion-graphics/catalog-map.md +40 -0
- package/.agents/skills/motion-graphics/categories/asset-fusion/module.md +37 -0
- package/.agents/skills/motion-graphics/categories/charts/module.md +21 -0
- package/.agents/skills/motion-graphics/categories/kinetic-type/module.md +19 -0
- package/.agents/skills/motion-graphics/categories/logo-reveal/module.md +17 -0
- package/.agents/skills/motion-graphics/categories/lower-thirds/module.md +16 -0
- package/.agents/skills/motion-graphics/categories/maps/bake-basemap.mjs +273 -0
- package/.agents/skills/motion-graphics/categories/maps/module.md +61 -0
- package/.agents/skills/motion-graphics/categories/news/module.md +56 -0
- package/.agents/skills/motion-graphics/categories/stat/module.md +21 -0
- package/.agents/skills/motion-graphics/categories/tweet/module.md +16 -0
- package/.agents/skills/motion-graphics/categories/webpage/module.md +21 -0
- package/.agents/skills/motion-graphics/grounding/PROTOCOL.md +64 -0
- package/.agents/skills/motion-graphics/grounding/locate.mjs +227 -0
- package/.agents/skills/motion-graphics/phases/source/guide.md +21 -0
- package/.agents/skills/motion-graphics/references/builder-contract.md +38 -0
- package/.agents/skills/motion-graphics/references/motion-vocabulary.md +43 -0
- package/.agents/skills/motion-graphics/references/shot-plan-ir.md +54 -0
- package/.agents/skills/motion-graphics/samples/asset-fusion/_ref-circle-highlight.html +306 -0
- package/.agents/skills/product-launch-video/SKILL.md +208 -0
- package/.agents/skills/product-launch-video/references/cut-catalog.md +220 -0
- package/.agents/skills/product-launch-video/references/motion-language.md +156 -0
- package/.agents/skills/product-launch-video/references/story-design.md +373 -0
- package/.agents/skills/product-launch-video/references/visual-design.md +126 -0
- package/.agents/skills/product-launch-video/scripts/assemble-index.mjs +570 -0
- package/.agents/skills/product-launch-video/scripts/audio.mjs +260 -0
- package/.agents/skills/product-launch-video/scripts/build-frame.mjs +536 -0
- package/.agents/skills/product-launch-video/scripts/captions.mjs +508 -0
- package/.agents/skills/product-launch-video/scripts/lib/assets.mjs +55 -0
- package/.agents/skills/product-launch-video/scripts/lib/dimensions.mjs +45 -0
- package/.agents/skills/product-launch-video/scripts/lib/pad-frame-duration.mjs +36 -0
- package/.agents/skills/product-launch-video/scripts/lib/pad-frame-duration.test.mjs +76 -0
- package/.agents/skills/product-launch-video/scripts/lib/storyboard.mjs +249 -0
- package/.agents/skills/product-launch-video/scripts/lib/tokens.mjs +204 -0
- package/.agents/skills/product-launch-video/scripts/lib/transition-registry.mjs +38 -0
- package/.agents/skills/product-launch-video/scripts/lib/transitions.json +71 -0
- package/.agents/skills/product-launch-video/scripts/stage-assets.mjs +39 -0
- package/.agents/skills/product-launch-video/scripts/transitions.mjs +327 -0
- package/.agents/skills/product-launch-video/sub-agents/frame-worker.md +75 -0
- package/.agents/skills/slideshow/SKILL.md +550 -0
- package/.agents/skills/slideshow/references/standalone-harness.md +1020 -0
- package/.agents/skills/talking-head-recut/NOTICE.md +39 -0
- package/.agents/skills/talking-head-recut/SKILL.md +1195 -0
- package/.agents/skills/talking-head-recut/assets/vendor/gsap.min.js +10 -0
- package/.agents/skills/talking-head-recut/references/DESIGN_INDEX.md +145 -0
- package/.agents/skills/talking-head-recut/references/frames/clean.html +92 -0
- package/.agents/skills/talking-head-recut/references/frames/hairline.html +171 -0
- package/.agents/skills/talking-head-recut/references/frames/polaroid.html +131 -0
- package/.agents/skills/talking-head-recut/references/layouts/overlay.html +164 -0
- package/.agents/skills/talking-head-recut/references/layouts/pip.html +143 -0
- package/.agents/skills/talking-head-recut/references/layouts/split.html +121 -0
- package/.agents/skills/talking-head-recut/references/layouts/stack.html +109 -0
- package/.agents/skills/talking-head-recut/references/styles/academic.html +172 -0
- package/.agents/skills/talking-head-recut/references/styles/audit.html +170 -0
- package/.agents/skills/talking-head-recut/references/styles/editorial.html +189 -0
- package/.agents/skills/talking-head-recut/references/styles/geom.html +181 -0
- package/.agents/skills/talking-head-recut/references/styles/minimal.html +130 -0
- package/.agents/skills/talking-head-recut/references/styles/spotlight.html +142 -0
- package/.agents/skills/talking-head-recut/references/styles/swiss.html +188 -0
- package/.agents/skills/talking-head-recut/references/styles/terminal.html +196 -0
- package/.agents/skills/talking-head-recut/references/styles/whiteboard.html +170 -0
- package/.agents/skills/talking-head-recut/references/styles/xhs.html +206 -0
- package/.agents/skills/vidfarm-media/SKILL.md +85 -0
- package/.agents/skills/vidfarm-media/references/tts.md +54 -0
- package/.agents/skills/vidfarm-media/scripts/audio.mjs +628 -0
- package/.agents/skills/vidfarm-media/scripts/wait-bgm.mjs +31 -0
- package/.agents/skills/website-to-video/SKILL.md +145 -0
- package/.agents/skills/website-to-video/assets/sfx/CREDITS.md +35 -0
- package/.agents/skills/website-to-video/assets/sfx/manifest.json +97 -0
- package/.agents/skills/website-to-video/references/beat-builder-guide.md +263 -0
- package/.agents/skills/website-to-video/references/capabilities.md +713 -0
- package/.agents/skills/website-to-video/references/step-0-capture.md +55 -0
- package/.agents/skills/website-to-video/references/step-1-design.md +333 -0
- package/.agents/skills/website-to-video/references/step-2-brief.md +178 -0
- package/.agents/skills/website-to-video/references/step-3-storyboard.md +572 -0
- package/.agents/skills/website-to-video/references/step-4-vo.md +225 -0
- package/.agents/skills/website-to-video/references/step-5-build.md +483 -0
- package/.agents/skills/website-to-video/references/step-6-validate.md +341 -0
- package/.agents/skills/website-to-video/scripts/w2h-verify.mjs +759 -0
- package/SKILL.director.md +60 -4
- package/SKILL.platform.md +7 -2
- package/demo/dist/app.css +1 -1
- package/demo/dist/app.js +485 -86
- package/dist/src/account-pages-legacy.js +9 -14
- package/dist/src/app.js +659 -159
- package/dist/src/cli.js +618 -17
- package/dist/src/composition-runtime.js +286 -6
- package/dist/src/devcli/composition-edit.js +176 -8
- package/dist/src/devcli/doctor.js +192 -0
- package/dist/src/devcli/hyperframes-cli.js +118 -0
- package/dist/src/devcli/skills.js +476 -0
- package/dist/src/devcli/stills.js +249 -0
- package/dist/src/devcli/transitions.js +205 -0
- package/dist/src/editor-chat.js +260 -4
- package/dist/src/frontend/template-editor-chat.js +6 -5
- package/dist/src/homepage.js +2 -48
- package/dist/src/hyperframes/composition.js +188 -7
- package/dist/src/services/composition-lint.js +199 -0
- package/dist/src/services/hyperframes.js +127 -28
- package/dist/src/services/serverless-records.js +7 -0
- package/dist/src/template-editor-shell.js +87 -48
- package/package.json +2 -1
- package/public/assets/page-runtime-client-app.js +31 -31
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* check-overflow.cjs — mode-agnostic frame-overflow WARNING for custom mode.
|
|
4
|
+
*
|
|
5
|
+
* Template mode has check-occlusion.cjs (which also flags frame-edge overflow),
|
|
6
|
+
* but custom mode runs no gates. This is the cheap safety net: it loads the
|
|
7
|
+
* rendered index.html, seeks the GSAP timeline across the clip, and flags ANY
|
|
8
|
+
* visible text element (regardless of class) whose box leaves the canvas — i.e.
|
|
9
|
+
* captions that fall off-frame (the bug we otherwise only catch by eye).
|
|
10
|
+
*
|
|
11
|
+
* WARNING ONLY — never fails the build (custom designs may bleed intentionally).
|
|
12
|
+
* Exit 0 if it ran (with or without findings); exit 3 if it couldn't run.
|
|
13
|
+
*
|
|
14
|
+
* Usage: node check-overflow.cjs <project-dir>
|
|
15
|
+
*/
|
|
16
|
+
const path = require("path");
|
|
17
|
+
const fs = require("fs");
|
|
18
|
+
const os = require("os");
|
|
19
|
+
|
|
20
|
+
const HF_ROOTS = [
|
|
21
|
+
process.env.HYPERFRAMES_ROOT,
|
|
22
|
+
path.resolve(__dirname, "../../.."),
|
|
23
|
+
path.join(os.homedir(), "Downloads", "hyperframes"),
|
|
24
|
+
].filter(Boolean);
|
|
25
|
+
let puppeteer = null;
|
|
26
|
+
for (const root of HF_ROOTS) {
|
|
27
|
+
const cands = [path.join(root, "node_modules", "puppeteer")];
|
|
28
|
+
const bunDir = path.join(root, "node_modules", ".bun");
|
|
29
|
+
try {
|
|
30
|
+
if (fs.existsSync(bunDir)) {
|
|
31
|
+
for (const d of fs.readdirSync(bunDir))
|
|
32
|
+
if (d.startsWith("puppeteer@"))
|
|
33
|
+
cands.push(path.join(bunDir, d, "node_modules", "puppeteer"));
|
|
34
|
+
}
|
|
35
|
+
} catch {
|
|
36
|
+
/* ignore */
|
|
37
|
+
}
|
|
38
|
+
for (const p of cands) {
|
|
39
|
+
try {
|
|
40
|
+
if (fs.existsSync(p)) {
|
|
41
|
+
puppeteer = require(p);
|
|
42
|
+
break;
|
|
43
|
+
}
|
|
44
|
+
} catch {}
|
|
45
|
+
}
|
|
46
|
+
if (puppeteer) break;
|
|
47
|
+
}
|
|
48
|
+
if (!puppeteer) {
|
|
49
|
+
console.error("[overflow] puppeteer not found");
|
|
50
|
+
process.exit(3);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
async function main() {
|
|
54
|
+
const projectDir = process.argv[2];
|
|
55
|
+
const htmlName = process.argv[3] || "index.html"; // Standard mode passes "rail.html" to gate the rail too
|
|
56
|
+
const indexPath = path.resolve(projectDir, htmlName);
|
|
57
|
+
if (!fs.existsSync(indexPath)) {
|
|
58
|
+
console.error(`[overflow] missing ${indexPath}`);
|
|
59
|
+
process.exit(2);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
const html = fs.readFileSync(indexPath, "utf8");
|
|
63
|
+
const num = (re, d) => {
|
|
64
|
+
const m = html.match(re);
|
|
65
|
+
return m ? parseFloat(m[1]) : d;
|
|
66
|
+
};
|
|
67
|
+
const W = num(/data-width="([0-9.]+)"/, 1920);
|
|
68
|
+
const H = num(/data-height="([0-9.]+)"/, 1080);
|
|
69
|
+
const DUR = num(/data-duration="([0-9.]+)"/, 8);
|
|
70
|
+
|
|
71
|
+
const exe =
|
|
72
|
+
process.platform === "darwin"
|
|
73
|
+
? "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
|
|
74
|
+
: "/usr/bin/google-chrome";
|
|
75
|
+
const browser = await puppeteer.launch({
|
|
76
|
+
headless: "new",
|
|
77
|
+
executablePath: fs.existsSync(exe) ? exe : undefined,
|
|
78
|
+
args: [
|
|
79
|
+
"--disable-web-security",
|
|
80
|
+
"--allow-file-access-from-files",
|
|
81
|
+
`--window-size=${W},${H}`,
|
|
82
|
+
"--disable-dev-shm-usage",
|
|
83
|
+
],
|
|
84
|
+
});
|
|
85
|
+
try {
|
|
86
|
+
const page = await browser.newPage();
|
|
87
|
+
await page.setViewport({ width: Math.round(W), height: Math.round(H), deviceScaleFactor: 1 });
|
|
88
|
+
const waitTL = async () => {
|
|
89
|
+
const t0 = Date.now();
|
|
90
|
+
while (Date.now() - t0 < 12000) {
|
|
91
|
+
if (await page.evaluate(() => !!(window.__timelines && window.__timelines.main)))
|
|
92
|
+
return true;
|
|
93
|
+
await new Promise((r) => setTimeout(r, 200));
|
|
94
|
+
}
|
|
95
|
+
return false;
|
|
96
|
+
};
|
|
97
|
+
await page.goto(`file://${indexPath}`, { waitUntil: "load", timeout: 20000 });
|
|
98
|
+
let hasTL = await waitTL();
|
|
99
|
+
if (!hasTL) {
|
|
100
|
+
// GSAP loads from CDN — a blip leaves no timeline; retry once
|
|
101
|
+
await page.reload({ waitUntil: "load", timeout: 20000 }).catch(() => {});
|
|
102
|
+
hasTL = await waitTL();
|
|
103
|
+
}
|
|
104
|
+
if (!hasTL) {
|
|
105
|
+
// NEVER claim "ok" when we couldn't actually evaluate the animated layout.
|
|
106
|
+
console.error(
|
|
107
|
+
"[overflow] ⚠ timeline did not register (GSAP CDN blocked?) — overflow check " +
|
|
108
|
+
"INCONCLUSIVE; eyeball the render for off-frame captions.",
|
|
109
|
+
);
|
|
110
|
+
await browser.close();
|
|
111
|
+
process.exit(0);
|
|
112
|
+
}
|
|
113
|
+
await page.evaluate(async () => {
|
|
114
|
+
try {
|
|
115
|
+
await document.fonts.ready;
|
|
116
|
+
} catch {}
|
|
117
|
+
});
|
|
118
|
+
|
|
119
|
+
const times = Array.from({ length: 9 }, (_, i) => +((DUR * i) / 8).toFixed(2));
|
|
120
|
+
const found = new Map(); // key text → worst offense
|
|
121
|
+
|
|
122
|
+
for (const t of times) {
|
|
123
|
+
await page.evaluate((t) => {
|
|
124
|
+
window.__timelines.main.seek(t);
|
|
125
|
+
void document.body.offsetHeight;
|
|
126
|
+
}, t);
|
|
127
|
+
await new Promise((r) => setTimeout(r, 25));
|
|
128
|
+
const offenders = await page.evaluate(
|
|
129
|
+
(W, H) => {
|
|
130
|
+
const M = 2; // tolerance px
|
|
131
|
+
const root = document.querySelector("#stage") || document.body;
|
|
132
|
+
const out = [];
|
|
133
|
+
for (const el of root.querySelectorAll("*")) {
|
|
134
|
+
if (el.tagName === "VIDEO" || el.tagName === "AUDIO") continue;
|
|
135
|
+
const own = [...el.childNodes]
|
|
136
|
+
.filter((n) => n.nodeType === 3)
|
|
137
|
+
.map((n) => n.textContent.trim())
|
|
138
|
+
.join(" ")
|
|
139
|
+
.trim();
|
|
140
|
+
if (!own) continue;
|
|
141
|
+
const cs = getComputedStyle(el);
|
|
142
|
+
if (
|
|
143
|
+
cs.display === "none" ||
|
|
144
|
+
cs.visibility === "hidden" ||
|
|
145
|
+
parseFloat(cs.opacity) < 0.06
|
|
146
|
+
)
|
|
147
|
+
continue;
|
|
148
|
+
const b = el.getBoundingClientRect();
|
|
149
|
+
if (b.width === 0 || b.height === 0) continue;
|
|
150
|
+
const off = {
|
|
151
|
+
left: Math.max(0, Math.round(-b.left - M)),
|
|
152
|
+
right: Math.max(0, Math.round(b.right - W - M)),
|
|
153
|
+
top: Math.max(0, Math.round(-b.top - M)),
|
|
154
|
+
bottom: Math.max(0, Math.round(b.bottom - H - M)),
|
|
155
|
+
};
|
|
156
|
+
if (off.left || off.right || off.top || off.bottom)
|
|
157
|
+
out.push({ text: own.slice(0, 42), off });
|
|
158
|
+
}
|
|
159
|
+
return out;
|
|
160
|
+
},
|
|
161
|
+
W,
|
|
162
|
+
H,
|
|
163
|
+
);
|
|
164
|
+
for (const o of offenders) {
|
|
165
|
+
const sides = Object.entries(o.off)
|
|
166
|
+
.filter(([, v]) => v > 0)
|
|
167
|
+
.map(([s, v]) => `${s} ${v}px`)
|
|
168
|
+
.join(", ");
|
|
169
|
+
const prev = found.get(o.text);
|
|
170
|
+
const score = Object.values(o.off).reduce((a, b) => a + b, 0);
|
|
171
|
+
if (!prev || score > prev.score) found.set(o.text, { sides, score, t });
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
if (found.size === 0) {
|
|
176
|
+
console.log(`[overflow] ok — no caption text leaves the ${W}x${H} frame`);
|
|
177
|
+
} else {
|
|
178
|
+
console.error(
|
|
179
|
+
`[overflow] ⚠ ${found.size} caption(s) leave the frame (custom mode — WARNING only, not blocking):`,
|
|
180
|
+
);
|
|
181
|
+
for (const [text, info] of found)
|
|
182
|
+
console.error(` "${text}" → off-frame: ${info.sides} (@${info.t}s)`);
|
|
183
|
+
console.error(
|
|
184
|
+
`[overflow] if unintentional, reposition/resize; if it's deliberate bleed, ignore.`,
|
|
185
|
+
);
|
|
186
|
+
}
|
|
187
|
+
} finally {
|
|
188
|
+
await browser.close();
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
main().catch((e) => {
|
|
192
|
+
console.error("[overflow]", e.message);
|
|
193
|
+
process.exit(3);
|
|
194
|
+
});
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/*
|
|
3
|
+
* check-rail-climax.cjs — enforce the Rail ↔ climax hand-off (PIPELINE.md).
|
|
4
|
+
*
|
|
5
|
+
* node check-rail-climax.cjs <project-dir>
|
|
6
|
+
*
|
|
7
|
+
* The embed climax is a PROMOTED word — lifted out of the rail into the hero
|
|
8
|
+
* layer. It must NEVER also be revealed in the rail. This gate loads index.html
|
|
9
|
+
* (the climax) and rail.html (the verbatim rail) in headless Chromium, finds the
|
|
10
|
+
* climax's on-screen window + its word(s), then checks whether the rail reveals
|
|
11
|
+
* any of those same words DURING that window. If it does, the promoted word is
|
|
12
|
+
* duplicated on screen → exit 2 (the render aborts). Standard mode only.
|
|
13
|
+
*
|
|
14
|
+
* Conservative by design: only a CONFIRMED duplicate fails. Anything we can't
|
|
15
|
+
* determine (no rail.html, no puppeteer, timeline never registers, no climax)
|
|
16
|
+
* exits 0 — infra problems never block a render.
|
|
17
|
+
*/
|
|
18
|
+
const path = require("path");
|
|
19
|
+
const fs = require("fs");
|
|
20
|
+
const os = require("os");
|
|
21
|
+
|
|
22
|
+
const HF_ROOTS = [
|
|
23
|
+
process.env.HYPERFRAMES_ROOT,
|
|
24
|
+
path.resolve(__dirname, "../../.."),
|
|
25
|
+
path.join(os.homedir(), "Downloads", "hyperframes"),
|
|
26
|
+
].filter(Boolean);
|
|
27
|
+
|
|
28
|
+
function findInBun(root, pkg, sub) {
|
|
29
|
+
const cands = [path.join(root, "node_modules", pkg)];
|
|
30
|
+
const bunDir = path.join(root, "node_modules", ".bun");
|
|
31
|
+
try {
|
|
32
|
+
if (fs.existsSync(bunDir))
|
|
33
|
+
for (const d of fs.readdirSync(bunDir))
|
|
34
|
+
if (d.startsWith(pkg + "@")) cands.push(path.join(bunDir, d, "node_modules", pkg));
|
|
35
|
+
} catch {
|
|
36
|
+
/* ignore */
|
|
37
|
+
}
|
|
38
|
+
for (const c of cands) {
|
|
39
|
+
const p = sub ? path.join(c, sub) : c;
|
|
40
|
+
if (fs.existsSync(p)) return p;
|
|
41
|
+
}
|
|
42
|
+
return null;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
let puppeteer = null,
|
|
46
|
+
gsapSource = null;
|
|
47
|
+
for (const root of HF_ROOTS) {
|
|
48
|
+
if (!puppeteer) {
|
|
49
|
+
const p = findInBun(root, "puppeteer");
|
|
50
|
+
if (p) {
|
|
51
|
+
try {
|
|
52
|
+
puppeteer = require(p);
|
|
53
|
+
} catch {}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
if (!gsapSource) {
|
|
57
|
+
const g = findInBun(root, "gsap", path.join("dist", "gsap.min.js"));
|
|
58
|
+
if (g) gsapSource = fs.readFileSync(g, "utf8");
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
const norm = (s) =>
|
|
63
|
+
String(s)
|
|
64
|
+
.toLowerCase()
|
|
65
|
+
.replace(/[^a-z0-9]/g, "");
|
|
66
|
+
const toks = (s) =>
|
|
67
|
+
String(s)
|
|
68
|
+
.split(/\s+/)
|
|
69
|
+
.map(norm)
|
|
70
|
+
.filter((t) => t.length >= 2);
|
|
71
|
+
|
|
72
|
+
function ok(msg) {
|
|
73
|
+
if (msg) console.log(msg);
|
|
74
|
+
process.exit(0);
|
|
75
|
+
} // can't-determine / pass → never blocks
|
|
76
|
+
function fail(msg) {
|
|
77
|
+
console.error(msg);
|
|
78
|
+
process.exit(2);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
async function newPage(browser, W, H) {
|
|
82
|
+
const page = await browser.newPage();
|
|
83
|
+
await page.setViewport({ width: W, height: H, deviceScaleFactor: 1 });
|
|
84
|
+
if (gsapSource) {
|
|
85
|
+
await page.evaluateOnNewDocument(gsapSource);
|
|
86
|
+
await page.setRequestInterception(true);
|
|
87
|
+
page.on("request", (req) => {
|
|
88
|
+
const u = req.url();
|
|
89
|
+
if (req.resourceType() === "script" && /gsap/i.test(u) && /^https?:/i.test(u)) req.abort();
|
|
90
|
+
else req.continue();
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
return page;
|
|
94
|
+
}
|
|
95
|
+
async function load(page, file) {
|
|
96
|
+
await page.goto(`file://${file}`, { waitUntil: "load", timeout: 15000 });
|
|
97
|
+
const start = Date.now();
|
|
98
|
+
while (Date.now() - start < 12000) {
|
|
99
|
+
if (await page.evaluate(() => !!(window.__timelines && window.__timelines.main))) {
|
|
100
|
+
try {
|
|
101
|
+
await page.evaluate(async () => {
|
|
102
|
+
await document.fonts.ready;
|
|
103
|
+
});
|
|
104
|
+
} catch {}
|
|
105
|
+
return true;
|
|
106
|
+
}
|
|
107
|
+
await new Promise((r) => setTimeout(r, 150));
|
|
108
|
+
}
|
|
109
|
+
return false;
|
|
110
|
+
}
|
|
111
|
+
// visible text of a selector at time t, by seeking the page's main timeline.
|
|
112
|
+
// Visibility must be EFFECTIVE (own opacity × every ancestor's): a rail line that
|
|
113
|
+
// fades out as a CONTAINER leaves its word spans at opacity:1 — checking only the
|
|
114
|
+
// span's own style false-positives on text that is actually invisible.
|
|
115
|
+
async function visibleAt(page, t, selector, childSel) {
|
|
116
|
+
return page.evaluate(
|
|
117
|
+
(t, selector, childSel) => {
|
|
118
|
+
const tl = window.__timelines.main;
|
|
119
|
+
tl.seek(t);
|
|
120
|
+
void document.body.offsetHeight;
|
|
121
|
+
const eff = (el) => {
|
|
122
|
+
let o = 1,
|
|
123
|
+
n = el;
|
|
124
|
+
while (n && n.nodeType === 1) {
|
|
125
|
+
const cs = getComputedStyle(n);
|
|
126
|
+
if (cs.display === "none" || cs.visibility === "hidden") return 0;
|
|
127
|
+
o *= +cs.opacity;
|
|
128
|
+
n = n.parentElement;
|
|
129
|
+
}
|
|
130
|
+
return o;
|
|
131
|
+
};
|
|
132
|
+
const out = [];
|
|
133
|
+
for (const el of document.querySelectorAll(selector)) {
|
|
134
|
+
if (eff(el) < 0.05) continue;
|
|
135
|
+
const kids = childSel ? [...el.querySelectorAll(childSel)] : [];
|
|
136
|
+
if (kids.length) {
|
|
137
|
+
for (const k of kids) {
|
|
138
|
+
if (eff(k) > 0.05) out.push(k.textContent);
|
|
139
|
+
}
|
|
140
|
+
} else if ((el.textContent || "").trim()) out.push(el.textContent);
|
|
141
|
+
}
|
|
142
|
+
return out.join(" ").trim();
|
|
143
|
+
},
|
|
144
|
+
t,
|
|
145
|
+
selector,
|
|
146
|
+
childSel,
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
async function main() {
|
|
151
|
+
const project = path.resolve(process.argv[2] || "");
|
|
152
|
+
if (!process.argv[2]) ok("[rail-climax] usage: check-rail-climax.cjs <project-dir>");
|
|
153
|
+
const indexPath = path.join(project, "index.html");
|
|
154
|
+
const railPath = path.join(project, "rail.html");
|
|
155
|
+
if (!fs.existsSync(railPath) || !fs.existsSync(indexPath))
|
|
156
|
+
ok("[rail-climax] no rail.html+index.html — not Standard, skipping");
|
|
157
|
+
if (!puppeteer) ok("[rail-climax] puppeteer unavailable — skipping (set HYPERFRAMES_ROOT)");
|
|
158
|
+
|
|
159
|
+
const exe =
|
|
160
|
+
process.platform === "darwin"
|
|
161
|
+
? "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
|
|
162
|
+
: "/usr/bin/google-chrome";
|
|
163
|
+
let browser;
|
|
164
|
+
try {
|
|
165
|
+
browser = await puppeteer.launch({
|
|
166
|
+
headless: "new",
|
|
167
|
+
executablePath: fs.existsSync(exe) ? exe : undefined,
|
|
168
|
+
args: ["--disable-web-security", "--allow-file-access-from-files", "--disable-dev-shm-usage"],
|
|
169
|
+
});
|
|
170
|
+
} catch (e) {
|
|
171
|
+
ok(`[rail-climax] could not launch Chromium — skipping (${e.message})`);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
try {
|
|
175
|
+
// index.html → climax window + climax word tokens
|
|
176
|
+
const ip = await newPage(browser, 1920, 1080);
|
|
177
|
+
if (!(await load(ip, indexPath)))
|
|
178
|
+
ok("[rail-climax] index timeline never registered — skipping");
|
|
179
|
+
const dur =
|
|
180
|
+
+(await ip.evaluate(() => {
|
|
181
|
+
const r = document.querySelector("#root") || document.querySelector("[data-duration]");
|
|
182
|
+
return (r && r.dataset && r.dataset.duration) || 0;
|
|
183
|
+
})) || 30;
|
|
184
|
+
const STEP = 0.1;
|
|
185
|
+
const climaxTokens = new Set();
|
|
186
|
+
let winIn = null,
|
|
187
|
+
winOut = null;
|
|
188
|
+
for (let t = 0; t <= dur + 0.001; t += STEP) {
|
|
189
|
+
const txt = await visibleAt(ip, +t.toFixed(2), ".climax", "span,.w");
|
|
190
|
+
if (txt) {
|
|
191
|
+
toks(txt).forEach((w) => climaxTokens.add(w));
|
|
192
|
+
if (winIn === null) winIn = t;
|
|
193
|
+
winOut = t;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
if (!climaxTokens.size || winIn === null)
|
|
197
|
+
ok("[rail-climax] no visible climax found in index.html — skipping");
|
|
198
|
+
|
|
199
|
+
// rail.html → words visible during [winIn, winOut]
|
|
200
|
+
const rp = await newPage(browser, 1920, 1080);
|
|
201
|
+
if (!(await load(rp, railPath))) ok("[rail-climax] rail timeline never registered — skipping");
|
|
202
|
+
const hits = new Map(); // token -> first t seen
|
|
203
|
+
for (let t = Math.max(0, winIn - STEP); t <= winOut + 0.001; t += STEP) {
|
|
204
|
+
const railToks = new Set(toks(await visibleAt(rp, +t.toFixed(2), ".w", null)));
|
|
205
|
+
for (const w of climaxTokens) if (railToks.has(w) && !hits.has(w)) hits.set(w, +t.toFixed(2));
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
if (hits.size) {
|
|
209
|
+
const list = [...hits.entries()]
|
|
210
|
+
.map(([w, t]) => `"${w}" (rail shows it at t=${t}s)`)
|
|
211
|
+
.join(", ");
|
|
212
|
+
fail(
|
|
213
|
+
`[rail-climax] ✗ DUPLICATE PROMOTED WORD: the climax word(s) ${[...climaxTokens].map((w) => `"${w}"`).join(", ")} ` +
|
|
214
|
+
`are on screen during the climax window [${winIn.toFixed(2)}–${winOut.toFixed(2)}s], ` +
|
|
215
|
+
`and the rail ALSO reveals: ${list}.\n` +
|
|
216
|
+
` The promoted word must be handed off, never duplicated — see PIPELINE.md "Rail ↔ climax hand-off":\n` +
|
|
217
|
+
` freeze the rail before the promoted word, let the climax carry it, hold the climax across the rail's\n` +
|
|
218
|
+
` page-flip, and exit it at the end of the thought. The rail must never reveal the promoted word.`,
|
|
219
|
+
);
|
|
220
|
+
}
|
|
221
|
+
console.log(
|
|
222
|
+
`[rail-climax] ✓ ok — promoted word(s) ${[...climaxTokens].map((w) => `"${w}"`).join(", ")} not duplicated in the rail (window ${winIn.toFixed(2)}–${winOut.toFixed(2)}s)`,
|
|
223
|
+
);
|
|
224
|
+
} finally {
|
|
225
|
+
await Promise.race([browser.close().catch(() => {}), new Promise((r) => setTimeout(r, 8000))]);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
main()
|
|
229
|
+
.then(() => process.exit(0))
|
|
230
|
+
.catch((e) => {
|
|
231
|
+
console.error(`[rail-climax] (skipped — ${e.message})`);
|
|
232
|
+
process.exit(0);
|
|
233
|
+
});
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/* check-timing.cjs — verify plan.json word timings vs transcript.json (1:1 port of check-timing.py).
|
|
3
|
+
* node check-timing.cjs <project-dir> [--strict]
|
|
4
|
+
*/
|
|
5
|
+
const path = require("path");
|
|
6
|
+
const fs = require("fs");
|
|
7
|
+
|
|
8
|
+
const DRIFT_TOL = 0.08;
|
|
9
|
+
const CREATIVE_SUBS = {
|
|
10
|
+
"15%": ["fifteen", "percent"],
|
|
11
|
+
"1/3": ["one", "third"],
|
|
12
|
+
"2x": ["two", "times"],
|
|
13
|
+
};
|
|
14
|
+
const norm = (s) =>
|
|
15
|
+
String(s)
|
|
16
|
+
.replace(/^[ .,?!"']+|[ .,?!"']+$/g, "")
|
|
17
|
+
.toLowerCase();
|
|
18
|
+
const splitPacked = (t) =>
|
|
19
|
+
String(t)
|
|
20
|
+
.split(/<br>|\s+/)
|
|
21
|
+
.filter(Boolean);
|
|
22
|
+
|
|
23
|
+
function estimateVerticalBand(css, words, fw, fh) {
|
|
24
|
+
const top = css.match(/top:\s*(-?[\d.]+)%/);
|
|
25
|
+
if (!top) return null;
|
|
26
|
+
const topPct = parseFloat(top[1]);
|
|
27
|
+
const sizeM = css.match(/font-size:\s*calc\(\s*([\d.]+)\s*\*\s*var\(--h\)\s*\)/);
|
|
28
|
+
const fontPx = sizeM ? parseFloat(sizeM[1]) * fh : 0.05 * fh;
|
|
29
|
+
const lhM = css.match(/line-height:\s*([\d.]+)/);
|
|
30
|
+
const lh = lhM ? parseFloat(lhM[1]) : 1.1;
|
|
31
|
+
const charW = /uppercase/i.test(css) ? 0.72 : 0.6;
|
|
32
|
+
let lineCount = 1,
|
|
33
|
+
cur = 0;
|
|
34
|
+
const spaceW = fontPx * 0.3;
|
|
35
|
+
for (const w of words) {
|
|
36
|
+
const parts = String(w.text).split(/<br>/);
|
|
37
|
+
parts.forEach((part, i) => {
|
|
38
|
+
const pw = part.length * fontPx * charW;
|
|
39
|
+
if (i > 0) {
|
|
40
|
+
lineCount++;
|
|
41
|
+
cur = pw;
|
|
42
|
+
} else {
|
|
43
|
+
const test = cur + (cur > 0 ? spaceW : 0) + pw;
|
|
44
|
+
if (test > fw && cur > 0) {
|
|
45
|
+
lineCount++;
|
|
46
|
+
cur = pw;
|
|
47
|
+
} else cur = test;
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
return [topPct, topPct + (100 * (lineCount * fontPx * lh)) / fh];
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
function check(project, strict) {
|
|
55
|
+
const plan = JSON.parse(fs.readFileSync(path.join(project, "plan.json"), "utf8"));
|
|
56
|
+
const t = JSON.parse(fs.readFileSync(path.join(project, "transcript.json"), "utf8"));
|
|
57
|
+
const seq = (t.words || [])
|
|
58
|
+
.filter((w) => w.type === "word")
|
|
59
|
+
.map((w) => [norm(w.text), w.start, w.end]);
|
|
60
|
+
const issues = [];
|
|
61
|
+
const fw = plan.width || 720,
|
|
62
|
+
fh = plan.height || 1290;
|
|
63
|
+
const groups = plan.groups || [];
|
|
64
|
+
const bands = groups.map((g) =>
|
|
65
|
+
g.plane
|
|
66
|
+
? [g.id || "?", g.in, g.out, null, true]
|
|
67
|
+
: [
|
|
68
|
+
g.id || "?",
|
|
69
|
+
g.in,
|
|
70
|
+
g.out,
|
|
71
|
+
estimateVerticalBand(g.css || "", g.words || [], fw, fh),
|
|
72
|
+
g.allow_overlap || false,
|
|
73
|
+
],
|
|
74
|
+
);
|
|
75
|
+
for (let i = 0; i < bands.length; i++) {
|
|
76
|
+
const [gi, ai, bi, bbi, oki] = bands[i];
|
|
77
|
+
if (!bbi) continue;
|
|
78
|
+
for (let j = i + 1; j < bands.length; j++) {
|
|
79
|
+
const [gj, aj, bj, bbj, okj] = bands[j];
|
|
80
|
+
if (!bbj || oki || okj) continue;
|
|
81
|
+
if (Math.min(bi, bj) - Math.max(ai, aj) <= 0.05) continue;
|
|
82
|
+
if (Math.min(bbi[1], bbj[1]) - Math.max(bbi[0], bbj[0]) > 2.0)
|
|
83
|
+
issues.push(
|
|
84
|
+
`[${gi}↔${gj}] groups overlap in time (${Math.max(ai, aj).toFixed(2)}–${Math.min(bi, bj).toFixed(2)}s) AND vertically (band ${Math.max(bbi[0], bbj[0]).toFixed(0)}%–${Math.min(bbi[1], bbj[1]).toFixed(0)}%) — reposition one or add "allow_overlap": true if deliberate.`,
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
let ti = 0;
|
|
89
|
+
for (const g of groups) {
|
|
90
|
+
const gid = g.id || "?",
|
|
91
|
+
gin = g.in,
|
|
92
|
+
gout = g.out;
|
|
93
|
+
const ws = (g.words || []).map((w) => w.start),
|
|
94
|
+
we = (g.words || []).map((w) => w.end);
|
|
95
|
+
if (ws.length && gin != null) {
|
|
96
|
+
const e = Math.min(...ws);
|
|
97
|
+
if (e < gin - 0.01)
|
|
98
|
+
issues.push(
|
|
99
|
+
`[${gid}] group.in=${gin.toFixed(2)} but earliest word starts at ${e.toFixed(2)} — word delayed by ${(gin - e >= 0 ? "+" : "") + (gin - e).toFixed(2)}s. Lower group.in.`,
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
if (we.length && gout != null) {
|
|
103
|
+
const l = Math.max(...we);
|
|
104
|
+
if (l > gout + 0.01)
|
|
105
|
+
issues.push(
|
|
106
|
+
`[${gid}] group.out=${gout.toFixed(2)} but latest word ends at ${l.toFixed(2)} — word clipped. Raise group.out.`,
|
|
107
|
+
);
|
|
108
|
+
}
|
|
109
|
+
for (const w of g.words || []) {
|
|
110
|
+
// Exact pairing: a compiler that KNOWS the transcript index emits `ti` —
|
|
111
|
+
// duplicate words then pair by POSITION, not text-search (which grabs the
|
|
112
|
+
// first occurrence and reports a phantom drift). Sanity-check the text; on
|
|
113
|
+
// mismatch fall back to the text matcher below.
|
|
114
|
+
if (
|
|
115
|
+
Number.isInteger(w.ti) &&
|
|
116
|
+
seq[w.ti] &&
|
|
117
|
+
seq[w.ti][0] === norm(splitPacked(w.text)[0] || "")
|
|
118
|
+
) {
|
|
119
|
+
const drift = w.start - seq[w.ti][1];
|
|
120
|
+
if (Math.abs(drift) > DRIFT_TOL)
|
|
121
|
+
issues.push(
|
|
122
|
+
`[${gid}] '${norm(w.text)}': plan=${w.start.toFixed(3)} transcript=${seq[w.ti][1].toFixed(3)} drift ${(drift >= 0 ? "+" : "") + drift.toFixed(3)}s`,
|
|
123
|
+
);
|
|
124
|
+
ti = w.ti + 1;
|
|
125
|
+
continue;
|
|
126
|
+
}
|
|
127
|
+
const parts = splitPacked(w.text).map(norm);
|
|
128
|
+
parts.forEach((part, pi) => {
|
|
129
|
+
if (!part) return;
|
|
130
|
+
if (part in CREATIVE_SUBS) {
|
|
131
|
+
for (const sub of CREATIVE_SUBS[part]) {
|
|
132
|
+
const j = seq.findIndex((s, k) => k >= ti && s[0] === sub);
|
|
133
|
+
if (j >= 0) ti = j + 1;
|
|
134
|
+
}
|
|
135
|
+
return;
|
|
136
|
+
}
|
|
137
|
+
let found = seq.findIndex((s, k) => k >= ti && s[0] === part);
|
|
138
|
+
if (found < 0) found = seq.findIndex((s) => s[0] === part);
|
|
139
|
+
if (found < 0) {
|
|
140
|
+
issues.push(`[${gid}] '${part}': NOT IN TRANSCRIPT (plan start=${w.start.toFixed(3)})`);
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
const ts = seq[found][1];
|
|
144
|
+
ti = found + 1;
|
|
145
|
+
if (pi === 0) {
|
|
146
|
+
const drift = w.start - ts;
|
|
147
|
+
if (Math.abs(drift) > DRIFT_TOL)
|
|
148
|
+
issues.push(
|
|
149
|
+
`[${gid}] '${part}': plan=${w.start.toFixed(3)} transcript=${ts.toFixed(3)} drift ${(drift >= 0 ? "+" : "") + drift.toFixed(3)}s`,
|
|
150
|
+
);
|
|
151
|
+
} else
|
|
152
|
+
issues.push(
|
|
153
|
+
`[${gid}] '${part}' packed with '${parts[0]}': transcript=${ts.toFixed(3)} but entry has no distinct timing — split into separate word entries`,
|
|
154
|
+
);
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
const name = path.basename(project);
|
|
159
|
+
if (!issues.length) {
|
|
160
|
+
console.log(`${name}: timing OK ✓ (${seq.length} transcript words)`);
|
|
161
|
+
return 0;
|
|
162
|
+
}
|
|
163
|
+
console.log(`${name}: ${issues.length} timing issue(s):`);
|
|
164
|
+
for (const i of issues) console.log(` ${i}`);
|
|
165
|
+
return strict ? 1 : 0;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
const args = process.argv.slice(2).filter((a) => a !== "--strict");
|
|
169
|
+
if (!args.length) {
|
|
170
|
+
console.error("usage: check-timing.cjs <project-dir> [--strict]");
|
|
171
|
+
process.exit(2);
|
|
172
|
+
}
|
|
173
|
+
process.exit(check(path.resolve(args[0]), process.argv.includes("--strict")));
|