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

    Interface LifecycleAdvanceCliInput

    interface LifecycleAdvanceCliInput {
        actor?: string;
        actorRole?: string;
        agentId?: string;
        controls?: string[];
        note?: string;
        to: string;
        workspace: string;
    }
    Index
    actor?: string
    actorRole?: string
    agentId?: string
    controls?: string[]
    note?: string
    to: string
    workspace: string