@suluk/journeys - v0.4.0
    Preparing search index...

    Interface UndefinedStep

    interface UndefinedStep {
        scenario: string;
        text: string;
        line: number;
        resolution: "alias" | "map" | "review" | "define-journey";
        suggestion: string;
    }
    Index

    Properties

    scenario: string
    text: string

    the original authored prose (the non-technical author's words).

    line: number
    resolution: "alias" | "map" | "review" | "define-journey"

    How to make it run. NONE of these requires a developer EXCEPT where the scaffolder, on review, finds no operation provides the capability — then they escalate. The tool only ever SUGGESTS; it never asserts "a developer is required", because absence of a lexical match is not evidence the capability is missing.

    • alias — a confident 1:1 target was found (a paraphrase of a generated step).
    • map — a related operation was found; map it (alias or decompose) to that op's steps.
    • review — no automatic match; the scaffolder maps it from the phrasebook, or escalates only if nothing backs it.
    • define-journey — a reference to a journey that is not defined yet.
    suggestion: string

    a paste-ready definitions stub (or, for review, the honest "decide" note).