AutoBE
    Preparing search index...

    Interface AnalyzeQualityEntry

    Scoped quality record for the analyze pipeline.

    Claim-scoped entries are inherited file-quality annotations. They do not mean the individual claim was independently validated.

    Juntak

    interface AnalyzeQualityEntry {
        quality: AnalyzeCompletionQuality;
        reasons: AnalyzeContinuationReason[];
        scope: "overall" | "file" | "claim";
        target: string;
    }
    Index

    Properties

    Final classification computed from reasons.

    Deduplicated reasons in first-seen order.

    scope: "overall" | "file" | "claim"

    Granularity of this entry.

    target: string

    "*" for overall scope; filename for file scope; claim id for claim scope.