AutoBE
    Preparing search index...

    Interface AnalyzeFileDecisions

    Decisions extracted from a single file by the decision-extraction LLM. Used in AutoBeAnalyzeRunCheckpointHistory.cross_file_review payload to enable resume-safe Requirements IR generation.

    Juntak

    interface AnalyzeFileDecisions {
        decisions: AnalyzeExtractedDecision[];
        filename: string;
    }
    Index

    Properties

    Properties

    Decisions extracted from this file. Order is implementation-defined.

    filename: string

    Source filename (e.g., "04-requirements.md").