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.
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',
],
});