Member Junction
    Preparing search index...

    A registered check. Id is '.', e.g. 'server-cache.S1'.

    interface NamedCheck {
        Fn: IntegrationCheckFn;
        Id: string;
        Name: string;
        RequiresLiveModel?: boolean;
        RequiresMutation?: boolean;
    }
    Index

    Properties

    Id: string
    Name: string
    RequiresLiveModel?: boolean

    Gated tier — runs only when RUN_AGENT_TESTS is set (live-model checks).

    RequiresMutation?: boolean

    Gated tier — runs only when RUN_MUTATION_TESTS is set (mutation-active checks).