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-docs-terminal

Generate terminal demo videos from CLI walkthroughs with narration

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

    Generate terminal demo videos from CLI walkthroughs with narration

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: video, terminal, docs, tutorial
  • File: packages/examples/video-docs-terminal/src/video-docs-terminal.feature.ts
  • field.tags.label
    video,terminal,docs,tutorial
    field.owners.label
    @examples
    field.stability.label
    experimental

    Generate terminal demo videos from CLI walkthroughs with narration

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const VideoDocsTerminalFeature = defineFeature({
    	meta: {
    		key: 'video-docs-terminal',
    		version: '1.0.0',
    		title: 'Video Docs Terminal',
    		description:
    			'Generate terminal demo videos from CLI walkthroughs with narration',
    		domain: 'video',
    		owners: ['@examples'],
    		tags: ['video', 'terminal', 'docs', 'tutorial'],
    		stability: 'experimental',
    	},
    
    	docs: [
    		'docs.examples.video-docs-terminal',
    		'docs.examples.video-docs-terminal.usage',
    	],
    });