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-ambient-coach

Contextual coaching track with ambient tips and follow-up actions

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

    Contextual coaching track with ambient tips and follow-up actions

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

    Contextual coaching track with ambient tips and follow-up actions

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const LearningJourneyAmbientCoachFeature = defineFeature({
    	meta: {
    		key: 'learning-journey-ambient-coach',
    		version: '1.0.0',
    		title: 'Learning Journey: Ambient Coach',
    		description:
    			'Contextual coaching track with ambient tips and follow-up actions',
    		domain: 'learning-journey',
    		owners: ['@examples'],
    		tags: ['learning', 'coaching', 'ambient', 'journey'],
    		stability: 'experimental',
    	},
    
    	docs: ['docs.learning-journey.ambient-coach'],
    });