Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface RolePreset

    interface RolePreset {
        description: string;
        hideSections: string[];
        label: string;
        role: OperatorRole;
        showSections: string[];
        sortBy: "confidence" | "risk" | "effort" | "gap";
    }
    Index
    description: string
    hideSections: string[]
    label: string
    showSections: string[]
    sortBy: "confidence" | "risk" | "effort" | "gap"