videoclaw 3.0.0-alpha.1
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.md +165 -0
- package/CLAUDE.md +232 -0
- package/LICENSE +36 -0
- package/README.md +737 -0
- package/dist/cli/args.d.ts +59 -0
- package/dist/cli/args.d.ts.map +1 -0
- package/dist/cli/args.js +279 -0
- package/dist/cli/args.js.map +1 -0
- package/dist/cli/handlers/analysis.d.ts +3 -0
- package/dist/cli/handlers/analysis.d.ts.map +1 -0
- package/dist/cli/handlers/analysis.js +111 -0
- package/dist/cli/handlers/analysis.js.map +1 -0
- package/dist/cli/handlers/audio.d.ts +25 -0
- package/dist/cli/handlers/audio.d.ts.map +1 -0
- package/dist/cli/handlers/audio.js +321 -0
- package/dist/cli/handlers/audio.js.map +1 -0
- package/dist/cli/handlers/batch.d.ts +4 -0
- package/dist/cli/handlers/batch.d.ts.map +1 -0
- package/dist/cli/handlers/batch.js +424 -0
- package/dist/cli/handlers/batch.js.map +1 -0
- package/dist/cli/handlers/candidates.d.ts +10 -0
- package/dist/cli/handlers/candidates.d.ts.map +1 -0
- package/dist/cli/handlers/candidates.js +389 -0
- package/dist/cli/handlers/candidates.js.map +1 -0
- package/dist/cli/handlers/character.d.ts +8 -0
- package/dist/cli/handlers/character.d.ts.map +1 -0
- package/dist/cli/handlers/character.js +202 -0
- package/dist/cli/handlers/character.js.map +1 -0
- package/dist/cli/handlers/clone.d.ts +5 -0
- package/dist/cli/handlers/clone.d.ts.map +1 -0
- package/dist/cli/handlers/clone.js +303 -0
- package/dist/cli/handlers/clone.js.map +1 -0
- package/dist/cli/handlers/create.d.ts +5 -0
- package/dist/cli/handlers/create.d.ts.map +1 -0
- package/dist/cli/handlers/create.js +635 -0
- package/dist/cli/handlers/create.js.map +1 -0
- package/dist/cli/handlers/execution.d.ts +5 -0
- package/dist/cli/handlers/execution.d.ts.map +1 -0
- package/dist/cli/handlers/execution.js +132 -0
- package/dist/cli/handlers/execution.js.map +1 -0
- package/dist/cli/handlers/library.d.ts +8 -0
- package/dist/cli/handlers/library.d.ts.map +1 -0
- package/dist/cli/handlers/library.js +77 -0
- package/dist/cli/handlers/library.js.map +1 -0
- package/dist/cli/handlers/media-ops.d.ts +7 -0
- package/dist/cli/handlers/media-ops.d.ts.map +1 -0
- package/dist/cli/handlers/media-ops.js +120 -0
- package/dist/cli/handlers/media-ops.js.map +1 -0
- package/dist/cli/handlers/media-production.d.ts +56 -0
- package/dist/cli/handlers/media-production.d.ts.map +1 -0
- package/dist/cli/handlers/media-production.js +673 -0
- package/dist/cli/handlers/media-production.js.map +1 -0
- package/dist/cli/handlers/motion-overlay.d.ts +10 -0
- package/dist/cli/handlers/motion-overlay.d.ts.map +1 -0
- package/dist/cli/handlers/motion-overlay.js +651 -0
- package/dist/cli/handlers/motion-overlay.js.map +1 -0
- package/dist/cli/handlers/multi-shot.d.ts +2 -0
- package/dist/cli/handlers/multi-shot.d.ts.map +1 -0
- package/dist/cli/handlers/multi-shot.js +424 -0
- package/dist/cli/handlers/multi-shot.js.map +1 -0
- package/dist/cli/handlers/project-ops.d.ts +14 -0
- package/dist/cli/handlers/project-ops.d.ts.map +1 -0
- package/dist/cli/handlers/project-ops.js +241 -0
- package/dist/cli/handlers/project-ops.js.map +1 -0
- package/dist/cli/handlers/prompt-craft.d.ts +8 -0
- package/dist/cli/handlers/prompt-craft.d.ts.map +1 -0
- package/dist/cli/handlers/prompt-craft.js +397 -0
- package/dist/cli/handlers/prompt-craft.js.map +1 -0
- package/dist/cli/handlers/provider-registration.d.ts +29 -0
- package/dist/cli/handlers/provider-registration.d.ts.map +1 -0
- package/dist/cli/handlers/provider-registration.js +225 -0
- package/dist/cli/handlers/provider-registration.js.map +1 -0
- package/dist/cli/handlers/reference-sheets.d.ts +6 -0
- package/dist/cli/handlers/reference-sheets.d.ts.map +1 -0
- package/dist/cli/handlers/reference-sheets.js +181 -0
- package/dist/cli/handlers/reference-sheets.js.map +1 -0
- package/dist/cli/handlers/reporting.d.ts +18 -0
- package/dist/cli/handlers/reporting.d.ts.map +1 -0
- package/dist/cli/handlers/reporting.js +155 -0
- package/dist/cli/handlers/reporting.js.map +1 -0
- package/dist/cli/handlers/review-portal.d.ts +8 -0
- package/dist/cli/handlers/review-portal.d.ts.map +1 -0
- package/dist/cli/handlers/review-portal.js +276 -0
- package/dist/cli/handlers/review-portal.js.map +1 -0
- package/dist/cli/handlers/show.d.ts +11 -0
- package/dist/cli/handlers/show.d.ts.map +1 -0
- package/dist/cli/handlers/show.js +136 -0
- package/dist/cli/handlers/show.js.map +1 -0
- package/dist/cli/handlers/stages.d.ts +6 -0
- package/dist/cli/handlers/stages.d.ts.map +1 -0
- package/dist/cli/handlers/stages.js +333 -0
- package/dist/cli/handlers/stages.js.map +1 -0
- package/dist/cli/handlers/studio.d.ts +2 -0
- package/dist/cli/handlers/studio.d.ts.map +1 -0
- package/dist/cli/handlers/studio.js +159 -0
- package/dist/cli/handlers/studio.js.map +1 -0
- package/dist/cli/handlers/templates.d.ts +7 -0
- package/dist/cli/handlers/templates.d.ts.map +1 -0
- package/dist/cli/handlers/templates.js +61 -0
- package/dist/cli/handlers/templates.js.map +1 -0
- package/dist/cli/provider-adapter.d.ts +3 -0
- package/dist/cli/provider-adapter.d.ts.map +1 -0
- package/dist/cli/provider-adapter.js +96 -0
- package/dist/cli/provider-adapter.js.map +1 -0
- package/dist/cli/vclaw.d.ts +15 -0
- package/dist/cli/vclaw.d.ts.map +1 -0
- package/dist/cli/vclaw.js +318 -0
- package/dist/cli/vclaw.js.map +1 -0
- package/dist/index.d.ts +79 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +68 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp/index.d.ts +3 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +3 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/server.d.ts +27 -0
- package/dist/mcp/server.d.ts.map +1 -0
- package/dist/mcp/server.js +168 -0
- package/dist/mcp/server.js.map +1 -0
- package/dist/mcp/tools.d.ts +55 -0
- package/dist/mcp/tools.d.ts.map +1 -0
- package/dist/mcp/tools.js +80 -0
- package/dist/mcp/tools.js.map +1 -0
- package/dist/video/analyze-output.d.ts +5 -0
- package/dist/video/analyze-output.d.ts.map +1 -0
- package/dist/video/analyze-output.js +7 -0
- package/dist/video/analyze-output.js.map +1 -0
- package/dist/video/archive-project.d.ts +14 -0
- package/dist/video/archive-project.d.ts.map +1 -0
- package/dist/video/archive-project.js +41 -0
- package/dist/video/archive-project.js.map +1 -0
- package/dist/video/artifact-history.d.ts +8 -0
- package/dist/video/artifact-history.d.ts.map +1 -0
- package/dist/video/artifact-history.js +12 -0
- package/dist/video/artifact-history.js.map +1 -0
- package/dist/video/artifact-store.d.ts +8 -0
- package/dist/video/artifact-store.d.ts.map +1 -0
- package/dist/video/artifact-store.js +37 -0
- package/dist/video/artifact-store.js.map +1 -0
- package/dist/video/artifact-validation.d.ts +15 -0
- package/dist/video/artifact-validation.d.ts.map +1 -0
- package/dist/video/artifact-validation.js +287 -0
- package/dist/video/artifact-validation.js.map +1 -0
- package/dist/video/artifacts.d.ts +112 -0
- package/dist/video/artifacts.d.ts.map +1 -0
- package/dist/video/artifacts.js +31 -0
- package/dist/video/artifacts.js.map +1 -0
- package/dist/video/assemble/animate-slides.d.ts +108 -0
- package/dist/video/assemble/animate-slides.d.ts.map +1 -0
- package/dist/video/assemble/animate-slides.js +152 -0
- package/dist/video/assemble/animate-slides.js.map +1 -0
- package/dist/video/assemble/animation-styles.d.ts +21 -0
- package/dist/video/assemble/animation-styles.d.ts.map +1 -0
- package/dist/video/assemble/animation-styles.js +32 -0
- package/dist/video/assemble/animation-styles.js.map +1 -0
- package/dist/video/assemble/animation-styles.json +97 -0
- package/dist/video/assemble/assemble.d.ts +24 -0
- package/dist/video/assemble/assemble.d.ts.map +1 -0
- package/dist/video/assemble/assemble.js +457 -0
- package/dist/video/assemble/assemble.js.map +1 -0
- package/dist/video/assemble/audio-concat.d.ts +61 -0
- package/dist/video/assemble/audio-concat.d.ts.map +1 -0
- package/dist/video/assemble/audio-concat.js +108 -0
- package/dist/video/assemble/audio-concat.js.map +1 -0
- package/dist/video/assemble/audio-mix-plan.d.ts +84 -0
- package/dist/video/assemble/audio-mix-plan.d.ts.map +1 -0
- package/dist/video/assemble/audio-mix-plan.js +74 -0
- package/dist/video/assemble/audio-mix-plan.js.map +1 -0
- package/dist/video/assemble/audio-utils.d.ts +32 -0
- package/dist/video/assemble/audio-utils.d.ts.map +1 -0
- package/dist/video/assemble/audio-utils.js +91 -0
- package/dist/video/assemble/audio-utils.js.map +1 -0
- package/dist/video/assemble/cut-segment.d.ts +40 -0
- package/dist/video/assemble/cut-segment.d.ts.map +1 -0
- package/dist/video/assemble/cut-segment.js +77 -0
- package/dist/video/assemble/cut-segment.js.map +1 -0
- package/dist/video/assemble/ffmpeg.d.ts +91 -0
- package/dist/video/assemble/ffmpeg.d.ts.map +1 -0
- package/dist/video/assemble/ffmpeg.js +251 -0
- package/dist/video/assemble/ffmpeg.js.map +1 -0
- package/dist/video/assemble/gemini-vision-classify.d.ts +37 -0
- package/dist/video/assemble/gemini-vision-classify.d.ts.map +1 -0
- package/dist/video/assemble/gemini-vision-classify.js +123 -0
- package/dist/video/assemble/gemini-vision-classify.js.map +1 -0
- package/dist/video/assemble/index.d.ts +47 -0
- package/dist/video/assemble/index.d.ts.map +1 -0
- package/dist/video/assemble/index.js +40 -0
- package/dist/video/assemble/index.js.map +1 -0
- package/dist/video/assemble/media-qc.d.ts +44 -0
- package/dist/video/assemble/media-qc.d.ts.map +1 -0
- package/dist/video/assemble/media-qc.js +181 -0
- package/dist/video/assemble/media-qc.js.map +1 -0
- package/dist/video/assemble/music.d.ts +51 -0
- package/dist/video/assemble/music.d.ts.map +1 -0
- package/dist/video/assemble/music.js +171 -0
- package/dist/video/assemble/music.js.map +1 -0
- package/dist/video/assemble/narration-fit.d.ts +32 -0
- package/dist/video/assemble/narration-fit.d.ts.map +1 -0
- package/dist/video/assemble/narration-fit.js +59 -0
- package/dist/video/assemble/narration-fit.js.map +1 -0
- package/dist/video/assemble/overlay.d.ts +81 -0
- package/dist/video/assemble/overlay.d.ts.map +1 -0
- package/dist/video/assemble/overlay.js +141 -0
- package/dist/video/assemble/overlay.js.map +1 -0
- package/dist/video/assemble/pdf.d.ts +46 -0
- package/dist/video/assemble/pdf.d.ts.map +1 -0
- package/dist/video/assemble/pdf.js +111 -0
- package/dist/video/assemble/pdf.js.map +1 -0
- package/dist/video/assemble/qa-dialogue-lint.d.ts +56 -0
- package/dist/video/assemble/qa-dialogue-lint.d.ts.map +1 -0
- package/dist/video/assemble/qa-dialogue-lint.js +85 -0
- package/dist/video/assemble/qa-dialogue-lint.js.map +1 -0
- package/dist/video/assemble/qa-image-filter.d.ts +52 -0
- package/dist/video/assemble/qa-image-filter.d.ts.map +1 -0
- package/dist/video/assemble/qa-image-filter.js +102 -0
- package/dist/video/assemble/qa-image-filter.js.map +1 -0
- package/dist/video/assemble/qa-image-vision.d.ts +57 -0
- package/dist/video/assemble/qa-image-vision.d.ts.map +1 -0
- package/dist/video/assemble/qa-image-vision.js +96 -0
- package/dist/video/assemble/qa-image-vision.js.map +1 -0
- package/dist/video/assemble/qa-narration-vision.d.ts +53 -0
- package/dist/video/assemble/qa-narration-vision.d.ts.map +1 -0
- package/dist/video/assemble/qa-narration-vision.js +87 -0
- package/dist/video/assemble/qa-narration-vision.js.map +1 -0
- package/dist/video/assemble/qa-narration.d.ts +53 -0
- package/dist/video/assemble/qa-narration.d.ts.map +1 -0
- package/dist/video/assemble/qa-narration.js +85 -0
- package/dist/video/assemble/qa-narration.js.map +1 -0
- package/dist/video/assemble/stitch-ad.d.ts +88 -0
- package/dist/video/assemble/stitch-ad.d.ts.map +1 -0
- package/dist/video/assemble/stitch-ad.js +161 -0
- package/dist/video/assemble/stitch-ad.js.map +1 -0
- package/dist/video/assemble/stitch.d.ts +341 -0
- package/dist/video/assemble/stitch.d.ts.map +1 -0
- package/dist/video/assemble/stitch.js +607 -0
- package/dist/video/assemble/stitch.js.map +1 -0
- package/dist/video/assemble/text-card.d.ts +78 -0
- package/dist/video/assemble/text-card.d.ts.map +1 -0
- package/dist/video/assemble/text-card.js +210 -0
- package/dist/video/assemble/text-card.js.map +1 -0
- package/dist/video/assemble/title-card.d.ts +39 -0
- package/dist/video/assemble/title-card.d.ts.map +1 -0
- package/dist/video/assemble/title-card.js +127 -0
- package/dist/video/assemble/title-card.js.map +1 -0
- package/dist/video/assemble/transcript.d.ts +66 -0
- package/dist/video/assemble/transcript.d.ts.map +1 -0
- package/dist/video/assemble/transcript.js +200 -0
- package/dist/video/assemble/transcript.js.map +1 -0
- package/dist/video/assemble/tts-elevenlabs.d.ts +52 -0
- package/dist/video/assemble/tts-elevenlabs.d.ts.map +1 -0
- package/dist/video/assemble/tts-elevenlabs.js +118 -0
- package/dist/video/assemble/tts-elevenlabs.js.map +1 -0
- package/dist/video/assemble/tts.d.ts +79 -0
- package/dist/video/assemble/tts.d.ts.map +1 -0
- package/dist/video/assemble/tts.js +131 -0
- package/dist/video/assemble/tts.js.map +1 -0
- package/dist/video/assemble/types.d.ts +43 -0
- package/dist/video/assemble/types.d.ts.map +1 -0
- package/dist/video/assemble/types.js +2 -0
- package/dist/video/assemble/types.js.map +1 -0
- package/dist/video/assemble/upscale.d.ts +43 -0
- package/dist/video/assemble/upscale.d.ts.map +1 -0
- package/dist/video/assemble/upscale.js +52 -0
- package/dist/video/assemble/upscale.js.map +1 -0
- package/dist/video/asset-spec.d.ts +15 -0
- package/dist/video/asset-spec.d.ts.map +1 -0
- package/dist/video/asset-spec.js +43 -0
- package/dist/video/asset-spec.js.map +1 -0
- package/dist/video/asset-tag-lookup.d.ts +31 -0
- package/dist/video/asset-tag-lookup.d.ts.map +1 -0
- package/dist/video/asset-tag-lookup.js +45 -0
- package/dist/video/asset-tag-lookup.js.map +1 -0
- package/dist/video/atomic-write.d.ts +2 -0
- package/dist/video/atomic-write.d.ts.map +1 -0
- package/dist/video/atomic-write.js +7 -0
- package/dist/video/atomic-write.js.map +1 -0
- package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts +29 -0
- package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts.map +1 -0
- package/dist/video/audio-platform/native-elevenlabs-sfx.js +95 -0
- package/dist/video/audio-platform/native-elevenlabs-sfx.js.map +1 -0
- package/dist/video/audio-platform/native-elevenlabs-tts.d.ts +30 -0
- package/dist/video/audio-platform/native-elevenlabs-tts.d.ts.map +1 -0
- package/dist/video/audio-platform/native-elevenlabs-tts.js +95 -0
- package/dist/video/audio-platform/native-elevenlabs-tts.js.map +1 -0
- package/dist/video/audio-platform/native-flowmusic.d.ts +21 -0
- package/dist/video/audio-platform/native-flowmusic.d.ts.map +1 -0
- package/dist/video/audio-platform/native-flowmusic.js +137 -0
- package/dist/video/audio-platform/native-flowmusic.js.map +1 -0
- package/dist/video/audio-platform/native-gemini-tts.d.ts +26 -0
- package/dist/video/audio-platform/native-gemini-tts.d.ts.map +1 -0
- package/dist/video/audio-platform/native-gemini-tts.js +202 -0
- package/dist/video/audio-platform/native-gemini-tts.js.map +1 -0
- package/dist/video/audio-platform/native-lyria.d.ts +35 -0
- package/dist/video/audio-platform/native-lyria.d.ts.map +1 -0
- package/dist/video/audio-platform/native-lyria.js +189 -0
- package/dist/video/audio-platform/native-lyria.js.map +1 -0
- package/dist/video/audio-platform/native-lyria3.d.ts +36 -0
- package/dist/video/audio-platform/native-lyria3.d.ts.map +1 -0
- package/dist/video/audio-platform/native-lyria3.js +210 -0
- package/dist/video/audio-platform/native-lyria3.js.map +1 -0
- package/dist/video/audio-platform/registry.d.ts +82 -0
- package/dist/video/audio-platform/registry.d.ts.map +1 -0
- package/dist/video/audio-platform/registry.js +189 -0
- package/dist/video/audio-platform/registry.js.map +1 -0
- package/dist/video/audio-platform/suno-backend.d.ts +11 -0
- package/dist/video/audio-platform/suno-backend.d.ts.map +1 -0
- package/dist/video/audio-platform/suno-backend.js +33 -0
- package/dist/video/audio-platform/suno-backend.js.map +1 -0
- package/dist/video/audio-platform/types.d.ts +128 -0
- package/dist/video/audio-platform/types.d.ts.map +1 -0
- package/dist/video/audio-platform/types.js +9 -0
- package/dist/video/audio-platform/types.js.map +1 -0
- package/dist/video/batch-queue.d.ts +276 -0
- package/dist/video/batch-queue.d.ts.map +1 -0
- package/dist/video/batch-queue.js +519 -0
- package/dist/video/batch-queue.js.map +1 -0
- package/dist/video/blueprint-prompt.d.ts +37 -0
- package/dist/video/blueprint-prompt.d.ts.map +1 -0
- package/dist/video/blueprint-prompt.js +107 -0
- package/dist/video/blueprint-prompt.js.map +1 -0
- package/dist/video/brand-definition.d.ts +97 -0
- package/dist/video/brand-definition.d.ts.map +1 -0
- package/dist/video/brand-definition.js +206 -0
- package/dist/video/brand-definition.js.map +1 -0
- package/dist/video/brand-dna.d.ts +101 -0
- package/dist/video/brand-dna.d.ts.map +1 -0
- package/dist/video/brand-dna.js +370 -0
- package/dist/video/brand-dna.js.map +1 -0
- package/dist/video/brand-prompt.d.ts +13 -0
- package/dist/video/brand-prompt.d.ts.map +1 -0
- package/dist/video/brand-prompt.js +26 -0
- package/dist/video/brand-prompt.js.map +1 -0
- package/dist/video/candidate-migrate.d.ts +27 -0
- package/dist/video/candidate-migrate.d.ts.map +1 -0
- package/dist/video/candidate-migrate.js +119 -0
- package/dist/video/candidate-migrate.js.map +1 -0
- package/dist/video/category-registry.d.ts +38 -0
- package/dist/video/category-registry.d.ts.map +1 -0
- package/dist/video/category-registry.js +188 -0
- package/dist/video/category-registry.js.map +1 -0
- package/dist/video/chain-fallback.d.ts +39 -0
- package/dist/video/chain-fallback.d.ts.map +1 -0
- package/dist/video/chain-fallback.js +43 -0
- package/dist/video/chain-fallback.js.map +1 -0
- package/dist/video/character-auto-create.d.ts +72 -0
- package/dist/video/character-auto-create.d.ts.map +1 -0
- package/dist/video/character-auto-create.js +392 -0
- package/dist/video/character-auto-create.js.map +1 -0
- package/dist/video/character-consistency.d.ts +3 -0
- package/dist/video/character-consistency.d.ts.map +1 -0
- package/dist/video/character-consistency.js +69 -0
- package/dist/video/character-consistency.js.map +1 -0
- package/dist/video/characters.d.ts +44 -0
- package/dist/video/characters.d.ts.map +1 -0
- package/dist/video/characters.js +96 -0
- package/dist/video/characters.js.map +1 -0
- package/dist/video/checkpoints.d.ts +16 -0
- package/dist/video/checkpoints.d.ts.map +1 -0
- package/dist/video/checkpoints.js +29 -0
- package/dist/video/checkpoints.js.map +1 -0
- package/dist/video/cinema-profile.d.ts +57 -0
- package/dist/video/cinema-profile.d.ts.map +1 -0
- package/dist/video/cinema-profile.js +89 -0
- package/dist/video/cinema-profile.js.map +1 -0
- package/dist/video/cinematography.d.ts +299 -0
- package/dist/video/cinematography.d.ts.map +1 -0
- package/dist/video/cinematography.js +914 -0
- package/dist/video/cinematography.js.map +1 -0
- package/dist/video/cli-output.d.ts +52 -0
- package/dist/video/cli-output.d.ts.map +1 -0
- package/dist/video/cli-output.js +81 -0
- package/dist/video/cli-output.js.map +1 -0
- package/dist/video/cli-schema.d.ts +40 -0
- package/dist/video/cli-schema.d.ts.map +1 -0
- package/dist/video/cli-schema.js +447 -0
- package/dist/video/cli-schema.js.map +1 -0
- package/dist/video/cost-estimate.d.ts +37 -0
- package/dist/video/cost-estimate.d.ts.map +1 -0
- package/dist/video/cost-estimate.js +103 -0
- package/dist/video/cost-estimate.js.map +1 -0
- package/dist/video/csv-export.d.ts +8 -0
- package/dist/video/csv-export.d.ts.map +1 -0
- package/dist/video/csv-export.js +133 -0
- package/dist/video/csv-export.js.map +1 -0
- package/dist/video/dependencies.d.ts +23 -0
- package/dist/video/dependencies.d.ts.map +1 -0
- package/dist/video/dependencies.js +36 -0
- package/dist/video/dependencies.js.map +1 -0
- package/dist/video/dialogue-fit.d.ts +23 -0
- package/dist/video/dialogue-fit.d.ts.map +1 -0
- package/dist/video/dialogue-fit.js +38 -0
- package/dist/video/dialogue-fit.js.map +1 -0
- package/dist/video/dialogue.d.ts +77 -0
- package/dist/video/dialogue.d.ts.map +1 -0
- package/dist/video/dialogue.js +143 -0
- package/dist/video/dialogue.js.map +1 -0
- package/dist/video/director-defaults.d.ts +37 -0
- package/dist/video/director-defaults.d.ts.map +1 -0
- package/dist/video/director-defaults.js +383 -0
- package/dist/video/director-defaults.js.map +1 -0
- package/dist/video/director-preflight.d.ts +53 -0
- package/dist/video/director-preflight.d.ts.map +1 -0
- package/dist/video/director-preflight.js +462 -0
- package/dist/video/director-preflight.js.map +1 -0
- package/dist/video/doctor-portfolio.d.ts +43 -0
- package/dist/video/doctor-portfolio.d.ts.map +1 -0
- package/dist/video/doctor-portfolio.js +137 -0
- package/dist/video/doctor-portfolio.js.map +1 -0
- package/dist/video/doctor.d.ts +13 -0
- package/dist/video/doctor.d.ts.map +1 -0
- package/dist/video/doctor.js +449 -0
- package/dist/video/doctor.js.map +1 -0
- package/dist/video/emotion-cues.d.ts +15 -0
- package/dist/video/emotion-cues.d.ts.map +1 -0
- package/dist/video/emotion-cues.js +37 -0
- package/dist/video/emotion-cues.js.map +1 -0
- package/dist/video/environment-assets.d.ts +28 -0
- package/dist/video/environment-assets.d.ts.map +1 -0
- package/dist/video/environment-assets.js +43 -0
- package/dist/video/environment-assets.js.map +1 -0
- package/dist/video/environment-auto-create.d.ts +20 -0
- package/dist/video/environment-auto-create.d.ts.map +1 -0
- package/dist/video/environment-auto-create.js +88 -0
- package/dist/video/environment-auto-create.js.map +1 -0
- package/dist/video/errors.d.ts +35 -0
- package/dist/video/errors.d.ts.map +1 -0
- package/dist/video/errors.js +117 -0
- package/dist/video/errors.js.map +1 -0
- package/dist/video/events.d.ts +11 -0
- package/dist/video/events.d.ts.map +1 -0
- package/dist/video/events.js +32 -0
- package/dist/video/events.js.map +1 -0
- package/dist/video/execute-autochain.d.ts +65 -0
- package/dist/video/execute-autochain.d.ts.map +1 -0
- package/dist/video/execute-autochain.js +165 -0
- package/dist/video/execute-autochain.js.map +1 -0
- package/dist/video/execute.d.ts +27 -0
- package/dist/video/execute.d.ts.map +1 -0
- package/dist/video/execute.js +477 -0
- package/dist/video/execute.js.map +1 -0
- package/dist/video/execution-cancel.d.ts +11 -0
- package/dist/video/execution-cancel.d.ts.map +1 -0
- package/dist/video/execution-cancel.js +85 -0
- package/dist/video/execution-cancel.js.map +1 -0
- package/dist/video/execution-plan.d.ts +5 -0
- package/dist/video/execution-plan.d.ts.map +1 -0
- package/dist/video/execution-plan.js +145 -0
- package/dist/video/execution-plan.js.map +1 -0
- package/dist/video/execution-profile.d.ts +25 -0
- package/dist/video/execution-profile.d.ts.map +1 -0
- package/dist/video/execution-profile.js +124 -0
- package/dist/video/execution-profile.js.map +1 -0
- package/dist/video/execution-runtime.d.ts +104 -0
- package/dist/video/execution-runtime.d.ts.map +1 -0
- package/dist/video/execution-runtime.js +750 -0
- package/dist/video/execution-runtime.js.map +1 -0
- package/dist/video/execution-seed.d.ts +14 -0
- package/dist/video/execution-seed.d.ts.map +1 -0
- package/dist/video/execution-seed.js +29 -0
- package/dist/video/execution-seed.js.map +1 -0
- package/dist/video/execution-status.d.ts +12 -0
- package/dist/video/execution-status.d.ts.map +1 -0
- package/dist/video/execution-status.js +666 -0
- package/dist/video/execution-status.js.map +1 -0
- package/dist/video/filmmaking-prompts.d.ts +356 -0
- package/dist/video/filmmaking-prompts.d.ts.map +1 -0
- package/dist/video/filmmaking-prompts.js +1212 -0
- package/dist/video/filmmaking-prompts.js.map +1 -0
- package/dist/video/final-media.d.ts +17 -0
- package/dist/video/final-media.d.ts.map +1 -0
- package/dist/video/final-media.js +78 -0
- package/dist/video/final-media.js.map +1 -0
- package/dist/video/finish.d.ts +99 -0
- package/dist/video/finish.d.ts.map +1 -0
- package/dist/video/finish.js +159 -0
- package/dist/video/finish.js.map +1 -0
- package/dist/video/flow-character-library.d.ts +143 -0
- package/dist/video/flow-character-library.d.ts.map +1 -0
- package/dist/video/flow-character-library.js +211 -0
- package/dist/video/flow-character-library.js.map +1 -0
- package/dist/video/flow-markers.d.ts +107 -0
- package/dist/video/flow-markers.d.ts.map +1 -0
- package/dist/video/flow-markers.js +278 -0
- package/dist/video/flow-markers.js.map +1 -0
- package/dist/video/gemini-analyze.d.ts +44 -0
- package/dist/video/gemini-analyze.d.ts.map +1 -0
- package/dist/video/gemini-analyze.js +323 -0
- package/dist/video/gemini-analyze.js.map +1 -0
- package/dist/video/gemini-continuity.d.ts +40 -0
- package/dist/video/gemini-continuity.d.ts.map +1 -0
- package/dist/video/gemini-continuity.js +145 -0
- package/dist/video/gemini-continuity.js.map +1 -0
- package/dist/video/gemini-judge.d.ts +33 -0
- package/dist/video/gemini-judge.d.ts.map +1 -0
- package/dist/video/gemini-judge.js +218 -0
- package/dist/video/gemini-judge.js.map +1 -0
- package/dist/video/gemini-key-pool.d.ts +23 -0
- package/dist/video/gemini-key-pool.d.ts.map +1 -0
- package/dist/video/gemini-key-pool.js +107 -0
- package/dist/video/gemini-key-pool.js.map +1 -0
- package/dist/video/gen-image-flow.d.ts +187 -0
- package/dist/video/gen-image-flow.d.ts.map +1 -0
- package/dist/video/gen-image-flow.js +331 -0
- package/dist/video/gen-image-flow.js.map +1 -0
- package/dist/video/gen-image.d.ts +153 -0
- package/dist/video/gen-image.d.ts.map +1 -0
- package/dist/video/gen-image.js +263 -0
- package/dist/video/gen-image.js.map +1 -0
- package/dist/video/generation-telemetry.d.ts +60 -0
- package/dist/video/generation-telemetry.d.ts.map +1 -0
- package/dist/video/generation-telemetry.js +214 -0
- package/dist/video/generation-telemetry.js.map +1 -0
- package/dist/video/http-error-safety.d.ts +9 -0
- package/dist/video/http-error-safety.d.ts.map +1 -0
- package/dist/video/http-error-safety.js +14 -0
- package/dist/video/http-error-safety.js.map +1 -0
- package/dist/video/image-dimensions.d.ts +7 -0
- package/dist/video/image-dimensions.d.ts.map +1 -0
- package/dist/video/image-dimensions.js +54 -0
- package/dist/video/image-dimensions.js.map +1 -0
- package/dist/video/legacy-import.d.ts +11 -0
- package/dist/video/legacy-import.d.ts.map +1 -0
- package/dist/video/legacy-import.js +181 -0
- package/dist/video/legacy-import.js.map +1 -0
- package/dist/video/library-clean.d.ts +34 -0
- package/dist/video/library-clean.d.ts.map +1 -0
- package/dist/video/library-clean.js +340 -0
- package/dist/video/library-clean.js.map +1 -0
- package/dist/video/lipsync.d.ts +72 -0
- package/dist/video/lipsync.d.ts.map +1 -0
- package/dist/video/lipsync.js +136 -0
- package/dist/video/lipsync.js.map +1 -0
- package/dist/video/media-host.d.ts +41 -0
- package/dist/video/media-host.d.ts.map +1 -0
- package/dist/video/media-host.js +106 -0
- package/dist/video/media-host.js.map +1 -0
- package/dist/video/metrics.d.ts +30 -0
- package/dist/video/metrics.d.ts.map +1 -0
- package/dist/video/metrics.js +81 -0
- package/dist/video/metrics.js.map +1 -0
- package/dist/video/motion-overlay/analyze-reel.d.ts +38 -0
- package/dist/video/motion-overlay/analyze-reel.d.ts.map +1 -0
- package/dist/video/motion-overlay/analyze-reel.js +185 -0
- package/dist/video/motion-overlay/analyze-reel.js.map +1 -0
- package/dist/video/motion-overlay/animate-render.d.ts +63 -0
- package/dist/video/motion-overlay/animate-render.d.ts.map +1 -0
- package/dist/video/motion-overlay/animate-render.js +128 -0
- package/dist/video/motion-overlay/animate-render.js.map +1 -0
- package/dist/video/motion-overlay/animate.d.ts +37 -0
- package/dist/video/motion-overlay/animate.d.ts.map +1 -0
- package/dist/video/motion-overlay/animate.js +97 -0
- package/dist/video/motion-overlay/animate.js.map +1 -0
- package/dist/video/motion-overlay/avatar-host-transport.d.ts +161 -0
- package/dist/video/motion-overlay/avatar-host-transport.d.ts.map +1 -0
- package/dist/video/motion-overlay/avatar-host-transport.js +325 -0
- package/dist/video/motion-overlay/avatar-host-transport.js.map +1 -0
- package/dist/video/motion-overlay/avatar-host.d.ts +131 -0
- package/dist/video/motion-overlay/avatar-host.d.ts.map +1 -0
- package/dist/video/motion-overlay/avatar-host.js +131 -0
- package/dist/video/motion-overlay/avatar-host.js.map +1 -0
- package/dist/video/motion-overlay/compose-prompt.d.ts +48 -0
- package/dist/video/motion-overlay/compose-prompt.d.ts.map +1 -0
- package/dist/video/motion-overlay/compose-prompt.js +217 -0
- package/dist/video/motion-overlay/compose-prompt.js.map +1 -0
- package/dist/video/motion-overlay/execute.d.ts +190 -0
- package/dist/video/motion-overlay/execute.d.ts.map +1 -0
- package/dist/video/motion-overlay/execute.js +205 -0
- package/dist/video/motion-overlay/execute.js.map +1 -0
- package/dist/video/motion-overlay/flow-pack.d.ts +65 -0
- package/dist/video/motion-overlay/flow-pack.d.ts.map +1 -0
- package/dist/video/motion-overlay/flow-pack.js +178 -0
- package/dist/video/motion-overlay/flow-pack.js.map +1 -0
- package/dist/video/motion-overlay/ingest.d.ts +74 -0
- package/dist/video/motion-overlay/ingest.d.ts.map +1 -0
- package/dist/video/motion-overlay/ingest.js +172 -0
- package/dist/video/motion-overlay/ingest.js.map +1 -0
- package/dist/video/motion-overlay/motifs.d.ts +63 -0
- package/dist/video/motion-overlay/motifs.d.ts.map +1 -0
- package/dist/video/motion-overlay/motifs.js +192 -0
- package/dist/video/motion-overlay/motifs.js.map +1 -0
- package/dist/video/motion-overlay/motion-style.d.ts +56 -0
- package/dist/video/motion-overlay/motion-style.d.ts.map +1 -0
- package/dist/video/motion-overlay/motion-style.js +130 -0
- package/dist/video/motion-overlay/motion-style.js.map +1 -0
- package/dist/video/motion-overlay/plan.d.ts +49 -0
- package/dist/video/motion-overlay/plan.d.ts.map +1 -0
- package/dist/video/motion-overlay/plan.js +79 -0
- package/dist/video/motion-overlay/plan.js.map +1 -0
- package/dist/video/motion-overlay/preview.d.ts +36 -0
- package/dist/video/motion-overlay/preview.d.ts.map +1 -0
- package/dist/video/motion-overlay/preview.js +169 -0
- package/dist/video/motion-overlay/preview.js.map +1 -0
- package/dist/video/motion-overlay/render-local.d.ts +118 -0
- package/dist/video/motion-overlay/render-local.d.ts.map +1 -0
- package/dist/video/motion-overlay/render-local.js +298 -0
- package/dist/video/motion-overlay/render-local.js.map +1 -0
- package/dist/video/motion-overlay/run.d.ts +58 -0
- package/dist/video/motion-overlay/run.d.ts.map +1 -0
- package/dist/video/motion-overlay/run.js +147 -0
- package/dist/video/motion-overlay/run.js.map +1 -0
- package/dist/video/motion-overlay/slice.d.ts +29 -0
- package/dist/video/motion-overlay/slice.d.ts.map +1 -0
- package/dist/video/motion-overlay/slice.js +88 -0
- package/dist/video/motion-overlay/slice.js.map +1 -0
- package/dist/video/motion-overlay/transcribe.d.ts +49 -0
- package/dist/video/motion-overlay/transcribe.d.ts.map +1 -0
- package/dist/video/motion-overlay/transcribe.js +180 -0
- package/dist/video/motion-overlay/transcribe.js.map +1 -0
- package/dist/video/motion-overlay/types.d.ts +82 -0
- package/dist/video/motion-overlay/types.d.ts.map +1 -0
- package/dist/video/motion-overlay/types.js +12 -0
- package/dist/video/motion-overlay/types.js.map +1 -0
- package/dist/video/motion-overlay/v2v-transport.d.ts +37 -0
- package/dist/video/motion-overlay/v2v-transport.d.ts.map +1 -0
- package/dist/video/motion-overlay/v2v-transport.js +178 -0
- package/dist/video/motion-overlay/v2v-transport.js.map +1 -0
- package/dist/video/motion-overlay/write.d.ts +40 -0
- package/dist/video/motion-overlay/write.d.ts.map +1 -0
- package/dist/video/motion-overlay/write.js +113 -0
- package/dist/video/motion-overlay/write.js.map +1 -0
- package/dist/video/multi-shot-artifact.d.ts +19 -0
- package/dist/video/multi-shot-artifact.d.ts.map +1 -0
- package/dist/video/multi-shot-artifact.js +44 -0
- package/dist/video/multi-shot-artifact.js.map +1 -0
- package/dist/video/multi-shot-prompt.d.ts +99 -0
- package/dist/video/multi-shot-prompt.d.ts.map +1 -0
- package/dist/video/multi-shot-prompt.js +466 -0
- package/dist/video/multi-shot-prompt.js.map +1 -0
- package/dist/video/music-video.d.ts +110 -0
- package/dist/video/music-video.d.ts.map +1 -0
- package/dist/video/music-video.js +190 -0
- package/dist/video/music-video.js.map +1 -0
- package/dist/video/narrate.d.ts +58 -0
- package/dist/video/narrate.d.ts.map +1 -0
- package/dist/video/narrate.js +145 -0
- package/dist/video/narrate.js.map +1 -0
- package/dist/video/native-dreamina.d.ts +35 -0
- package/dist/video/native-dreamina.d.ts.map +1 -0
- package/dist/video/native-dreamina.js +532 -0
- package/dist/video/native-dreamina.js.map +1 -0
- package/dist/video/native-flow-r2v.d.ts +113 -0
- package/dist/video/native-flow-r2v.d.ts.map +1 -0
- package/dist/video/native-flow-r2v.js +223 -0
- package/dist/video/native-flow-r2v.js.map +1 -0
- package/dist/video/native-runway.d.ts +41 -0
- package/dist/video/native-runway.d.ts.map +1 -0
- package/dist/video/native-runway.js +523 -0
- package/dist/video/native-runway.js.map +1 -0
- package/dist/video/native-seedance.d.ts +74 -0
- package/dist/video/native-seedance.d.ts.map +1 -0
- package/dist/video/native-seedance.js +461 -0
- package/dist/video/native-seedance.js.map +1 -0
- package/dist/video/native-veo.d.ts +20 -0
- package/dist/video/native-veo.d.ts.map +1 -0
- package/dist/video/native-veo.js +390 -0
- package/dist/video/native-veo.js.map +1 -0
- package/dist/video/next-actions.d.ts +27 -0
- package/dist/video/next-actions.d.ts.map +1 -0
- package/dist/video/next-actions.js +201 -0
- package/dist/video/next-actions.js.map +1 -0
- package/dist/video/obsidian-export.d.ts +12 -0
- package/dist/video/obsidian-export.d.ts.map +1 -0
- package/dist/video/obsidian-export.js +285 -0
- package/dist/video/obsidian-export.js.map +1 -0
- package/dist/video/obsidian-sync.d.ts +13 -0
- package/dist/video/obsidian-sync.d.ts.map +1 -0
- package/dist/video/obsidian-sync.js +479 -0
- package/dist/video/obsidian-sync.js.map +1 -0
- package/dist/video/obsidian-vault.d.ts +8 -0
- package/dist/video/obsidian-vault.d.ts.map +1 -0
- package/dist/video/obsidian-vault.js +81 -0
- package/dist/video/obsidian-vault.js.map +1 -0
- package/dist/video/outfit-prompts.d.ts +10 -0
- package/dist/video/outfit-prompts.d.ts.map +1 -0
- package/dist/video/outfit-prompts.js +14 -0
- package/dist/video/outfit-prompts.js.map +1 -0
- package/dist/video/outpaint-keyframe.d.ts +95 -0
- package/dist/video/outpaint-keyframe.d.ts.map +1 -0
- package/dist/video/outpaint-keyframe.js +244 -0
- package/dist/video/outpaint-keyframe.js.map +1 -0
- package/dist/video/pipeline-manifest.d.ts +4 -0
- package/dist/video/pipeline-manifest.d.ts.map +1 -0
- package/dist/video/pipeline-manifest.js +13 -0
- package/dist/video/pipeline-manifest.js.map +1 -0
- package/dist/video/pipeline-manifests/director.json +46 -0
- package/dist/video/pipeline-manifests/storyboard.json +46 -0
- package/dist/video/platform-specs.d.ts +26 -0
- package/dist/video/platform-specs.d.ts.map +1 -0
- package/dist/video/platform-specs.js +34 -0
- package/dist/video/platform-specs.js.map +1 -0
- package/dist/video/playbooks.d.ts +11 -0
- package/dist/video/playbooks.d.ts.map +1 -0
- package/dist/video/playbooks.js +22 -0
- package/dist/video/playbooks.js.map +1 -0
- package/dist/video/post-production.d.ts +57 -0
- package/dist/video/post-production.d.ts.map +1 -0
- package/dist/video/post-production.js +210 -0
- package/dist/video/post-production.js.map +1 -0
- package/dist/video/preview-portal/audit.d.ts +4 -0
- package/dist/video/preview-portal/audit.d.ts.map +1 -0
- package/dist/video/preview-portal/audit.js +16 -0
- package/dist/video/preview-portal/audit.js.map +1 -0
- package/dist/video/preview-portal/discovery.d.ts +23 -0
- package/dist/video/preview-portal/discovery.d.ts.map +1 -0
- package/dist/video/preview-portal/discovery.js +733 -0
- package/dist/video/preview-portal/discovery.js.map +1 -0
- package/dist/video/preview-portal/generate.d.ts +42 -0
- package/dist/video/preview-portal/generate.d.ts.map +1 -0
- package/dist/video/preview-portal/generate.js +101 -0
- package/dist/video/preview-portal/generate.js.map +1 -0
- package/dist/video/preview-portal/index.d.ts +12 -0
- package/dist/video/preview-portal/index.d.ts.map +1 -0
- package/dist/video/preview-portal/index.js +8 -0
- package/dist/video/preview-portal/index.js.map +1 -0
- package/dist/video/preview-portal/publish.d.ts +48 -0
- package/dist/video/preview-portal/publish.d.ts.map +1 -0
- package/dist/video/preview-portal/publish.js +169 -0
- package/dist/video/preview-portal/publish.js.map +1 -0
- package/dist/video/preview-portal/render.d.ts +4 -0
- package/dist/video/preview-portal/render.d.ts.map +1 -0
- package/dist/video/preview-portal/render.js +822 -0
- package/dist/video/preview-portal/render.js.map +1 -0
- package/dist/video/preview-portal/shared-assets.d.ts +6 -0
- package/dist/video/preview-portal/shared-assets.d.ts.map +1 -0
- package/dist/video/preview-portal/shared-assets.js +452 -0
- package/dist/video/preview-portal/shared-assets.js.map +1 -0
- package/dist/video/preview-portal/templates.d.ts +4 -0
- package/dist/video/preview-portal/templates.d.ts.map +1 -0
- package/dist/video/preview-portal/templates.js +109 -0
- package/dist/video/preview-portal/templates.js.map +1 -0
- package/dist/video/preview-portal/types.d.ts +246 -0
- package/dist/video/preview-portal/types.d.ts.map +1 -0
- package/dist/video/preview-portal/types.js +28 -0
- package/dist/video/preview-portal/types.js.map +1 -0
- package/dist/video/product-references.d.ts +21 -0
- package/dist/video/product-references.d.ts.map +1 -0
- package/dist/video/product-references.js +25 -0
- package/dist/video/product-references.js.map +1 -0
- package/dist/video/project-blueprint.d.ts +178 -0
- package/dist/video/project-blueprint.d.ts.map +1 -0
- package/dist/video/project-blueprint.js +286 -0
- package/dist/video/project-blueprint.js.map +1 -0
- package/dist/video/project-index.d.ts +82 -0
- package/dist/video/project-index.d.ts.map +1 -0
- package/dist/video/project-index.js +89 -0
- package/dist/video/project-index.js.map +1 -0
- package/dist/video/projects.d.ts +3 -0
- package/dist/video/projects.d.ts.map +1 -0
- package/dist/video/projects.js +18 -0
- package/dist/video/projects.js.map +1 -0
- package/dist/video/prompt-guidance.d.ts +14 -0
- package/dist/video/prompt-guidance.d.ts.map +1 -0
- package/dist/video/prompt-guidance.js +44 -0
- package/dist/video/prompt-guidance.js.map +1 -0
- package/dist/video/prompt-library.d.ts +11 -0
- package/dist/video/prompt-library.d.ts.map +1 -0
- package/dist/video/prompt-library.js +85 -0
- package/dist/video/prompt-library.js.map +1 -0
- package/dist/video/prompt-lint.d.ts +146 -0
- package/dist/video/prompt-lint.d.ts.map +1 -0
- package/dist/video/prompt-lint.js +433 -0
- package/dist/video/prompt-lint.js.map +1 -0
- package/dist/video/prompt-quality.d.ts +29 -0
- package/dist/video/prompt-quality.d.ts.map +1 -0
- package/dist/video/prompt-quality.js +532 -0
- package/dist/video/prompt-quality.js.map +1 -0
- package/dist/video/prompt-rules.d.ts +94 -0
- package/dist/video/prompt-rules.d.ts.map +1 -0
- package/dist/video/prompt-rules.js +169 -0
- package/dist/video/prompt-rules.js.map +1 -0
- package/dist/video/provider-adapter-runner.d.ts +5 -0
- package/dist/video/provider-adapter-runner.d.ts.map +1 -0
- package/dist/video/provider-adapter-runner.js +92 -0
- package/dist/video/provider-adapter-runner.js.map +1 -0
- package/dist/video/provider-platform/index.d.ts +6 -0
- package/dist/video/provider-platform/index.d.ts.map +1 -0
- package/dist/video/provider-platform/index.js +6 -0
- package/dist/video/provider-platform/index.js.map +1 -0
- package/dist/video/provider-platform/registry.d.ts +5 -0
- package/dist/video/provider-platform/registry.d.ts.map +1 -0
- package/dist/video/provider-platform/registry.js +279 -0
- package/dist/video/provider-platform/registry.js.map +1 -0
- package/dist/video/provider-platform/route-capabilities.d.ts +133 -0
- package/dist/video/provider-platform/route-capabilities.d.ts.map +1 -0
- package/dist/video/provider-platform/route-capabilities.js +192 -0
- package/dist/video/provider-platform/route-capabilities.js.map +1 -0
- package/dist/video/provider-platform/router.d.ts +7 -0
- package/dist/video/provider-platform/router.d.ts.map +1 -0
- package/dist/video/provider-platform/router.js +150 -0
- package/dist/video/provider-platform/router.js.map +1 -0
- package/dist/video/provider-platform/security.d.ts +8 -0
- package/dist/video/provider-platform/security.d.ts.map +1 -0
- package/dist/video/provider-platform/security.js +21 -0
- package/dist/video/provider-platform/security.js.map +1 -0
- package/dist/video/provider-platform/telemetry.d.ts +24 -0
- package/dist/video/provider-platform/telemetry.d.ts.map +1 -0
- package/dist/video/provider-platform/telemetry.js +88 -0
- package/dist/video/provider-platform/telemetry.js.map +1 -0
- package/dist/video/provider-platform/types.d.ts +139 -0
- package/dist/video/provider-platform/types.d.ts.map +1 -0
- package/dist/video/provider-platform/types.js +17 -0
- package/dist/video/provider-platform/types.js.map +1 -0
- package/dist/video/provider-status.d.ts +12 -0
- package/dist/video/provider-status.d.ts.map +1 -0
- package/dist/video/provider-status.js +169 -0
- package/dist/video/provider-status.js.map +1 -0
- package/dist/video/providers/dreamina-useapi.d.ts +170 -0
- package/dist/video/providers/dreamina-useapi.d.ts.map +1 -0
- package/dist/video/providers/dreamina-useapi.js +176 -0
- package/dist/video/providers/dreamina-useapi.js.map +1 -0
- package/dist/video/providers/flowmusic-useapi.d.ts +114 -0
- package/dist/video/providers/flowmusic-useapi.d.ts.map +1 -0
- package/dist/video/providers/flowmusic-useapi.js +159 -0
- package/dist/video/providers/flowmusic-useapi.js.map +1 -0
- package/dist/video/providers/google-flow.d.ts +57 -0
- package/dist/video/providers/google-flow.d.ts.map +1 -0
- package/dist/video/providers/google-flow.js +63 -0
- package/dist/video/providers/google-flow.js.map +1 -0
- package/dist/video/providers/public-host.d.ts +40 -0
- package/dist/video/providers/public-host.d.ts.map +1 -0
- package/dist/video/providers/public-host.js +91 -0
- package/dist/video/providers/public-host.js.map +1 -0
- package/dist/video/providers/runway-useapi.d.ts +159 -0
- package/dist/video/providers/runway-useapi.d.ts.map +1 -0
- package/dist/video/providers/runway-useapi.js +200 -0
- package/dist/video/providers/runway-useapi.js.map +1 -0
- package/dist/video/providers/xskill.d.ts +108 -0
- package/dist/video/providers/xskill.d.ts.map +1 -0
- package/dist/video/providers/xskill.js +233 -0
- package/dist/video/providers/xskill.js.map +1 -0
- package/dist/video/readiness.d.ts +18 -0
- package/dist/video/readiness.d.ts.map +1 -0
- package/dist/video/readiness.js +221 -0
- package/dist/video/readiness.js.map +1 -0
- package/dist/video/reference-sheet-store.d.ts +5 -0
- package/dist/video/reference-sheet-store.d.ts.map +1 -0
- package/dist/video/reference-sheet-store.js +28 -0
- package/dist/video/reference-sheet-store.js.map +1 -0
- package/dist/video/reference-sheets.d.ts +40 -0
- package/dist/video/reference-sheets.d.ts.map +1 -0
- package/dist/video/reference-sheets.js +160 -0
- package/dist/video/reference-sheets.js.map +1 -0
- package/dist/video/remix-narrated.d.ts +12 -0
- package/dist/video/remix-narrated.d.ts.map +1 -0
- package/dist/video/remix-narrated.js +73 -0
- package/dist/video/remix-narrated.js.map +1 -0
- package/dist/video/report-diff.d.ts +89 -0
- package/dist/video/report-diff.d.ts.map +1 -0
- package/dist/video/report-diff.js +176 -0
- package/dist/video/report-diff.js.map +1 -0
- package/dist/video/report-history.d.ts +40 -0
- package/dist/video/report-history.d.ts.map +1 -0
- package/dist/video/report-history.js +74 -0
- package/dist/video/report-history.js.map +1 -0
- package/dist/video/report.d.ts +15 -0
- package/dist/video/report.d.ts.map +1 -0
- package/dist/video/report.js +21 -0
- package/dist/video/report.js.map +1 -0
- package/dist/video/review-ui.d.ts +180 -0
- package/dist/video/review-ui.d.ts.map +1 -0
- package/dist/video/review-ui.js +2008 -0
- package/dist/video/review-ui.js.map +1 -0
- package/dist/video/scene-candidate-store.d.ts +12 -0
- package/dist/video/scene-candidate-store.d.ts.map +1 -0
- package/dist/video/scene-candidate-store.js +134 -0
- package/dist/video/scene-candidate-store.js.map +1 -0
- package/dist/video/scene-candidates.d.ts +57 -0
- package/dist/video/scene-candidates.d.ts.map +1 -0
- package/dist/video/scene-candidates.js +149 -0
- package/dist/video/scene-candidates.js.map +1 -0
- package/dist/video/scene-selection-store.d.ts +5 -0
- package/dist/video/scene-selection-store.d.ts.map +1 -0
- package/dist/video/scene-selection-store.js +22 -0
- package/dist/video/scene-selection-store.js.map +1 -0
- package/dist/video/scene-selection.d.ts +83 -0
- package/dist/video/scene-selection.d.ts.map +1 -0
- package/dist/video/scene-selection.js +225 -0
- package/dist/video/scene-selection.js.map +1 -0
- package/dist/video/scheduling.d.ts +3 -0
- package/dist/video/scheduling.d.ts.map +1 -0
- package/dist/video/scheduling.js +16 -0
- package/dist/video/scheduling.js.map +1 -0
- package/dist/video/scorecard.d.ts +12 -0
- package/dist/video/scorecard.d.ts.map +1 -0
- package/dist/video/scorecard.js +68 -0
- package/dist/video/scorecard.js.map +1 -0
- package/dist/video/seedance-asset-library.d.ts +82 -0
- package/dist/video/seedance-asset-library.d.ts.map +1 -0
- package/dist/video/seedance-asset-library.js +146 -0
- package/dist/video/seedance-asset-library.js.map +1 -0
- package/dist/video/seedance-blocks.d.ts +56 -0
- package/dist/video/seedance-blocks.d.ts.map +1 -0
- package/dist/video/seedance-blocks.js +97 -0
- package/dist/video/seedance-blocks.js.map +1 -0
- package/dist/video/seedance-chain-host.d.ts +42 -0
- package/dist/video/seedance-chain-host.d.ts.map +1 -0
- package/dist/video/seedance-chain-host.js +128 -0
- package/dist/video/seedance-chain-host.js.map +1 -0
- package/dist/video/seedance-content-filter.d.ts +80 -0
- package/dist/video/seedance-content-filter.d.ts.map +1 -0
- package/dist/video/seedance-content-filter.js +293 -0
- package/dist/video/seedance-content-filter.js.map +1 -0
- package/dist/video/seedance-skill-loader.d.ts +40 -0
- package/dist/video/seedance-skill-loader.d.ts.map +1 -0
- package/dist/video/seedance-skill-loader.js +53 -0
- package/dist/video/seedance-skill-loader.js.map +1 -0
- package/dist/video/sfx.d.ts +49 -0
- package/dist/video/sfx.d.ts.map +1 -0
- package/dist/video/sfx.js +104 -0
- package/dist/video/sfx.js.map +1 -0
- package/dist/video/shot-grammar.d.ts +103 -0
- package/dist/video/shot-grammar.d.ts.map +1 -0
- package/dist/video/shot-grammar.js +286 -0
- package/dist/video/shot-grammar.js.map +1 -0
- package/dist/video/show-bible.d.ts +113 -0
- package/dist/video/show-bible.d.ts.map +1 -0
- package/dist/video/show-bible.js +140 -0
- package/dist/video/show-bible.js.map +1 -0
- package/dist/video/soundtrack.d.ts +72 -0
- package/dist/video/soundtrack.d.ts.map +1 -0
- package/dist/video/soundtrack.js +171 -0
- package/dist/video/soundtrack.js.map +1 -0
- package/dist/video/stage-guards.d.ts +4 -0
- package/dist/video/stage-guards.d.ts.map +1 -0
- package/dist/video/stage-guards.js +94 -0
- package/dist/video/stage-guards.js.map +1 -0
- package/dist/video/status.d.ts +69 -0
- package/dist/video/status.d.ts.map +1 -0
- package/dist/video/status.js +245 -0
- package/dist/video/status.js.map +1 -0
- package/dist/video/story-bible.d.ts +70 -0
- package/dist/video/story-bible.d.ts.map +1 -0
- package/dist/video/story-bible.js +181 -0
- package/dist/video/story-bible.js.map +1 -0
- package/dist/video/storyboard-grid.d.ts +28 -0
- package/dist/video/storyboard-grid.d.ts.map +1 -0
- package/dist/video/storyboard-grid.js +231 -0
- package/dist/video/storyboard-grid.js.map +1 -0
- package/dist/video/storyboard-markdown.d.ts +62 -0
- package/dist/video/storyboard-markdown.d.ts.map +1 -0
- package/dist/video/storyboard-markdown.js +332 -0
- package/dist/video/storyboard-markdown.js.map +1 -0
- package/dist/video/storyboard-still-candidates.d.ts +31 -0
- package/dist/video/storyboard-still-candidates.d.ts.map +1 -0
- package/dist/video/storyboard-still-candidates.js +57 -0
- package/dist/video/storyboard-still-candidates.js.map +1 -0
- package/dist/video/storyboard-templates.d.ts +28 -0
- package/dist/video/storyboard-templates.d.ts.map +1 -0
- package/dist/video/storyboard-templates.js +215 -0
- package/dist/video/storyboard-templates.js.map +1 -0
- package/dist/video/studio/execute.d.ts +142 -0
- package/dist/video/studio/execute.d.ts.map +1 -0
- package/dist/video/studio/execute.js +270 -0
- package/dist/video/studio/execute.js.map +1 -0
- package/dist/video/studio/planner.d.ts +3 -0
- package/dist/video/studio/planner.d.ts.map +1 -0
- package/dist/video/studio/planner.js +110 -0
- package/dist/video/studio/planner.js.map +1 -0
- package/dist/video/studio/project-context.d.ts +4 -0
- package/dist/video/studio/project-context.d.ts.map +1 -0
- package/dist/video/studio/project-context.js +20 -0
- package/dist/video/studio/project-context.js.map +1 -0
- package/dist/video/studio/recipes.d.ts +4 -0
- package/dist/video/studio/recipes.d.ts.map +1 -0
- package/dist/video/studio/recipes.js +343 -0
- package/dist/video/studio/recipes.js.map +1 -0
- package/dist/video/studio/session.d.ts +8 -0
- package/dist/video/studio/session.d.ts.map +1 -0
- package/dist/video/studio/session.js +17 -0
- package/dist/video/studio/session.js.map +1 -0
- package/dist/video/studio/types.d.ts +59 -0
- package/dist/video/studio/types.d.ts.map +1 -0
- package/dist/video/studio/types.js +2 -0
- package/dist/video/studio/types.js.map +1 -0
- package/dist/video/template-store.d.ts +65 -0
- package/dist/video/template-store.d.ts.map +1 -0
- package/dist/video/template-store.js +168 -0
- package/dist/video/template-store.js.map +1 -0
- package/dist/video/timeline.d.ts +8 -0
- package/dist/video/timeline.d.ts.map +1 -0
- package/dist/video/timeline.js +21 -0
- package/dist/video/timeline.js.map +1 -0
- package/dist/video/title-overlay.d.ts +85 -0
- package/dist/video/title-overlay.d.ts.map +1 -0
- package/dist/video/title-overlay.js +163 -0
- package/dist/video/title-overlay.js.map +1 -0
- package/dist/video/types.d.ts +403 -0
- package/dist/video/types.d.ts.map +1 -0
- package/dist/video/types.js +2 -0
- package/dist/video/types.js.map +1 -0
- package/dist/video/veo-subprocess.d.ts +27 -0
- package/dist/video/veo-subprocess.d.ts.map +1 -0
- package/dist/video/veo-subprocess.js +52 -0
- package/dist/video/veo-subprocess.js.map +1 -0
- package/dist/video/verify-env.d.ts +43 -0
- package/dist/video/verify-env.d.ts.map +1 -0
- package/dist/video/verify-env.js +156 -0
- package/dist/video/verify-env.js.map +1 -0
- package/dist/video/verify-final.d.ts +20 -0
- package/dist/video/verify-final.d.ts.map +1 -0
- package/dist/video/verify-final.js +39 -0
- package/dist/video/verify-final.js.map +1 -0
- package/dist/video/video-context.d.ts +10 -0
- package/dist/video/video-context.d.ts.map +1 -0
- package/dist/video/video-context.js +74 -0
- package/dist/video/video-context.js.map +1 -0
- package/dist/video/vocal-map.d.ts +55 -0
- package/dist/video/vocal-map.d.ts.map +1 -0
- package/dist/video/vocal-map.js +107 -0
- package/dist/video/vocal-map.js.map +1 -0
- package/dist/video/vocal-sync-plan.d.ts +76 -0
- package/dist/video/vocal-sync-plan.d.ts.map +1 -0
- package/dist/video/vocal-sync-plan.js +166 -0
- package/dist/video/vocal-sync-plan.js.map +1 -0
- package/dist/video/voice-clone.d.ts +152 -0
- package/dist/video/voice-clone.d.ts.map +1 -0
- package/dist/video/voice-clone.js +267 -0
- package/dist/video/voice-clone.js.map +1 -0
- package/dist/video/with-retry.d.ts +67 -0
- package/dist/video/with-retry.d.ts.map +1 -0
- package/dist/video/with-retry.js +105 -0
- package/dist/video/with-retry.js.map +1 -0
- package/dist/video/workload.d.ts +20 -0
- package/dist/video/workload.d.ts.map +1 -0
- package/dist/video/workload.js +55 -0
- package/dist/video/workload.js.map +1 -0
- package/dist/video/workspace.d.ts +109 -0
- package/dist/video/workspace.d.ts.map +1 -0
- package/dist/video/workspace.js +132 -0
- package/dist/video/workspace.js.map +1 -0
- package/docs/AGENT_INTEGRATION_RESEARCH.md +123 -0
- package/docs/AI_FILMMAKING_PROMPTS.md +195 -0
- package/docs/ARCHITECTURE.md +257 -0
- package/docs/ASSEMBLE.md +376 -0
- package/docs/BRAND_AGENCY.md +63 -0
- package/docs/CLAWBOT_COVERAGE_PROMPT.md +78 -0
- package/docs/CLI_REFERENCE.md +2638 -0
- package/docs/CONCIERGE_PROMPT.md +139 -0
- package/docs/Claude Code + Higgsfield MCP = FULL Creative Agency.md +179 -0
- package/docs/DEMO_RECORDING.md +61 -0
- package/docs/DEPRECATION.md +79 -0
- package/docs/DIAGRAMS_SOURCE.md +347 -0
- package/docs/DIRECTOR_BLUEPRINT.md +94 -0
- package/docs/GENERATION_TELEMETRY.md +81 -0
- package/docs/IMPROVE_PROMPT.md +76 -0
- package/docs/INFOGRAPHICS_PROMPT.md +83 -0
- package/docs/MASTER_PLAN_ALIGNMENT.md +563 -0
- package/docs/MIGRATION.md +213 -0
- package/docs/MOTION_OVERLAY.md +355 -0
- package/docs/OBSIDIAN.md +300 -0
- package/docs/OPERATIONS.md +142 -0
- package/docs/OPERATOR_HANDOFF.md +108 -0
- package/docs/PRODUCTION_WORKFLOW.md +148 -0
- package/docs/PROJECT_LAYOUT.md +262 -0
- package/docs/PROMPT_QUALITY.md +214 -0
- package/docs/PROVIDER_PLATFORM.md +195 -0
- package/docs/PUBLISHING.md +175 -0
- package/docs/PYTHON_PIPELINE.md +139 -0
- package/docs/REFERENCE_SHEETS.md +469 -0
- package/docs/REFERENCE_VIDEO_SEEDANCE_MOTION_DESIGN_WORKFLOW.md +465 -0
- package/docs/RELEASE_READINESS.md +573 -0
- package/docs/REVIEW_UI_STORYBOARD_WORKFLOW.md +200 -0
- package/docs/SCENE_CANDIDATES.md +518 -0
- package/docs/SKILLS.md +477 -0
- package/docs/SKILL_COHESION_PROMPT.md +88 -0
- package/docs/STORY_BIBLE.md +288 -0
- package/docs/STUDIO.md +96 -0
- package/docs/TEMPLATES.md +143 -0
- package/docs/UNIFICATION_AUDIT.md +321 -0
- package/docs/UPDATE_DOCS_PROMPT.md +78 -0
- package/docs/assets/demo-quickstart.cast +13 -0
- package/docs/assets/demo-quickstart.gif +0 -0
- package/docs/assets/diagram-architecture.jpg +0 -0
- package/docs/assets/diagram-assemble.jpg +0 -0
- package/docs/assets/diagram-lifecycle.jpg +0 -0
- package/docs/assets/diagram-obsidian-loop.jpg +0 -0
- package/docs/assets/diagram-obsidian-vault.jpg +0 -0
- package/docs/assets/diagram-routing.jpg +0 -0
- package/docs/assets/diagram-skills-ecosystem.jpg +0 -0
- package/docs/assets/diagram-story-bible.jpg +0 -0
- package/docs/assets/diagram-studio-goals.jpg +0 -0
- package/docs/assets/docsite-preview.png +0 -0
- package/docs/assets/logo.jpg +0 -0
- package/docs/assets/logo.png +0 -0
- package/docs/preview-portal-audit.md +151 -0
- package/package.json +119 -0
- package/playbooks/seedance-ugc.json +32 -0
- package/playbooks/veo-generic.json +26 -0
- package/references/video/.fixtures/multi-shot-runway-10s.txt +9 -0
- package/references/video/.fixtures/multi-shot-seedance-10s.txt +9 -0
- package/references/video/.fixtures/multi-shot-valid.txt +13 -0
- package/references/video/.fixtures/multi-shot-veo-8s.txt +9 -0
- package/references/video/ai-director-blueprint.md +614 -0
- package/references/video/camera-bible.md +294 -0
- package/references/video/character-reference-sheet.md +14 -0
- package/references/video/checkpoint-protocol.md +26 -0
- package/references/video/clone-ad-template-workflow.md +14 -0
- package/references/video/dialogue-duration-preflight.md +17 -0
- package/references/video/generation-telemetry.md +18 -0
- package/references/video/multi-shot-framework.md +455 -0
- package/references/video/seedance-skills/01-cinematic.md +1329 -0
- package/references/video/seedance-skills/02-3d-cgi.md +884 -0
- package/references/video/seedance-skills/03-cartoon.md +1668 -0
- package/references/video/seedance-skills/04-comic-to-video.md +1810 -0
- package/references/video/seedance-skills/05-fight-scenes.md +741 -0
- package/references/video/seedance-skills/06-motion-design-ad.md +1145 -0
- package/references/video/seedance-skills/07-ecommerce-ad.md +928 -0
- package/references/video/seedance-skills/08-anime-action.md +1145 -0
- package/references/video/seedance-skills/09-product-360.md +988 -0
- package/references/video/seedance-skills/10-music-video.md +1662 -0
- package/references/video/seedance-skills/11-social-hook.md +1874 -0
- package/references/video/seedance-skills/12-brand-story.md +1151 -0
- package/references/video/seedance-skills/13-fashion-lookbook.md +1236 -0
- package/references/video/seedance-skills/14-food-beverage.md +1110 -0
- package/references/video/seedance-skills/15-real-estate.md +2344 -0
- package/references/video/seedance-transport-payloads.md +144 -0
- package/references/video/seedance-ugc-formulas.md +104 -0
- package/references/video/stage-directors.md +47 -0
- package/references/video/style-template-schema.md +40 -0
- package/references/video/veo-prompting-guide.md +42 -0
- package/schemas/video/artifacts/analyze-output.schema.json +60 -0
- package/schemas/video/artifacts/assemble-report.schema.json +116 -0
- package/schemas/video/artifacts/asset-manifest.schema.json +23 -0
- package/schemas/video/artifacts/batch-queue-manifest.schema.json +59 -0
- package/schemas/video/artifacts/brand-definition.schema.json +93 -0
- package/schemas/video/artifacts/brand-dna.schema.json +55 -0
- package/schemas/video/artifacts/brief.schema.json +13 -0
- package/schemas/video/artifacts/clone-plan.schema.json +44 -0
- package/schemas/video/artifacts/dialogue.schema.json +52 -0
- package/schemas/video/artifacts/environment-assets.schema.json +30 -0
- package/schemas/video/artifacts/execution-plan.schema.json +64 -0
- package/schemas/video/artifacts/execution-report.schema.json +37 -0
- package/schemas/video/artifacts/filmmaking-prompts.schema.json +129 -0
- package/schemas/video/artifacts/flow-characters.schema.json +31 -0
- package/schemas/video/artifacts/flow-voices.schema.json +30 -0
- package/schemas/video/artifacts/motion-overlay-plan.schema.json +50 -0
- package/schemas/video/artifacts/multi-shot-prompt.schema.json +90 -0
- package/schemas/video/artifacts/music-video-config.schema.json +108 -0
- package/schemas/video/artifacts/narration.schema.json +54 -0
- package/schemas/video/artifacts/product-references.schema.json +29 -0
- package/schemas/video/artifacts/project-blueprint.schema.json +236 -0
- package/schemas/video/artifacts/publish-report.schema.json +12 -0
- package/schemas/video/artifacts/reference-sheets.schema.json +85 -0
- package/schemas/video/artifacts/review-report.schema.json +12 -0
- package/schemas/video/artifacts/scene-candidates.schema.json +86 -0
- package/schemas/video/artifacts/scene-selection.schema.json +50 -0
- package/schemas/video/artifacts/seedance-assets.schema.json +31 -0
- package/schemas/video/artifacts/sfx.schema.json +31 -0
- package/schemas/video/artifacts/show-bible.schema.json +66 -0
- package/schemas/video/artifacts/soundtrack.schema.json +39 -0
- package/schemas/video/artifacts/story-bible.schema.json +131 -0
- package/schemas/video/artifacts/storyboard.schema.json +58 -0
- package/schemas/video/artifacts/voice-clones.schema.json +37 -0
- package/schemas/video/brand-profile.schema.json +20 -0
- package/schemas/video/errors.json +48 -0
- package/schemas/video/pipeline-manifest.schema.json +51 -0
- package/skills/README.md +113 -0
- package/skills/ai-director/SKILL.md +140 -0
- package/skills/ai-filmmaking/SKILL.md +239 -0
- package/skills/ai-slop-cleaner/SKILL.md +114 -0
- package/skills/brand-agency/SKILL.md +181 -0
- package/skills/brand-presenter/SKILL.md +114 -0
- package/skills/build-fix/SKILL.md +145 -0
- package/skills/bunty/SKILL.md +41 -0
- package/skills/catalog.json +326 -0
- package/skills/character-ad/SKILL.md +154 -0
- package/skills/character-creator/SKILL.md +303 -0
- package/skills/character-library/README.md +12 -0
- package/skills/character-library/SKILL.md +110 -0
- package/skills/clawbot/SKILL.md +26 -0
- package/skills/concierge/SKILL.md +183 -0
- package/skills/configure-notifications/SKILL.md +286 -0
- package/skills/davendra-presenter/SKILL.md +27 -0
- package/skills/davendra-presenter/assets/davendra_intro_1.jpg +0 -0
- package/skills/davendra-presenter/assets/davendra_intro_2.jpg +0 -0
- package/skills/davendra-presenter/assets/davendra_outro_1.jpg +0 -0
- package/skills/davendra-presenter/assets/davendra_outro_2.jpg +0 -0
- package/skills/deep-interview/SKILL.md +358 -0
- package/skills/deepsearch/SKILL.md +38 -0
- package/skills/doctor/SKILL.md +200 -0
- package/skills/graphify/SKILL.md +616 -0
- package/skills/help/SKILL.md +200 -0
- package/skills/higgsfield-generate/SKILL.md +171 -0
- package/skills/improvement-run/SKILL.md +47 -0
- package/skills/motion-reel/SKILL.md +102 -0
- package/skills/movie-director/SKILL.md +338 -0
- package/skills/multi-shot-prompt/SKILL.md +77 -0
- package/skills/nex-presenter/SKILL.md +25 -0
- package/skills/nex-presenter/assets/logo_manifest.json +26 -0
- package/skills/nex-presenter/assets/logo_source.jpg +0 -0
- package/skills/nex-presenter/assets/nex_brief_intro.mp4 +0 -0
- package/skills/nex-presenter/assets/nex_intro_1.jpg +0 -0
- package/skills/nex-presenter/assets/nex_intro_2.jpg +0 -0
- package/skills/nex-presenter/assets/nex_outro_1.jpg +0 -0
- package/skills/nex-presenter/assets/nex_outro_2.jpg +0 -0
- package/skills/nex-presenter/assets/text_overlay.png +0 -0
- package/skills/note/SKILL.md +62 -0
- package/skills/pipeline/SKILL.md +86 -0
- package/skills/review/SKILL.md +38 -0
- package/skills/runway/SKILL.md +131 -0
- package/skills/seedance-prompts/SKILL.md +194 -0
- package/skills/skill/SKILL.md +835 -0
- package/skills/skills-auditor/SKILL.md +73 -0
- package/skills/studio-mode/SKILL.md +148 -0
- package/skills/ugc/SKILL.md +386 -0
- package/skills/ui-ux-pro-max/SKILL.md +386 -0
- package/skills/video-analyze-template/SKILL.md +77 -0
- package/skills/video-clone-ad/SKILL.md +67 -0
- package/skills/video-framework/SKILL.md +201 -0
- package/skills/video-portfolio-ops/SKILL.md +84 -0
- package/skills/video-post/SKILL.md +97 -0
- package/skills/video-production-handoff/SKILL.md +130 -0
- package/skills/video-release-readiness/SKILL.md +93 -0
- package/skills/video-replicator/SKILL.md +368 -0
- package/skills/video-review-ui-qa/SKILL.md +103 -0
- package/skills/video-storyboard/SKILL.md +71 -0
- package/skills/video-thumbnail-lab/SKILL.md +67 -0
- package/skills/web-clone/SKILL.md +366 -0
- package/skills/worker/SKILL.md +106 -0
- package/skills/youtube-audio/SKILL.md +114 -0
- package/src/video/analyze-output.ts +10 -0
- package/src/video/archive-project.ts +65 -0
- package/src/video/artifact-history.ts +23 -0
- package/src/video/artifact-store.ts +59 -0
- package/src/video/artifact-validation.ts +268 -0
- package/src/video/artifacts.ts +156 -0
- package/src/video/assemble/animate-slides.ts +199 -0
- package/src/video/assemble/animation-styles.json +97 -0
- package/src/video/assemble/animation-styles.ts +54 -0
- package/src/video/assemble/assemble.ts +547 -0
- package/src/video/assemble/audio-concat.ts +165 -0
- package/src/video/assemble/audio-mix-plan.ts +150 -0
- package/src/video/assemble/audio-utils.ts +101 -0
- package/src/video/assemble/cut-segment.ts +121 -0
- package/src/video/assemble/ffmpeg.ts +333 -0
- package/src/video/assemble/gemini-vision-classify.ts +153 -0
- package/src/video/assemble/index.ts +247 -0
- package/src/video/assemble/media-qc.ts +252 -0
- package/src/video/assemble/music.ts +261 -0
- package/src/video/assemble/narration-fit.ts +90 -0
- package/src/video/assemble/overlay.ts +225 -0
- package/src/video/assemble/pdf.ts +169 -0
- package/src/video/assemble/qa-dialogue-lint.ts +129 -0
- package/src/video/assemble/qa-image-filter.ts +147 -0
- package/src/video/assemble/qa-image-vision.ts +154 -0
- package/src/video/assemble/qa-narration-vision.ts +135 -0
- package/src/video/assemble/qa-narration.ts +139 -0
- package/src/video/assemble/stitch-ad.ts +222 -0
- package/src/video/assemble/stitch.ts +918 -0
- package/src/video/assemble/text-card.ts +285 -0
- package/src/video/assemble/title-card.ts +186 -0
- package/src/video/assemble/transcript.ts +240 -0
- package/src/video/assemble/tts-elevenlabs.ts +182 -0
- package/src/video/assemble/tts.ts +227 -0
- package/src/video/assemble/types.ts +45 -0
- package/src/video/assemble/upscale.ts +80 -0
- package/src/video/asset-spec.ts +53 -0
- package/src/video/asset-tag-lookup.ts +51 -0
- package/src/video/atomic-write.ts +7 -0
- package/src/video/audio-platform/native-elevenlabs-sfx.ts +128 -0
- package/src/video/audio-platform/native-elevenlabs-tts.ts +119 -0
- package/src/video/audio-platform/native-flowmusic.ts +167 -0
- package/src/video/audio-platform/native-gemini-tts.ts +226 -0
- package/src/video/audio-platform/native-lyria.ts +231 -0
- package/src/video/audio-platform/native-lyria3.ts +244 -0
- package/src/video/audio-platform/registry.ts +220 -0
- package/src/video/audio-platform/suno-backend.ts +36 -0
- package/src/video/audio-platform/types.ts +138 -0
- package/src/video/batch-queue.ts +685 -0
- package/src/video/blueprint-prompt.ts +118 -0
- package/src/video/brand-definition.ts +287 -0
- package/src/video/brand-dna.ts +478 -0
- package/src/video/brand-prompt.ts +28 -0
- package/src/video/candidate-migrate.ts +171 -0
- package/src/video/category-registry.ts +224 -0
- package/src/video/chain-fallback.ts +53 -0
- package/src/video/character-auto-create.ts +547 -0
- package/src/video/character-consistency.ts +85 -0
- package/src/video/characters.ts +145 -0
- package/src/video/checkpoints.ts +60 -0
- package/src/video/cinema-profile.ts +120 -0
- package/src/video/cinematography.ts +1229 -0
- package/src/video/cli-output.ts +94 -0
- package/src/video/cli-schema.ts +505 -0
- package/src/video/cost-estimate.ts +150 -0
- package/src/video/csv-export.ts +150 -0
- package/src/video/dependencies.ts +64 -0
- package/src/video/dialogue-fit.ts +62 -0
- package/src/video/dialogue.ts +221 -0
- package/src/video/director-defaults.ts +432 -0
- package/src/video/director-preflight.ts +543 -0
- package/src/video/doctor-portfolio.ts +197 -0
- package/src/video/doctor.ts +499 -0
- package/src/video/emotion-cues.ts +36 -0
- package/src/video/environment-assets.ts +69 -0
- package/src/video/environment-auto-create.ts +122 -0
- package/src/video/errors.ts +133 -0
- package/src/video/events.ts +42 -0
- package/src/video/execute-autochain.ts +226 -0
- package/src/video/execute.ts +569 -0
- package/src/video/execution-cancel.ts +103 -0
- package/src/video/execution-plan.ts +178 -0
- package/src/video/execution-profile.ts +162 -0
- package/src/video/execution-runtime.ts +975 -0
- package/src/video/execution-seed.ts +46 -0
- package/src/video/execution-status.ts +736 -0
- package/src/video/filmmaking-prompts.ts +1789 -0
- package/src/video/final-media.ts +118 -0
- package/src/video/finish.ts +255 -0
- package/src/video/flow-character-library.ts +342 -0
- package/src/video/flow-markers.ts +330 -0
- package/src/video/gemini-analyze.ts +387 -0
- package/src/video/gemini-continuity.ts +186 -0
- package/src/video/gemini-judge.ts +300 -0
- package/src/video/gemini-key-pool.ts +153 -0
- package/src/video/gen-image-flow.ts +491 -0
- package/src/video/gen-image.ts +392 -0
- package/src/video/generation-telemetry.ts +282 -0
- package/src/video/http-error-safety.ts +13 -0
- package/src/video/image-dimensions.ts +69 -0
- package/src/video/legacy-import.ts +197 -0
- package/src/video/library-clean.ts +399 -0
- package/src/video/lipsync.ts +200 -0
- package/src/video/media-host.ts +153 -0
- package/src/video/metrics.ts +116 -0
- package/src/video/motion-overlay/analyze-reel.ts +200 -0
- package/src/video/motion-overlay/animate-render.ts +176 -0
- package/src/video/motion-overlay/animate.ts +93 -0
- package/src/video/motion-overlay/avatar-host-transport.ts +458 -0
- package/src/video/motion-overlay/avatar-host.ts +238 -0
- package/src/video/motion-overlay/compose-prompt.ts +247 -0
- package/src/video/motion-overlay/execute.ts +355 -0
- package/src/video/motion-overlay/flow-pack.ts +223 -0
- package/src/video/motion-overlay/ingest.ts +210 -0
- package/src/video/motion-overlay/motifs.ts +223 -0
- package/src/video/motion-overlay/motion-style.ts +162 -0
- package/src/video/motion-overlay/plan.ts +111 -0
- package/src/video/motion-overlay/preview.ts +191 -0
- package/src/video/motion-overlay/render-local.ts +441 -0
- package/src/video/motion-overlay/run.ts +217 -0
- package/src/video/motion-overlay/slice.ts +98 -0
- package/src/video/motion-overlay/transcribe.ts +211 -0
- package/src/video/motion-overlay/types.ts +89 -0
- package/src/video/motion-overlay/v2v-transport.ts +209 -0
- package/src/video/motion-overlay/write.ts +142 -0
- package/src/video/multi-shot-artifact.ts +64 -0
- package/src/video/multi-shot-prompt.ts +608 -0
- package/src/video/music-video.ts +324 -0
- package/src/video/narrate.ts +221 -0
- package/src/video/native-dreamina.ts +638 -0
- package/src/video/native-flow-r2v.ts +279 -0
- package/src/video/native-runway.ts +647 -0
- package/src/video/native-seedance.ts +615 -0
- package/src/video/native-veo.ts +470 -0
- package/src/video/next-actions.ts +247 -0
- package/src/video/obsidian-export.ts +336 -0
- package/src/video/obsidian-sync.ts +649 -0
- package/src/video/obsidian-vault.ts +96 -0
- package/src/video/outfit-prompts.ts +14 -0
- package/src/video/outpaint-keyframe.ts +365 -0
- package/src/video/pipeline-manifest.ts +16 -0
- package/src/video/pipeline-manifests/director.json +46 -0
- package/src/video/pipeline-manifests/storyboard.json +46 -0
- package/src/video/platform-specs.ts +50 -0
- package/src/video/playbooks.ts +34 -0
- package/src/video/post-production.ts +277 -0
- package/src/video/preview-portal/audit.ts +20 -0
- package/src/video/preview-portal/discovery.ts +787 -0
- package/src/video/preview-portal/generate.ts +138 -0
- package/src/video/preview-portal/index.ts +41 -0
- package/src/video/preview-portal/publish.ts +215 -0
- package/src/video/preview-portal/render.ts +865 -0
- package/src/video/preview-portal/shared-assets.ts +455 -0
- package/src/video/preview-portal/templates.ts +112 -0
- package/src/video/preview-portal/types.ts +288 -0
- package/src/video/product-references.ts +43 -0
- package/src/video/project-blueprint.ts +458 -0
- package/src/video/project-index.ts +179 -0
- package/src/video/projects.ts +18 -0
- package/src/video/prompt-guidance.ts +64 -0
- package/src/video/prompt-library.ts +96 -0
- package/src/video/prompt-lint.ts +568 -0
- package/src/video/prompt-quality.ts +635 -0
- package/src/video/prompt-rules.ts +209 -0
- package/src/video/provider-adapter-runner.ts +104 -0
- package/src/video/provider-platform/index.ts +5 -0
- package/src/video/provider-platform/registry.ts +286 -0
- package/src/video/provider-platform/route-capabilities.ts +327 -0
- package/src/video/provider-platform/router.ts +221 -0
- package/src/video/provider-platform/security.ts +29 -0
- package/src/video/provider-platform/telemetry.ts +116 -0
- package/src/video/provider-platform/types.ts +192 -0
- package/src/video/provider-status.ts +199 -0
- package/src/video/providers/dreamina-useapi.ts +345 -0
- package/src/video/providers/flowmusic-useapi.ts +252 -0
- package/src/video/providers/google-flow.ts +110 -0
- package/src/video/providers/public-host.ts +128 -0
- package/src/video/providers/runway-useapi.ts +377 -0
- package/src/video/providers/xskill.ts +304 -0
- package/src/video/readiness.ts +284 -0
- package/src/video/reference-sheet-store.ts +40 -0
- package/src/video/reference-sheets.ts +224 -0
- package/src/video/remix-narrated.ts +92 -0
- package/src/video/report-diff.ts +299 -0
- package/src/video/report-history.ts +122 -0
- package/src/video/report.ts +35 -0
- package/src/video/review-ui.ts +2495 -0
- package/src/video/scene-candidate-store.ts +152 -0
- package/src/video/scene-candidates.ts +195 -0
- package/src/video/scene-selection-store.ts +36 -0
- package/src/video/scene-selection.ts +306 -0
- package/src/video/scheduling.ts +18 -0
- package/src/video/scorecard.ts +90 -0
- package/src/video/seedance-asset-library.ts +259 -0
- package/src/video/seedance-blocks.ts +118 -0
- package/src/video/seedance-chain-host.ts +152 -0
- package/src/video/seedance-content-filter.ts +354 -0
- package/src/video/seedance-skill-loader.ts +83 -0
- package/src/video/sfx.ts +159 -0
- package/src/video/shot-grammar.ts +349 -0
- package/src/video/show-bible.ts +235 -0
- package/src/video/soundtrack.ts +257 -0
- package/src/video/stage-guards.ts +112 -0
- package/src/video/status.ts +342 -0
- package/src/video/story-bible.ts +302 -0
- package/src/video/storyboard-grid.ts +320 -0
- package/src/video/storyboard-markdown.ts +434 -0
- package/src/video/storyboard-still-candidates.ts +82 -0
- package/src/video/storyboard-templates.ts +249 -0
- package/src/video/studio/execute.ts +401 -0
- package/src/video/studio/planner.ts +114 -0
- package/src/video/studio/project-context.ts +25 -0
- package/src/video/studio/recipes.ts +346 -0
- package/src/video/studio/session.ts +24 -0
- package/src/video/studio/types.ts +76 -0
- package/src/video/template-store.ts +241 -0
- package/src/video/timeline.ts +32 -0
- package/src/video/title-overlay.ts +234 -0
- package/src/video/types.ts +465 -0
- package/src/video/veo-subprocess.ts +77 -0
- package/src/video/verify-env.ts +206 -0
- package/src/video/verify-final.ts +65 -0
- package/src/video/video-context.ts +92 -0
- package/src/video/vocal-map.ts +155 -0
- package/src/video/vocal-sync-plan.ts +224 -0
- package/src/video/voice-clone.ts +410 -0
- package/src/video/with-retry.ts +149 -0
- package/src/video/workload.ts +87 -0
- package/src/video/workspace.ts +255 -0
- package/tmp/review-station/index.html +4194 -0
- package/tsconfig.json +19 -0
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
# videoclaw-v2 Unification Audit
|
|
2
|
+
|
|
3
|
+
> **Status:** Phase A discovery output. Findings here feed into the Phase B
|
|
4
|
+
> unification design and Phase C implementation. No code changes yet.
|
|
5
|
+
>
|
|
6
|
+
> **Audit date:** 2026-05-25
|
|
7
|
+
> **Audit scope:** entrypoints · skills · provider routes · pipeline stages
|
|
8
|
+
|
|
9
|
+
## Executive summary
|
|
10
|
+
|
|
11
|
+
videoclaw-v2 today is **four loosely-coupled subsystems sharing a name**:
|
|
12
|
+
|
|
13
|
+
1. The TS core (`src/video/*` + `vclaw` CLI) operating on `projects/<slug>/` JSON
|
|
14
|
+
artifacts.
|
|
15
|
+
2. A separate Bun package (`vclaw-cli/`) with its own CLI surface and SQLite
|
|
16
|
+
job DB, kept alive because Node can't host the Puppeteer/CDP path to Google
|
|
17
|
+
Flow.
|
|
18
|
+
3. A Python pipeline under `skills/video-replicator/scripts/` (~14 user-facing
|
|
19
|
+
entrypoints) that produces stitched MP4s end-to-end **with zero code or
|
|
20
|
+
artifact-format overlap** with the TS pipeline.
|
|
21
|
+
4. 52 skills, of which ~18 are user-facing video verbs and the rest are OMX
|
|
22
|
+
harness plumbing not in scope for unification.
|
|
23
|
+
|
|
24
|
+
The four pain points the user named map cleanly to four findings:
|
|
25
|
+
|
|
26
|
+
| User pain | Root cause from audit |
|
|
27
|
+
|---|---|
|
|
28
|
+
| Too many entrypoints | 3 TS bins + 1 Bun CLI + ~14 Python entrypoints; ~40 env vars; no manifest. |
|
|
29
|
+
| Skill discovery | 6+ confirmed skill-merge candidates; no single "what should I run for X" registry. |
|
|
30
|
+
| Provider routing complexity | Only 3 of 5 routes are production-ready; router exists but ignores half the available signals; `veo-direct` is a phantom (production-marked, no transport). |
|
|
31
|
+
| Manual pipeline | 6 approval/decision gates in director mode; 3 already auto-able via flags; `vclaw video auto` already exists in dispatch but isn't surfaced. |
|
|
32
|
+
|
|
33
|
+
**The unification has a head start most users don't see**: there is already a
|
|
34
|
+
`vclaw video auto` primitive, a scoring router, route descriptors, and the
|
|
35
|
+
canonical `projects/<slug>/` layout. The gap is **not** "build a new
|
|
36
|
+
orchestrator" — it's "wire what exists into a single front door, retire what
|
|
37
|
+
duplicates it, and decide whether the Python pipeline gets folded in or stays
|
|
38
|
+
separate behind a stable contract."
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## A. Entrypoints inventory
|
|
43
|
+
|
|
44
|
+
### A.1 TypeScript CLI binaries
|
|
45
|
+
|
|
46
|
+
| Binary | Source | Purpose | Status |
|
|
47
|
+
|---|---|---|---|
|
|
48
|
+
| `vclaw` | `src/cli/vclaw.ts` | Primary user-facing CLI. Hand-rolled argparser dispatching `video init/brief/storyboard/assets/review/publish/produce/execute/...`, readiness, plan, doctor, portfolio, review-ui, Obsidian, character/library, template/clone. | **Primary** |
|
|
49
|
+
| `omx` | `src/cli/omx.ts` | One-line legacy alias. Delegates to `vclaw.main()`, prints deprecation notice. Kept alive only by `check:omx-alias`. | **Dead weight** — 1-commit removal |
|
|
50
|
+
| `vclaw-provider-adapter` | `src/cli/provider-adapter.ts` | Built-in adapter binary spawned by `execution-runtime`. Reads JSON on stdin, dispatches to `..._SUBMIT_CMD`/`..._POLL_CMD`/`..._CANCEL_CMD` shims, returns JSON on stdout. | **Internal** (not a real "front door"; could become an internal module via `import()`) |
|
|
51
|
+
|
|
52
|
+
### A.2 Bun-based CLI (`vclaw-cli/`)
|
|
53
|
+
|
|
54
|
+
A separate `private: true` Bun package (`vclaw-cli@1.2.0`, engine `bun >=1.3.5`) driving Google Labs Flow via Puppeteer browser automation — a runtime the main Node package can't host (real-browser CDP, headful login, reCAPTCHA execution, FileChooser uploads). Single entry is `vclaw-cli/flow.ts`, invoked as `bun run flow.ts`.
|
|
55
|
+
|
|
56
|
+
It exposes **its own duplicate subcommand surface**: `status | list | history | resume | reset | cancel | help` (SQLite-backed batch tracking) + `useapi:accounts | captcha | health | image | image:upscale | gif | upscale` + `sync` (Convex migration). Backend selection via `--backend direct|useapi`.
|
|
57
|
+
|
|
58
|
+
`native-veo.ts` already bridges the two by spawning the Bun CLI as a subprocess. The 7+ standalone subcommands in `flow.ts` (status/list/history/resume/reset/cancel + useapi:*) duplicate functionality available through `vclaw` and could collapse into a single `vclaw veo:*` subtree.
|
|
59
|
+
|
|
60
|
+
### A.3 Python user-facing entrypoints (14)
|
|
61
|
+
|
|
62
|
+
All but two live under `skills/video-replicator/scripts/`. They are referenced from `bunty`, `davendra-presenter`, `nex-presenter` SKILL.mds **without a manifest** — discoverability is via grep.
|
|
63
|
+
|
|
64
|
+
| Script | Skill(s) | Purpose |
|
|
65
|
+
|---|---|---|
|
|
66
|
+
| `bunty_match_to_deck.py` | bunty | Match Bunty narration → slide pages |
|
|
67
|
+
| `bunty_narration_check.py` | bunty, presenters | Narration QA / linter |
|
|
68
|
+
| `bunty_image_filter_check.py` | bunty, presenters | Image-filter QA pass |
|
|
69
|
+
| `bunty_regen.py` | bunty | Regen intro/outro segments by location |
|
|
70
|
+
| `parallel_video_gen.py` | bunty, presenters | **Parallel video-gen runner** (the Bunty/Nex pipeline core) |
|
|
71
|
+
| `generate_tts.py` | bunty, presenters | Text-to-speech |
|
|
72
|
+
| `generate_music.py` | bunty, presenters | Background music |
|
|
73
|
+
| `generate_title_card.py` | bunty, nex-presenter | Title-card image |
|
|
74
|
+
| `stitch_bunty.py` | bunty | **Final stitch**: narration + slides + b-roll → MP4 |
|
|
75
|
+
| `bunty_animate_slides.py` | bunty, presenters | Animate static slides → motion clips |
|
|
76
|
+
| `extract_pdf_slides.py` | bunty, presenters | Extract slides from PDF deck |
|
|
77
|
+
| `nex_assemble.py` | nex-presenter, davendra-presenter | **Final assembly** for Nex/Davendra episodes |
|
|
78
|
+
| `brand_episode.py` | nex-presenter | One-shot brand-episode orchestrator |
|
|
79
|
+
| `search.py` | ui-ux-pro-max | Design-system reference search |
|
|
80
|
+
|
|
81
|
+
### A.4 Provider adapter env-var contract
|
|
82
|
+
|
|
83
|
+
Resolved in `execution-runtime.ts:19-32` and `provider-status.ts:49-59`. `..._ADAPTER` wins if set; otherwise built-in `vclaw-provider-adapter --route <id>` is spawned for the 3 routes that have a fallback.
|
|
84
|
+
|
|
85
|
+
| Env var | What it expects |
|
|
86
|
+
|---|---|
|
|
87
|
+
| `VCLAW_VEO_DIRECT_ADAPTER` | **Required** for `veo-direct` (no built-in fallback exists) |
|
|
88
|
+
| `VCLAW_VEO_USEAPI_ADAPTER` | Override; built-in fallback available |
|
|
89
|
+
| `VCLAW_SEEDANCE_DIRECT_ADAPTER` | Override; built-in fallback available |
|
|
90
|
+
| `VCLAW_RUNWAY_USEAPI_ADAPTER` | Override; built-in fallback available |
|
|
91
|
+
| `VCLAW_KLING_USEAPI_ADAPTER` | **Required** — no built-in (scaffold route) |
|
|
92
|
+
| `VCLAW_<ROUTE>_{SUBMIT,POLL,CANCEL}_CMD` (×3 routes) | Shell commands the built-in adapter pipes JSON in/out of |
|
|
93
|
+
| `VCLAW_VEO_BUN_BIN` | Path to local Bun binary for native-veo |
|
|
94
|
+
|
|
95
|
+
### A.5 Cross-cutting observations
|
|
96
|
+
|
|
97
|
+
- **Two parallel video-gen pipelines.** `vclaw video execute` (TS) and the Python Bunty/Nex chain (`parallel_video_gen.py` + `stitch_bunty.py` + `nex_assemble.py`) both produce stitched MP4s. **Zero shared code, zero shared artifact format.** Strongest unification candidate.
|
|
98
|
+
- **Two runtimes.** Node + Bun, kept apart only because Puppeteer/CDP needs Bun's faster startup + real-browser support. `native-veo.ts` already bridges. Bun CLI's standalone subcommands are duplication.
|
|
99
|
+
- **Three storage runtimes.** `projects/<slug>/` JSON (canonical), Bun SQLite `veo-cli.db` (job tracking), optional Convex (migration target). Pick one.
|
|
100
|
+
- **`omx` is dead weight.** 1-commit removal.
|
|
101
|
+
- **No skills entrypoint manifest.** 14 Python scripts, no `__entrypoints__.json`. A `scripts/cli.py` dispatcher (`python -m videoreplicator <verb>`) would collapse this to one addressable surface.
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## B. Skills catalog audit (52 skills)
|
|
106
|
+
|
|
107
|
+
### B.1 Status breakdown (from `skills/catalog.json`)
|
|
108
|
+
|
|
109
|
+
- **18 user-facing video skills** (presenters, movie-director, creative-brief, ugc, character-creator, video-replicator, video-thumbnail-lab, video-post, studio-mode, video-framework, etc.)
|
|
110
|
+
- **20 orchestration-internal** (video-storyboard, video-clone-ad, video-analyze-template, video-portfolio-ops, ralph, autopilot, team, worker, pipeline, cancel — OMX harness plumbing, **out of scope for unification**)
|
|
111
|
+
- **9 utility/library** (trace, hud, doctor, skill, configure-notifications, git-master, omx-setup, skills-auditor — also out of scope)
|
|
112
|
+
- **5 redundant/alias** (bunty / davendra-presenter / nex-presenter → brand-presenter; movie-director vs director-video; video-replicator vs video-framework)
|
|
113
|
+
- **1 orphan**: `video-replicator-workspace/` on disk, **not** in catalog.json — vestigial, safe to delete
|
|
114
|
+
|
|
115
|
+
### B.2 High-value consolidations (ordered by ROI)
|
|
116
|
+
|
|
117
|
+
| # | Consolidation | Effort | Rationale |
|
|
118
|
+
|---|---|---|---|
|
|
119
|
+
| 1 | **Presenter family → parametric `brand-presenter`** | ~1 day | Catalog already declares 3 children as `alias`. Each child SKILL.md duplicates ~500 lines of workflow with only `character_id` + brand strings changing. Make `brand-presenter` parametric on `brand-profile.json`; reduce children to 20-line profile stubs. |
|
|
120
|
+
| 2 | **`video-framework` as sole front door; demote `video-replicator`** | ~half day | Both currently claim "front door" role; `video-replicator` self-describes as legacy 7-mode reference and says "use video-framework as front door". Keep video-framework, move video-replicator content to references. |
|
|
121
|
+
| 3 | **Fold `creative-brief` into `video-framework`** | ~half day | creative-brief is a 7-question intake; video-framework needs exactly that. Merge as the intake mode. |
|
|
122
|
+
| 4 | **Merge `movie-director` ← `director-video`** | ~half day | Same Director-mode pipeline, near-identical triggers. movie-director is richer (12 genres, interview/auto/hybrid). Fold director-video, alias it. |
|
|
123
|
+
| 5 | **Delete `video-replicator-workspace/` orphan** | 1 commit | Not in catalog.json. |
|
|
124
|
+
| 6 | **Merge `seedance-prompts` + `seedance-music-video-prompts`** | ~quarter day | Music-video is strict subset. Keep one with `--music-video` subsection. |
|
|
125
|
+
| 7 | **`character-creator` + `character-library` → `characters`** | ~quarter day | Clean halves. Consider merging into one skill with `create|list|audit|patch|delete` sub-actions, or keep split if intentional. |
|
|
126
|
+
|
|
127
|
+
### B.3 User-facing entry verbs (what unification front door should expose)
|
|
128
|
+
|
|
129
|
+
- "make me a video" → **video-framework** (intake + routing)
|
|
130
|
+
- "make a presenter / Bunty / Davendra / Nex video" → **brand-presenter** (parametric)
|
|
131
|
+
- "make me a short film / movie / cinematic ad" → **movie-director**
|
|
132
|
+
- "make me a UGC ad campaign" → **ugc**
|
|
133
|
+
- "clone / analyze this ad" → **video-clone-ad**, **video-analyze-template**
|
|
134
|
+
- "make a thumbnail / post-process / package" → **video-thumbnail-lab**, **video-post**
|
|
135
|
+
- "manage my characters" → **character-creator** (+ library)
|
|
136
|
+
- "studio mode (interview-driven)" → **studio-mode**
|
|
137
|
+
- "download from youtube" → **youtube-audio**
|
|
138
|
+
|
|
139
|
+
~10 verbs. Everything else is plumbing.
|
|
140
|
+
|
|
141
|
+
### B.4 Vestigial / drop
|
|
142
|
+
|
|
143
|
+
- `video-replicator-workspace/` (orphan)
|
|
144
|
+
- `video-replicator` SKILL (superseded; keep only if external docs name it)
|
|
145
|
+
- `bunty`, `davendra-presenter`, `nex-presenter` SKILL.md (collapse to brand-profile stubs after #1)
|
|
146
|
+
- `director-video` (superseded by movie-director)
|
|
147
|
+
- `creative-brief` (folded into video-framework)
|
|
148
|
+
- `seedance-music-video-prompts` (folded)
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## C. Provider routes inventory
|
|
153
|
+
|
|
154
|
+
### C.1 Route status
|
|
155
|
+
|
|
156
|
+
| Provider | Route ID | Native? | Built-in adapter? | Tests/smoke? | Status |
|
|
157
|
+
|---|---|---|---|---|---|
|
|
158
|
+
| Veo | `veo-direct` | No | No | Routing tests only | ⚠️ **Phantom**: marked `production` but `execution-runtime.ts:34-40` excludes from builtin dispatch — throws unless `VCLAW_VEO_DIRECT_ADAPTER` set |
|
|
159
|
+
| Veo | `veo-useapi` | ✅ `native-veo.ts` (spawns Bun + `vclaw-cli/flow.ts`) | ✅ | `native-veo.test.ts`, `smoke:native-veo` | **Production-ready** (depends on Bun + Google Flow cookies) |
|
|
160
|
+
| Seedance | `seedance-direct` | ✅ `native-seedance.ts` (pure Node fetch) | ✅ | `native-seedance.test.ts`, `smoke:execution-cancel` | **Production-ready** |
|
|
161
|
+
| Runway | `runway-useapi` | ✅ `native-runway.ts` (pure Node fetch) | ✅ | `native-runway.test.ts`, `runway-useapi.test.ts` | **Production-ready** ⚠️ no real cancel — local state only |
|
|
162
|
+
| Kling | `kling-useapi` | No | No | Asserts `degraded` only | **Scaffold** |
|
|
163
|
+
|
|
164
|
+
**Only 3 of 5 routes are usable today**: `veo-useapi`, `seedance-direct`, `runway-useapi`.
|
|
165
|
+
|
|
166
|
+
### C.2 Env vars per route
|
|
167
|
+
|
|
168
|
+
| Route | Required | Optional |
|
|
169
|
+
|---|---|---|
|
|
170
|
+
| `veo-direct` | (none registered, but unusable without `_ADAPTER` shim) | — |
|
|
171
|
+
| `veo-useapi` | `USEAPI_API_TOKEN`, `USEAPI_ACCOUNT_EMAIL` | `VCLAW_VEO_CLI_ROOT`, `_OUTPUT_DIR`, `_BUN_BIN`, `_COMMAND_TIMEOUT_MS`, Flow cookies |
|
|
172
|
+
| `seedance-direct` | `SUTUI_API_KEY` | `VCLAW_SEEDANCE_BASE_URL` |
|
|
173
|
+
| `runway-useapi` | `USEAPI_API_TOKEN` | `VCLAW_RUNWAY_MODEL`, `VCLAW_RUNWAY_MODE` |
|
|
174
|
+
| `kling-useapi` | (declared but no transport reads them) | — |
|
|
175
|
+
|
|
176
|
+
Universal: `GEMINI_API_KEYS` / `GOOGLE_API_KEYS` / `GOOGLE_API_KEY` for analyze; not tied to a transport.
|
|
177
|
+
|
|
178
|
+
### C.3 Auto-routing potential
|
|
179
|
+
|
|
180
|
+
`router.ts` already scores routes by:
|
|
181
|
+
- Operation kind (T2V / I2V / F2V / I2gV / V2V / add-audio / extend / edit)
|
|
182
|
+
- Aspect ratio (`veo-useapi` +25 for portrait I2V/F2V — only auto-unlock today)
|
|
183
|
+
- Workflow tag (product-demo-spokesperson, ad-creative-variants, generic)
|
|
184
|
+
- Cost / latency preference
|
|
185
|
+
- Required controls (audio, lip-sync, multi-shot)
|
|
186
|
+
- Route health (offline/deprecated/degraded filter)
|
|
187
|
+
|
|
188
|
+
**Not yet used**: duration (Runway 5/8/10/15, Seedance ≤15s), input MIME (derived in execution-runtime but not surfaced to router), resolution, `generateAudio` flag. Wiring these would let the router auto-pick for ~all common cases.
|
|
189
|
+
|
|
190
|
+
### C.4 Merge candidates
|
|
191
|
+
|
|
192
|
+
- **`veo-direct` + `veo-useapi` → single `veo` provider**, transport auto-picked. Today `veo-direct` is unusable without an external shim — a smart `veo` provider would transparently fall through to `useapi` when no direct adapter exists.
|
|
193
|
+
- **Shared `useapi-client.ts`** for the 3 UseAPI routes (token + base URL + asset upload). Removes duplication in `native-runway.ts:140-161` + `providers/runway-useapi.ts`.
|
|
194
|
+
- **Extract `native-shared.ts`** before adding a 4th native transport — `native-seedance.ts` and `native-runway.ts` already share `readDotEnvLike`, `loadWorkspaceEnv`, `jobStateDir`, `classifyReferences`, `downloadToFile`.
|
|
195
|
+
|
|
196
|
+
### C.5 Open questions
|
|
197
|
+
|
|
198
|
+
- Downgrade `veo-direct` to `scaffold` until `vclaw-cli/flow.ts --backend google-flow` is wired in `native-veo.ts`?
|
|
199
|
+
- Surface `cancelSemantics: 'local-only' | 'server-side'` on the registry so operators don't expect a real cancel for Runway?
|
|
200
|
+
- `kling-useapi` declares `USEAPI_ACCOUNT_EMAIL` required but no code reads it — stale from Joey-Flags era? Drop?
|
|
201
|
+
- Only `smoke:native-veo` exercises a live transport. Add `smoke:native-seedance` + `smoke:native-runway` (gated on env vars) to catch transport regressions before release?
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
## D. Pipeline stages, artifacts, env vars
|
|
206
|
+
|
|
207
|
+
### D.1 Canonical stage order
|
|
208
|
+
|
|
209
|
+
Two modes (`storyboard`, `director`) share the order; director adds the `storyboard.md` gate.
|
|
210
|
+
|
|
211
|
+
| Stage | User invokes | Produces | Auto-advance? |
|
|
212
|
+
|---|---|---|---|
|
|
213
|
+
| init | `vclaw video init <slug> [--mode]` | `project.json` + dirs | ✅ Yes (pure scaffold) |
|
|
214
|
+
| brief | `vclaw video brief --project ... --title --intent ...` | `brief.json` + checkpoint | ✅ Yes if title+intent supplied |
|
|
215
|
+
| storyboard | `vclaw video storyboard --project ... --scene ... \| --template ...` | `storyboard.json` + checkpoint (director: also `storyboard.md`) | ✅ Yes if template+characters resolve |
|
|
216
|
+
| **director gate** | `vclaw video storyboard-review` → human edits `storyboard.md` → `vclaw video approve` | rewrites checkpoint status → `approved` | ❌ unless `VIDEOCLAW_APPROVE_STORYBOARD=1` |
|
|
217
|
+
| assets | `vclaw video assets --project --asset kind:path...` | `asset-manifest.json` | ✅ already `humanApprovalDefault: false` |
|
|
218
|
+
| readiness | `vclaw video readiness --project` | `readiness.json` | ✅ diagnostic only |
|
|
219
|
+
| plan | `vclaw video plan` (alias `execution-plan`) | `execution-plan.json` | ✅ derived from manifest |
|
|
220
|
+
| execute | `vclaw video execute --project [--dry-run]` (alias `produce`) | `execution-report.json` + events | ⚠️ Conditional — director blocks on stale review |
|
|
221
|
+
| execute-status | `vclaw video execute-status --project` | refresh `execution-report.json` | ✅ pure poll |
|
|
222
|
+
| review | `vclaw video review --verdict pass\|retry\|fail` (or `review-autopilot`) | `review-report.json` + checkpoint | 🟡 `review-autopilot` exists |
|
|
223
|
+
| publish | `vclaw video publish --status ready\|published\|blocked` | `publish-report.json` + checkpoint | 🟡 needs thin auto wrapper |
|
|
224
|
+
|
|
225
|
+
### D.2 Artifacts and schemas
|
|
226
|
+
|
|
227
|
+
All under `projects/<slug>/artifacts/`; schemas in `schemas/video/artifacts/`. Side files: `project.json`, `storyboard.md`, `checkpoints/<stage>.json` (×5), `events/events.jsonl`, `state/`, `characters/characters.json`.
|
|
228
|
+
|
|
229
|
+
13 artifact JSONs: brief, storyboard (+ scene-candidates, scene-selection, reference-sheets in director), asset-manifest, readiness (no schema), execution-plan, execution-report, review-report, publish-report, analyze-output, clone-plan, character-consistency.
|
|
230
|
+
|
|
231
|
+
### D.3 Approval gates — implication for creator mode
|
|
232
|
+
|
|
233
|
+
**6 decision points in director mode, 3 in storyboard mode.**
|
|
234
|
+
|
|
235
|
+
- 3 of 6 already auto-able via flags (brief, storyboard, assets).
|
|
236
|
+
- 1 has env-var bypass (director storyboard.md → `VIDEOCLAW_APPROVE_STORYBOARD=1`).
|
|
237
|
+
- 2 need thin auto wrappers (review-autopilot exists; publish needs `ready` vs `blocked` heuristic from review verdict + final-media presence).
|
|
238
|
+
|
|
239
|
+
**`vclaw video auto` already exists in dispatch** (`vclaw.ts:3090`) alongside `create`, `iterate`, `run-pipeline`. These are the existing primitives a unified creator-mode entrypoint should wrap.
|
|
240
|
+
|
|
241
|
+
### D.4 Env-var burden
|
|
242
|
+
|
|
243
|
+
**~40+ env vars** with no committed `.env.example`. Grouped:
|
|
244
|
+
- Director toggles (`DIRECTOR_PREFLIGHT`, `_STRICT_PROMPT_QUALITY`, `_STRICT_DIALOGUE_FIT`, `_AUTO_FIX_CONTENT`, `_GENRE_DEFAULTS`, `_INFERENCE_RULES`)
|
|
245
|
+
- Approval bypass (`VIDEOCLAW_APPROVE_STORYBOARD`)
|
|
246
|
+
- Provider keys (`USEAPI_*`, `SUTUI_API_KEY`, `GEMINI_*`, `GOOGLE_*`, `GO_BANANAS_*`)
|
|
247
|
+
- Veo transport (`VCLAW_VEO_*` × ~8 vars)
|
|
248
|
+
- Runway transport (`VCLAW_RUNWAY_*` × ~6 vars)
|
|
249
|
+
- Seedance transport (`VCLAW_SEEDANCE_*` × ~5 vars + `SEEDANCE_*`)
|
|
250
|
+
- Workspace (`VIDEOCLAW_ROOT`, `VCLAW_DEMO_PAUSE_MS`)
|
|
251
|
+
|
|
252
|
+
A committed `.env.example` + a `vclaw doctor env` subcommand listing what's set / missing per provider would meaningfully reduce setup friction.
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
## Cross-cutting findings → unification design inputs
|
|
257
|
+
|
|
258
|
+
The four audits converge on five concrete unification opportunities, ordered by ROI:
|
|
259
|
+
|
|
260
|
+
### F1. Single front door: `vclaw make "<intent>"`
|
|
261
|
+
|
|
262
|
+
**Foundation already exists**: `vclaw video auto`, `vclaw video create`, scoring router, pipeline manifests, project-state layout. Wire them behind one user-friendly command that:
|
|
263
|
+
|
|
264
|
+
1. Takes a natural-language intent.
|
|
265
|
+
2. Picks the right skill (video-framework / brand-presenter / movie-director / ugc) by intent classification.
|
|
266
|
+
3. Picks the right provider route via the existing router (after C.3 enhancements).
|
|
267
|
+
4. Walks the pipeline with all gates auto-cleared (`VIDEOCLAW_APPROVE_STORYBOARD=1` + `review-autopilot` + auto-publish).
|
|
268
|
+
5. Falls back to interactive prompts at any gate the user wants to inspect.
|
|
269
|
+
|
|
270
|
+
**Estimated effort**: 1-2 weeks.
|
|
271
|
+
|
|
272
|
+
### F2. Collapse the two video-gen pipelines (TS vs Python)
|
|
273
|
+
|
|
274
|
+
**The biggest seam in the system.** Two options:
|
|
275
|
+
|
|
276
|
+
- **F2a — Fold Python into TS**: rewrite the Bunty/Nex Python pipeline as TS modules calling the same providers via the existing router. ~3-4 weeks. Removes a whole runtime.
|
|
277
|
+
- **F2b — Stable contract**: keep Python as a peer pipeline behind a documented JSON-in/JSON-out contract, register it as a provider/skill, surface it through F1. ~1 week. Less ambitious but preserves working code.
|
|
278
|
+
|
|
279
|
+
Recommendation pending — **needs a decision call** in Phase B.
|
|
280
|
+
|
|
281
|
+
### F3. Collapse `vclaw-cli` Bun standalone surface into `vclaw veo:*`
|
|
282
|
+
|
|
283
|
+
Bun stays as a runtime (Puppeteer requirement) but its standalone subcommands (`status | list | history | resume | reset | cancel | useapi:*`) move under `vclaw veo:*` in the main TS CLI, which shells out to Bun as needed.
|
|
284
|
+
|
|
285
|
+
**Estimated effort**: ~1 week.
|
|
286
|
+
|
|
287
|
+
### F4. Skill consolidation (B.2 items 1-7)
|
|
288
|
+
|
|
289
|
+
Independent of the other lanes; can ship incrementally.
|
|
290
|
+
|
|
291
|
+
**Estimated effort**: ~3 days total across all 7 items.
|
|
292
|
+
|
|
293
|
+
### F5. Operator polish
|
|
294
|
+
|
|
295
|
+
- Delete `omx` alias (1 commit).
|
|
296
|
+
- Delete `video-replicator-workspace/` orphan (1 commit).
|
|
297
|
+
- Commit `.env.example`.
|
|
298
|
+
- Add `vclaw doctor env`.
|
|
299
|
+
- Downgrade `veo-direct` to scaffold or wire its native transport via `vclaw-cli/flow.ts --backend google-flow`.
|
|
300
|
+
- Add `smoke:native-seedance` and `smoke:native-runway`.
|
|
301
|
+
|
|
302
|
+
**Estimated effort**: ~2 days.
|
|
303
|
+
|
|
304
|
+
---
|
|
305
|
+
|
|
306
|
+
## Open questions for Phase B
|
|
307
|
+
|
|
308
|
+
1. **F2 decision: fold Python (F2a) or keep as peer (F2b)?** This shapes the whole unification.
|
|
309
|
+
2. **Front door command name**: `vclaw make`? `vclaw create`? Something else? Should the operator-mode `vclaw video *` flow stay or get hidden behind a `--operator` flag?
|
|
310
|
+
3. **Storage**: collapse to one (drop Bun SQLite + Convex) or three with a clear ownership boundary?
|
|
311
|
+
4. **`kling-useapi`**: invest in a real transport or drop the route entirely?
|
|
312
|
+
5. **Coverage tooling**: still nothing. Add c8 + per-module thresholds, or punt?
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
|
|
316
|
+
## Phase A complete. Next step: Phase B design.
|
|
317
|
+
|
|
318
|
+
This document is read-only output of Phase A. Phase B should:
|
|
319
|
+
- Resolve the 5 open questions above
|
|
320
|
+
- Write `docs/superpowers/specs/2026-05-25-videoclaw-v2-unification-design.md`
|
|
321
|
+
- Sequence F1–F5 into shippable slices
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Update-all-docs prompt (Opus 4.8)
|
|
2
|
+
|
|
3
|
+
A prompt to bring every videoclaw doc back in sync with the current code after a period of
|
|
4
|
+
heavy change. Authored with the `prompting-opus-4-8` skill — tuned for Opus 4.8's literal
|
|
5
|
+
scope-following (the doc set is enumerated, not sampled), its low default subagent count
|
|
6
|
+
(explicit fan-out), and its preference for reasoning over tools (explicit verify-against-code).
|
|
7
|
+
|
|
8
|
+
Run at **xhigh** effort, and set a large max output budget (start ~64k) so the parallel
|
|
9
|
+
subagents have room.
|
|
10
|
+
|
|
11
|
+
```text
|
|
12
|
+
You're working on videoclaw-v3 (the `vclaw` CLI). The codebase has changed a lot recently
|
|
13
|
+
and the documentation has drifted. Bring EVERY doc back into sync with the current code.
|
|
14
|
+
Documentation accuracy is the goal: every command, flag, artifact, schema, and workflow a
|
|
15
|
+
doc describes must match what the code actually does today.
|
|
16
|
+
|
|
17
|
+
Ground truth is the code, not your memory or the existing prose. The authoritative sources
|
|
18
|
+
for what exists are: the COMMANDS array in src/video/cli-schema.ts (and its count assertion
|
|
19
|
+
in src/tests/cli-schema.test.ts), `vclaw --help` and per-command `--help` output, the
|
|
20
|
+
handlers in src/cli/handlers/, the JSON Schemas in schemas/video/, and the skills in
|
|
21
|
+
skills/ with skills/catalog.json. When a doc disagrees with these, the doc is wrong — fix
|
|
22
|
+
the doc to match the code (do not change code to match docs).
|
|
23
|
+
|
|
24
|
+
Scope is ALL of these, not a sample. Update every one that has drifted:
|
|
25
|
+
- README.md
|
|
26
|
+
- docs/ARCHITECTURE.md, docs/CLI_REFERENCE.md, docs/STUDIO.md, docs/ASSEMBLE.md,
|
|
27
|
+
docs/PRODUCTION_WORKFLOW.md, docs/REVIEW_UI_STORYBOARD_WORKFLOW.md,
|
|
28
|
+
docs/preview-portal-audit.md, docs/STORY_BIBLE.md, docs/DIRECTOR_BLUEPRINT.md,
|
|
29
|
+
docs/MOTION_OVERLAY.md, docs/BRAND_AGENCY.md, docs/REFERENCE_SHEETS.md,
|
|
30
|
+
docs/SCENE_CANDIDATES.md, docs/OPERATIONS.md, docs/GENERATION_TELEMETRY.md,
|
|
31
|
+
docs/OBSIDIAN.md, docs/TEMPLATES.md, docs/MIGRATION.md, docs/DEPRECATION.md,
|
|
32
|
+
docs/RELEASE_READINESS.md, docs/MASTER_PLAN_ALIGNMENT.md, docs/DIAGRAMS_SOURCE.md
|
|
33
|
+
- docs/adr/* (architecture decision records — keep decisions intact; only fix factual drift)
|
|
34
|
+
- docs/agents/* (issue-tracker, triage-labels, domain)
|
|
35
|
+
- every skills/<name>/SKILL.md and skills/catalog.json (descriptions must match what each
|
|
36
|
+
skill/command now does)
|
|
37
|
+
- the CLAUDE.md command/architecture descriptions if they have gone stale
|
|
38
|
+
- the VitePress site under docs-site/ (its pages mirror the docs above — sync them too)
|
|
39
|
+
Treat this list as exhaustive: review each entry, don't generalize from the first few.
|
|
40
|
+
|
|
41
|
+
Spawn parallel subagents to do this — Opus does not fan out on its own. Dispatch one
|
|
42
|
+
subagent per doc cluster (e.g. CLI reference, architecture, studio/workflow, audio/assemble,
|
|
43
|
+
skills, docs-site) to audit its docs against the code concurrently, and keep working while
|
|
44
|
+
they run. Each subagent reports a drift list (doc location -> what's stale -> the correct
|
|
45
|
+
current behavior with the file/command that proves it).
|
|
46
|
+
|
|
47
|
+
Work in two passes:
|
|
48
|
+
1. AUDIT (parallel): produce a single consolidated drift inventory across all docs. Then
|
|
49
|
+
show me that inventory and a short plan, and pause once for me there. If a doc is already
|
|
50
|
+
accurate, say so and leave it untouched — don't churn correct prose.
|
|
51
|
+
2. UPDATE (after I approve): fix every confirmed drift. New/renamed/removed commands and
|
|
52
|
+
flags, changed artifact shapes, new skills, the current command count, moved file paths,
|
|
53
|
+
and dead references all get corrected. Add docs for genuinely undocumented commands or
|
|
54
|
+
skills that now exist. Keep each doc's existing structure, voice, and depth — you're
|
|
55
|
+
correcting facts, not rewriting style.
|
|
56
|
+
|
|
57
|
+
Conventions and guardrails:
|
|
58
|
+
- Match house style exactly: machine-readable examples, exact command syntax, kebab-case
|
|
59
|
+
filenames, the .js import extensions when you reference source. Don't reformat a doc you
|
|
60
|
+
aren't otherwise changing.
|
|
61
|
+
- Do NOT hand-edit the architecture diagram JPGs under docs/assets/ — those are generated
|
|
62
|
+
from the Mermaid sources in docs/DIAGRAMS_SOURCE.md. If a diagram is stale, update the
|
|
63
|
+
Mermaid block and note that the image needs regeneration; don't touch the JPG.
|
|
64
|
+
- The repo has doc guardrails: run `npm run check:cleanroom-docs` and
|
|
65
|
+
`npm run check:skill-frontdoor` and keep them green; if you change skills/catalog.json keep
|
|
66
|
+
its parity test passing; if the command count changed, update the assertion in
|
|
67
|
+
cli-schema.test.ts. Run `npm run build` and `npm test` before declaring done.
|
|
68
|
+
|
|
69
|
+
Verify before you claim done. Before reporting a doc as fixed, confirm the corrected
|
|
70
|
+
statement against the actual code/--help output you read this session — quote the source.
|
|
71
|
+
If you couldn't verify something, flag it rather than guessing. Report faithfully: list
|
|
72
|
+
which docs you changed, which you confirmed already-correct, and anything you couldn't
|
|
73
|
+
verify.
|
|
74
|
+
|
|
75
|
+
When you finish, lead with the outcome — how many docs were stale, how many you corrected,
|
|
76
|
+
and that the guardrails and build pass — then the per-doc detail. Plain sentences, each doc
|
|
77
|
+
and command its own clause.
|
|
78
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{"version":3,"term":{"cols":100,"rows":28,"type":"xterm-256color"},"timestamp":1776896128,"idle_time_limit":2.0,"command":"node scripts/demo-quickstart.mjs","env":{"SHELL":"/bin/zsh"}}
|
|
2
|
+
[0.100, "o", "vclaw-video-core · 60-second tour\r\nexplicit artifacts · multi-provider · no silent fallbacks\r\n\r\n"]
|
|
3
|
+
[0.600, "o", "▶ vclaw video init demo-ad\r\n ✓ project ready · next stage: brief\r\n\r\n"]
|
|
4
|
+
[0.900, "o", "▶ vclaw video brief --project demo-ad --title \"Launch tease\" --intent \"15s reveal\"\r\n ✓ brief.json written · shorts · 9:16 · 1080p · 2 outputs\r\n\r\n"]
|
|
5
|
+
[0.900, "o", "▶ vclaw video storyboard --project demo-ad --scene hook --scene reveal --scene cta\r\n ✓ 3 scenes written · storyboard.json\r\n\r\n"]
|
|
6
|
+
[0.900, "o", "▶ vclaw video assets --project demo-ad --asset image:logo.png:0:seedance\r\n ✓ 1 asset pinned · ready to plan\r\n\r\n"]
|
|
7
|
+
[0.900, "o", "▶ vclaw video plan --project demo-ad\r\n ✓ route: seedance-direct · dry-run safe\r\n\r\n"]
|
|
8
|
+
[0.900, "o", "▶ vclaw video produce --project demo-ad --dry-run\r\n ✓ dry-run passed · no provider submission\r\n\r\n"]
|
|
9
|
+
[0.900, "o", "▶ vclaw video status --project demo-ad\r\n ✓ next: assets · review state: missing\r\n\r\n"]
|
|
10
|
+
[0.900, "o", "▶ vclaw video report\r\n ✓ portfolio · 1 project(s) · machine-readable JSON\r\n\r\n"]
|
|
11
|
+
[0.900, "o", "▶ vclaw video export-obsidian --project demo-ad\r\n ✓ Obsidian note exported · .../vault/Projects/demo-ad.md\r\n\r\n"]
|
|
12
|
+
[0.400, "o", "done · your campaign is JSON on disk.\r\ngithub.com/davendra/vclaw-video-core\r\n"]
|
|
13
|
+
[0.005, "x", "0"]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
# Preview Portal Audit
|
|
2
|
+
|
|
3
|
+
The review and delivery portal standardizes the separate HTML files that were
|
|
4
|
+
previously generated by project-specific scripts.
|
|
5
|
+
|
|
6
|
+
| Example | Surface | Controls | Lightbox | Downloads | Notes |
|
|
7
|
+
|---|---|---:|---:|---:|---|
|
|
8
|
+
| `guardians-of-the-dawn/review.html` | editor review | yes | yes | partial | Source for editor approve/regenerate controls and copyable agent handoff. |
|
|
9
|
+
| `guardians-of-the-dawn/client-review.html` | client review | simplified | yes | partial | Source for client approve/decline/comment mode. |
|
|
10
|
+
| `mirchi-mode/preview.html` | final preview | no | no | yes | Source for final showcase and download behavior. |
|
|
11
|
+
| `dhuaan-music-video/preview.html` | project preview | no | no | no | Should migrate to generated `music-video` preview. |
|
|
12
|
+
|
|
13
|
+
## Standard Surfaces
|
|
14
|
+
|
|
15
|
+
The portal generates **two** surfaces per project: a tabbed **Review** (the
|
|
16
|
+
feedback loop) and a clean **Preview** (the deliverable). Review and Preview are
|
|
17
|
+
opposite jobs — Review exists to *change* the output (feedback → regenerate, via
|
|
18
|
+
the copy→paste-back-to-Claude protocol); Preview exists to *show* the finished
|
|
19
|
+
output for upload/delivery. The former `edit` / `client-review` / `compare`
|
|
20
|
+
pages are consolidated **into Review** (a Decide/Compare tab set + an
|
|
21
|
+
editor↔client mode toggle); they remain valid `--surface` aliases for
|
|
22
|
+
back-compat but are no longer generated by default.
|
|
23
|
+
|
|
24
|
+
| File | Audience | Purpose |
|
|
25
|
+
|---|---|---|
|
|
26
|
+
| `review.html` | operator ↔ Claude (+ client mode) | The single feedback surface. **Decide** tab: approve/regenerate per unit → `VIDEOCLAW_REVIEW_DECISIONS` copy. **Compare** tab: run/version comparison. A low-key **client mode** toggle swaps controls to approve/decline/comment → `VIDEOCLAW_CLIENT_FEEDBACK` copy. Absorbs the old edit/client-review/compare surfaces. |
|
|
27
|
+
| `preview.html` | final viewer | Polished, **controls-free** deliverable: click-to-fullscreen lightbox on every production image, a soundtrack `<audio controls preload="none">` player (when a soundtrack is discovered), aspect-aware sizing, and asset downloads. The upload artifact. |
|
|
28
|
+
| `projects/index.html` | operator | Portfolio index across generated projects (links to each project's Review + Preview). |
|
|
29
|
+
| `projects/clients/<client>/index.html` | client/operator | Client-filtered index across that client's projects. |
|
|
30
|
+
|
|
31
|
+
> Aliases: `--surface edit` and `--surface review` both render `review.html`
|
|
32
|
+
> (editor mode default); `--surface client-review` renders it with client mode
|
|
33
|
+
> default; `--surface compare` renders the standalone compare page. Default
|
|
34
|
+
> generation is `['review','preview']`.
|
|
35
|
+
|
|
36
|
+
## Template Registry
|
|
37
|
+
|
|
38
|
+
The renderer keeps the HTML structure consistent while adapting section labels
|
|
39
|
+
and ordering for `music-video`, `story-film`, `documentary`, `product-ad`,
|
|
40
|
+
`sports-recap`, and `generic-video`. Projects can set `template` or
|
|
41
|
+
`previewTemplate` in `project.json`; unknown values fall back to
|
|
42
|
+
`generic-video`.
|
|
43
|
+
|
|
44
|
+
The portal also reads `artifacts/asset-manifest.json` for image assets used by
|
|
45
|
+
generation routes. Local project-scoped image inputs are rendered in a dedicated
|
|
46
|
+
generation-input section; for Seedance-backed assets this appears as
|
|
47
|
+
`Seedance Input Frames` in the music-video template. This makes the exact
|
|
48
|
+
start-frame/upscaled image being sent into Seedance visible beside the resulting
|
|
49
|
+
clip, instead of relying only on the generic `images/` folder.
|
|
50
|
+
|
|
51
|
+
When `artifacts/filmmaking-prompts.json` exists, the portal exposes it under the
|
|
52
|
+
prompt-packet section, labelled `Seedance Prompt Packets` for music-video
|
|
53
|
+
projects. That gives reviewers one place to inspect the generated `@image`
|
|
54
|
+
reference map, character-sheet prompts, 9-panel storyboard-grid prompt, and
|
|
55
|
+
Seedance packet text before or after video generation.
|
|
56
|
+
|
|
57
|
+
## Per-Scene Submit Contract
|
|
58
|
+
|
|
59
|
+
Each storyboard scene card renders the exact contract that will be submitted for
|
|
60
|
+
that scene, expanded inline (no click-to-reveal), so an operator can confirm
|
|
61
|
+
"exactly what you're going to get" before any render spend:
|
|
62
|
+
|
|
63
|
+
- **Submit prompt — what the model receives.** The resolved provider submit text
|
|
64
|
+
is the `seedancePackets[].promptText` (the 10-block master prompt) from
|
|
65
|
+
`artifacts/filmmaking-prompts.json`, matched to the scene by `sceneIndex`. The
|
|
66
|
+
lighter storyboard `scenePrompt` fields (`imagePrompt`, `animationPrompt`,
|
|
67
|
+
`styleFooter`) are shown alongside it. This is the convergence point where the
|
|
68
|
+
multi-shot plan, the cinematography registers, and the story-bible continuity
|
|
69
|
+
all land in one packet.
|
|
70
|
+
- **References — identity lock.** Each `seedancePackets[].references` slot is
|
|
71
|
+
rendered with its role, a `ready`/`pending` badge, and the binding. For
|
|
72
|
+
character-sheet slots the binding is the `Asset://` URI resolved from
|
|
73
|
+
`artifacts/seedance-assets.json` by character name (preferring `intlAssetUri`);
|
|
74
|
+
an unregistered character renders as `<name> · unregistered`. Discovered
|
|
75
|
+
character reference thumbnails are shown beneath the slots. This lets a reviewer
|
|
76
|
+
confirm which avatar locks which scene, and that every required reference is
|
|
77
|
+
ready, before submitting.
|
|
78
|
+
|
|
79
|
+
The data is sourced entirely from on-disk artifacts (`storyboard.json`,
|
|
80
|
+
`filmmaking-prompts.json`, `seedance-assets.json`); the card falls back
|
|
81
|
+
gracefully (omitting the missing block) when an artifact is absent.
|
|
82
|
+
|
|
83
|
+
## Soundtrack Player
|
|
84
|
+
|
|
85
|
+
The `preview` showcase discovers a project soundtrack and, when one exists,
|
|
86
|
+
renders a `<audio controls preload="none">` player in the header strip.
|
|
87
|
+
Discovery prefers an explicit `soundtrack` or `audio` field in `project.json`
|
|
88
|
+
that resolves to an existing project-local audio file, then falls back to the
|
|
89
|
+
first discovered audio asset (`.mp3`/`.m4a`/`.wav`/`.aac`). When no soundtrack
|
|
90
|
+
is found, no `<audio>` element is emitted (no broken/empty player). The player
|
|
91
|
+
is preview-only; the editor/review/client-review decision surfaces are
|
|
92
|
+
unchanged.
|
|
93
|
+
|
|
94
|
+
## Lightbox on Production Images
|
|
95
|
+
|
|
96
|
+
Every production image rendered by the showcase carries
|
|
97
|
+
`data-lightbox-group` (and `data-lb-caption` where a caption exists) so the
|
|
98
|
+
shared `initLightbox` makes each image click-to-fullscreen with caption and
|
|
99
|
+
Escape-to-close, with no per-project hand-wiring.
|
|
100
|
+
|
|
101
|
+
## Empty-preview guardrail
|
|
102
|
+
|
|
103
|
+
When a project has no renderable media, `generatePreviewPortalSurfaces` returns
|
|
104
|
+
a non-empty `warnings` array (echoed to stderr by the `vclaw video portal`
|
|
105
|
+
handler) instead of a silently empty page. The usual cause is that the finished
|
|
106
|
+
cut was staged at the workspace root rather than under
|
|
107
|
+
`projects/<slug>/final/{videos,images,audio}` — the only location the portal
|
|
108
|
+
scans. The pure, exported `previewPortalMediaWarnings()` computes the list;
|
|
109
|
+
`warnings` is always present (empty when media exists) and the stdout JSON stays
|
|
110
|
+
machine-readable.
|
|
111
|
+
|
|
112
|
+
## Publish Contract
|
|
113
|
+
|
|
114
|
+
`vclaw video publish-preview` builds a deterministic R2 upload plan from the
|
|
115
|
+
HTML file and its local `src`/`href` references. `vclaw video
|
|
116
|
+
publish-portal-index` uploads a client or global index whose links point into
|
|
117
|
+
the published run folders.
|
|
118
|
+
|
|
119
|
+
```bash
|
|
120
|
+
vclaw video publish-preview \
|
|
121
|
+
--project <slug> \
|
|
122
|
+
--client <name> \
|
|
123
|
+
--bucket <bucket> \
|
|
124
|
+
[--run <id>] \
|
|
125
|
+
[--surface edit|review|client-review|preview|compare|index] \
|
|
126
|
+
[--public-base-url <url>] \
|
|
127
|
+
[--wrangler-bin <path>] \
|
|
128
|
+
[--dry-run]
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
`--project`, `--client`, and `--bucket` are all **required** — the handler
|
|
132
|
+
throws if any is missing. `--surface` defaults to `preview`. The `client`,
|
|
133
|
+
`project`, and `run` path segments are slugified before forming the R2 key, so
|
|
134
|
+
the upload prefix is `clients/<slugified-client>/<slugified-project>/runs/<slugified-run>/`.
|
|
135
|
+
|
|
136
|
+
Each plan item includes:
|
|
137
|
+
|
|
138
|
+
- local file path
|
|
139
|
+
- remote R2 key under `clients/<client>/<project>/runs/<run>/`
|
|
140
|
+
- content type
|
|
141
|
+
- SHA-256 hash
|
|
142
|
+
- public URL when `--public-base-url` is provided
|
|
143
|
+
|
|
144
|
+
Use `--dry-run` first to inspect the plan. Running without `--dry-run` executes
|
|
145
|
+
`wrangler r2 object put` for each item and appends a `surface.published` event
|
|
146
|
+
to `project-audit.jsonl`. Use `--wrangler-bin <path>` to pin a specific
|
|
147
|
+
Wrangler executable in CI or agent automation.
|
|
148
|
+
|
|
149
|
+
Published project pages live under
|
|
150
|
+
`clients/<client>/<project>/runs/<run>/`. Published client indexes live at
|
|
151
|
+
`clients/<client>/index.html` and link to those project/run pages.
|