@suluk/agents - v0.1.6
    Preparing search index...

    Interface SkillModelResolution

    interface SkillModelResolution {
        ids: string[];
        from: "declared" | "selected";
        selection?: SelectResult;
        snapshotHash: string | null;
        target: ResolvedTarget;
        pickPinned: boolean;
    }
    Index

    Properties

    ids: string[]
    from: "declared" | "selected"
    selection?: SelectResult

    the selector result (filter trace + per-axis why + coverage gaps) when from === "selected".

    snapshotHash: string | null

    the catalog snapshot the SURVIVOR SET was pinned against (null when declared).

    the resolved runtime target (pin / router / latest).

    pickPinned: boolean

    true ⇒ the SERVED model id is reproducible (pinned). false ⇒ set-pinned but pick-NOT-pinned (router/latest).