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

    Interface LifecycleStageDefinition

    interface LifecycleStageDefinition {
        canAdvanceTo: (
            "deprecated"
            | "development"
            | "staging"
            | "production"
            | "testing"
        )[];
        description: string;
        stage: "deprecated" | "development" | "staging" | "production" | "testing";
        terminal: boolean;
    }
    Index
    canAdvanceTo: (
        "deprecated"
        | "development"
        | "staging"
        | "production"
        | "testing"
    )[]
    description: string
    stage: "deprecated" | "development" | "staging" | "production" | "testing"
    terminal: boolean