learn-content-engine - v0.13.1
    Preparing search index...

    Type Alias LessonSourceAdapter

    LessonSourceAdapter: (
        rawText: string,
        context: LessonSetContext,
    ) => ContentLesson

    A source adapter: raw source text + set context → canonical ContentLesson. Today the only implementation is singleJsonLessonAdapter; a multi-file adapter would satisfy the same signature.

    Type Declaration