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-duo-drills

Drill-based learning with spaced repetition, XP, and streaks

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: learning, drills, srs, gamification
  • File: packages/examples/learning-journey-duo-drills/src/learning-journey-duo-drills.feature.ts
  • field.key.label
    learning-journey-duo-drills
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    learning-journey-duo-drills
    field.description.label

    Drill-based learning with spaced repetition, XP, and streaks

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: learning, drills, srs, gamification
  • File: packages/examples/learning-journey-duo-drills/src/learning-journey-duo-drills.feature.ts
  • field.tags.label
    learning,drills,srs,gamification
    field.owners.label
    @examples
    field.stability.label
    experimental

    Drill-based learning with spaced repetition, XP, and streaks

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const LearningJourneyDuoDrillsFeature = defineFeature({
    	meta: {
    		key: 'learning-journey-duo-drills',
    		version: '1.0.0',
    		title: 'Learning Journey: Duo Drills',
    		description: 'Drill-based learning with spaced repetition, XP, and streaks',
    		domain: 'learning-journey',
    		owners: ['@examples'],
    		tags: ['learning', 'drills', 'srs', 'gamification'],
    		stability: 'experimental',
    	},
    
    	docs: ['docs.learning-journey.duo-drills'],
    });