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

    Interface StableIdElement

    One identity-bearing element as the gate sees it.

    interface StableIdElement {
        kind: "exercise" | "card";
        lesson: string;
        set: string;
        stableId: string;
        type: string;
    }
    Index
    kind: "exercise" | "card"
    lesson: string

    Lesson FILE name; the filename is the lesson's identity.

    set: string

    Repo-relative set directory, e.g. sets/de/psych-intro.

    stableId: string
    type: string

    Exercise type, or "card" for cards (part of the reuse check).