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-shared

Shared learning-journey UI components including XpBar, StreakCounter, and BadgeDisplay

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

    Shared learning-journey UI components including XpBar, StreakCounter, and BadgeDisplay

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

    Shared learning-journey UI components including XpBar, StreakCounter, and BadgeDisplay

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const LearningJourneyUiSharedFeature = defineFeature({
    	meta: {
    		key: 'learning-journey-ui-shared',
    		version: '1.0.0',
    		title: 'Learning Journey UI: Shared',
    		description:
    			'Shared learning-journey UI components including XpBar, StreakCounter, and BadgeDisplay',
    		domain: 'learning-journey',
    		owners: ['@examples'],
    		tags: ['learning', 'ui', 'shared', 'components'],
    		stability: 'experimental',
    	},
    
    	docs: ['docs.examples.learning-journey-ui-shared'],
    });