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.

content-generation

AI content generation for blog posts, landing pages, emails, and social media

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: content, ai, generation
  • field.key.label
    content-generation
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    content-generation
    field.description.label

    AI content generation for blog posts, landing pages, emails, and social media

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: content, ai, generation
  • field.tags.label
    content,ai,generation
    field.owners.label
    @examples
    field.stability.label
    experimental

    AI content generation for blog posts, landing pages, emails, and social media

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const ContentGenerationFeature = defineFeature({
    	meta: {
    		key: 'content-generation',
    		version: '1.0.0',
    		title: 'Content Generation',
    		description:
    			'AI content generation for blog posts, landing pages, emails, and social media',
    		domain: 'content',
    		owners: ['@examples'],
    		tags: ['content', 'ai', 'generation'],
    		stability: 'experimental',
    	},
    
    	docs: [
    		'docs.examples.content-generation',
    		'docs.examples.content-generation.usage',
    	],
    });