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.

learning-journey-ui-coaching

Coaching UI with tip cards, engagement tracking, and multi-view navigation

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: learning, ui, coaching, tips
  • field.key.label
    learning-journey-ui-coaching
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    learning-journey-ui-coaching
    field.description.label

    Coaching UI with tip cards, engagement tracking, and multi-view navigation

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: learning, ui, coaching, tips
  • field.tags.label
    learning,ui,coaching,tips
    field.owners.label
    @examples
    field.stability.label
    experimental

    Coaching UI with tip cards, engagement tracking, and multi-view navigation

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const LearningJourneyUiCoachingFeature = defineFeature({
    	meta: {
    		key: 'learning-journey-ui-coaching',
    		version: '1.0.0',
    		title: 'Learning Journey UI: Coaching',
    		description:
    			'Coaching UI with tip cards, engagement tracking, and multi-view navigation',
    		domain: 'learning-journey',
    		owners: ['@examples'],
    		tags: ['learning', 'ui', 'coaching', 'tips'],
    		stability: 'experimental',
    	},
    
    	docs: ['docs.examples.learning-journey-ui-coaching'],
    });