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

    Interface GovernanceGateRequirement

    interface GovernanceGateRequirement {
        controlId: string;
        description: string;
        owner: "operator" | "developer" | "deployer";
        title: string;
    }
    Index
    controlId: string
    description: string
    owner: "operator" | "developer" | "deployer"
    title: string