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

    Interface AdvanceLifecycleInput

    interface AdvanceLifecycleInput {
        actor: string;
        actorRole: "operator" | "developer" | "deployer";
        agentId?: string;
        controlsSatisfied?: string[];
        note?: string;
        toStage:
            | "deprecated"
            | "development"
            | "staging"
            | "production"
            | "testing";
        ts?: number;
        workspace: string;
    }
    Index
    actor: string
    actorRole: "operator" | "developer" | "deployer"
    agentId?: string
    controlsSatisfied?: string[]
    note?: string
    toStage: "deprecated" | "development" | "staging" | "production" | "testing"
    ts?: number
    workspace: string