AutoBE
    Preparing search index...

    Interface AnalyzeRunView

    Computed view of an in-flight analyze run, derived from AutoBeAnalyzeRunCheckpointHistory entries.

    null on AutoBeState means either (a) analyze has never started for the current step, or (b) analyze has completed (use analyze history).

    Juntak

    interface AnalyzeRunView {
        crossFileReviewDone: boolean;
        files: AnalyzeFileRunState[];
        scenario: boolean;
        step: number;
    }
    Index

    Properties

    crossFileReviewDone: boolean

    Whether the cross-file review stage has completed.

    Per-file progress, ordered by AutoBeAnalyzeScenarioEvent.files[]. Includes 00-toc.md for index fidelity, though TOC is excluded from crossFileReviewDone calculation.

    scenario: boolean

    Whether the scenario stage has completed.

    step: number

    Step number of this run.