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 archetypes (drills, ambient-coach, quests) via event-driven track specs
Source Definition
import { defineFeature } from '@lssm-tech/lib.contracts-spec';
export const LearningPatternsFeature = defineFeature({
meta: {
key: 'learning-patterns',
version: '1.0.0',
title: 'Learning Patterns',
description:
'Learning archetypes (drills, ambient-coach, quests) via event-driven track specs',
domain: 'learning-journey',
owners: ['@examples'],
tags: ['learning', 'patterns', 'archetypes', 'tracks'],
stability: 'experimental',
},
telemetry: [{ key: 'learning-patterns.telemetry', version: '1.0.0' }],
docs: [
'docs.examples.learning-patterns.goal',
'docs.examples.learning-patterns.reference',
],
});