Member Junction
    Preparing search index...

    Result of resolving a scope's dimensions.

    interface DimensionResolutionResult {
        Context: SearchContext;
        Diagnostics: string[];
        Provenance: DimensionExplanation[];
    }
    Index

    Properties

    Context: SearchContext

    Effective context. For a declared scope this contains RESOLVED dimensions only.

    Diagnostics: string[]

    Human-readable notes (discarded spoof attempts, applied defaults, …) for audit.

    Provenance: DimensionExplanation[]

    Per-dimension provenance — the structured form of Diagnostics.

    Diagnostics is prose for a human reading a log; this is the same information as data, so the explainer and the execution-log writer can record WHO decided each value without re-parsing sentences. Empty for an undeclared scope, which resolves nothing.