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

    Interface ApplyResult

    interface ApplyResult {
        agentId: string;
        applied: boolean;
        modulesEnabled: string[];
        packId: string;
        resolved?: boolean;
    }
    Index
    agentId: string
    applied: boolean

    Always false here: this resolver does not enforce anything.

    modulesEnabled: string[]

    Modules the pack WOULD enable, not modules now in force.

    packId: string
    resolved?: boolean

    True when the pack was found and its modules resolved.