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-quest-challenges

Quest and challenge-based learning with deadlines and completion tracking

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: learning, quests, challenges, gamification
  • field.key.label
    learning-journey-quest-challenges
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    learning-journey-quest-challenges
    field.description.label

    Quest and challenge-based learning with deadlines and completion tracking

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: learning, quests, challenges, gamification
  • field.tags.label
    learning,quests,challenges,gamification
    field.owners.label
    @examples
    field.stability.label
    experimental

    Quest and challenge-based learning with deadlines and completion tracking

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const LearningJourneyQuestChallengesFeature = defineFeature({
    	meta: {
    		key: 'learning-journey-quest-challenges',
    		version: '1.0.0',
    		title: 'Learning Journey: Quest Challenges',
    		description:
    			'Quest and challenge-based learning with deadlines and completion tracking',
    		domain: 'learning-journey',
    		owners: ['@examples'],
    		tags: ['learning', 'quests', 'challenges', 'gamification'],
    		stability: 'experimental',
    	},
    
    	docs: ['docs.learning-journey.quest-challenges'],
    });