@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface AgentSkillView

    interface AgentSkillView {
        name: string;
        model: string[];
        tier?: "resident" | "cold-tail";
        pinned: boolean;
        source?: string;
    }
    Index

    Properties

    name: string
    model: string[]
    tier?: "resident" | "cold-tail"
    pinned: boolean

    has a provenance.contentHash ⇒ drift is detectable (the staleness binding).

    source?: string