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.

lifecycle-dashboard

Lifecycle API usage snippet with status cards and lifecycle-managed endpoints

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: lifecycle, dashboard, status
  • field.key.label
    lifecycle-dashboard
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    lifecycle-dashboard
    field.description.label

    Lifecycle API usage snippet with status cards and lifecycle-managed endpoints

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: lifecycle, dashboard, status
  • field.tags.label
    lifecycle,dashboard,status
    field.owners.label
    @examples
    field.stability.label
    experimental

    Lifecycle API usage snippet with status cards and lifecycle-managed endpoints

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const LifecycleDashboardFeature = defineFeature({
    	meta: {
    		key: 'lifecycle-dashboard',
    		version: '1.0.0',
    		title: 'Lifecycle Dashboard',
    		description:
    			'Lifecycle API usage snippet with status cards and lifecycle-managed endpoints',
    		domain: 'lifecycle',
    		owners: ['@examples'],
    		tags: ['lifecycle', 'dashboard', 'status'],
    		stability: 'experimental',
    	},
    
    	docs: ['docs.examples.lifecycle-dashboard'],
    });