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

    Interface AmcPolicy

    AMC-specific action policies extending the governor action catalog. These policies map Python AMC module capabilities to TypeScript governance.

    interface AmcPolicy {
        description: string;
        enforcement: "always" | "when_configured" | "opt_in";
        id: string;
        riskTiers: ("low" | "high" | "critical" | "medium")[];
        title: string;
    }
    Index
    description: string
    enforcement: "always" | "when_configured" | "opt_in"
    id: string
    riskTiers: ("low" | "high" | "critical" | "medium")[]
    title: string