ContractSpec docs

OSS-first docs

These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.

video-marketing-clip

Generate short-form marketing videos from content briefs

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: video, marketing, clips, content
  • File: packages/examples/video-marketing-clip/src/video-marketing-clip.feature.ts
  • field.key.label
    video-marketing-clip
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    video-marketing-clip
    field.description.label

    Generate short-form marketing videos from content briefs

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: video, marketing, clips, content
  • File: packages/examples/video-marketing-clip/src/video-marketing-clip.feature.ts
  • field.tags.label
    video,marketing,clips,content
    field.owners.label
    @examples
    field.stability.label
    experimental

    Generate short-form marketing videos from content briefs

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const VideoMarketingClipFeature = defineFeature({
    	meta: {
    		key: 'video-marketing-clip',
    		version: '1.0.0',
    		title: 'Video Marketing Clips',
    		description: 'Generate short-form marketing videos from content briefs',
    		domain: 'video',
    		owners: ['@examples'],
    		tags: ['video', 'marketing', 'clips', 'content'],
    		stability: 'experimental',
    	},
    
    	docs: [
    		'docs.examples.video-marketing-clip',
    		'docs.examples.video-marketing-clip.usage',
    	],
    });