Member Junction
    Preparing search index...
    interface IntegrationCheckContext {
        AgentCarryForwardFixture?: AgentLiveFixture;
        AgentCompactionE2EFixture?: AgentCompactionE2EFixture;
        AgentLoopLiveFixture?: AgentLiveFixture;
        AgentMemoryGuardsFixture?: AgentMemoryGuardsFixture;
        AgentPlanModeFixture?: AgentPlanModeFixture;
        AgentRagSearchFixture?: AgentRagSearchFixture;
        AgentSkillsLiveFixture?: AgentSkillsLiveFixture;
        AiSkillsFixture?: AiSkillsFixture;
        CommunicationFixture?: CommunicationFixture;
        CompactionFixture?: ConversationCompactionFixture;
        Config?: Record<string, unknown>;
        EntityWritesFixture?: EntityWritesFixture;
        FieldRulesFixture?: FieldRulesFixture;
        Fixtures?: RunQueryFixtures;
        ListsFixture?: ListsFixture;
        OpenAppTeardownFixture?: OpenAppTeardownFixture;
        PermissionEngineFixture?: PermissionEngineFixture;
        Pool?: ConnectionPool;
        PredictiveStudioFixture?: PredictiveStudioFixture;
        Provider: IMetadataProvider;
        RemoteOpAiAuthoringFixture?: RemoteOpAiAuthoringFixture;
        RemoteOpsFixture?: RemoteOpsFixture;
        RemoteOpWireProgressFixture?: RemoteOpWireProgressFixture;
        RlsFixture?: RlsFixture;
        RpFacadeFixture?: RecordProcessFacadeFixture;
        ScheduledJobsFixture?: ScheduledJobsFixture;
        Schema?: string;
        ShippedAgentsLiveFixture?: AgentLiveFixture;
        Storage: InstrumentedLocalStorageProvider;
        TemplatesFixture?: TemplatesFixture;
        TransactionGroupsFixture?: TransactionGroupsFixture;
        User: UserInfo;
        UserRoutinesFixture?: UserRoutinesFixture;
    }
    Index

    Properties

    AgentCarryForwardFixture?: AgentLiveFixture

    Accumulator fixture for the agent-carry-forward bundle (live-model, client transport, fabricate-then-observe).

    AgentCompactionE2EFixture?: AgentCompactionE2EFixture

    Accumulator fixture for the agent-compaction-e2e bundle (fabricate-then-observe).

    AgentLoopLiveFixture?: AgentLiveFixture

    Accumulator fixture for the agent-loop-live bundle (live-model, client transport).

    AgentMemoryGuardsFixture?: AgentMemoryGuardsFixture

    Shared fixture for the agent-memory-guards bundle (live-model, marker-isolated).

    AgentPlanModeFixture?: AgentPlanModeFixture

    Shared fixture for the agent-plan-mode bundle (live-model).

    AgentRagSearchFixture?: AgentRagSearchFixture

    Shared fixture for the agent-rag-search bundle (split-tier: deterministic engine + live agent legs).

    AgentSkillsLiveFixture?: AgentSkillsLiveFixture

    Shared fixture for the agent-skills-live bundle (live-model).

    AiSkillsFixture?: AiSkillsFixture

    Shared fixture for the ai-skills bundle.

    CommunicationFixture?: CommunicationFixture

    Shared fixture for the communication bundle (DryRun end-to-end).

    CompactionFixture?: ConversationCompactionFixture

    Accumulator fixture for the conversation-compaction bundle (created by checks, torn down by lifecycle).

    Config?: Record<string, unknown>

    The opaque per-selector config bag from Test.Configuration.checks[].config, set by the driver/script before each bundle runs. Bundles read their own keys from it (e.g. dataset-cache reads datasetName, aggregates-cache reads entityName) with sensible defaults when absent.

    EntityWritesFixture?: EntityWritesFixture

    Shared fixture for the entity-writes bundle (client transport, mutating).

    FieldRulesFixture?: FieldRulesFixture

    Shared fixture for the field-rules-bulk-update bundle.

    Fixtures?: RunQueryFixtures

    Bundle-specific setup state populated by the driver/script before the bundle runs.

    ListsFixture?: ListsFixture

    Shared fixture for the lists bundle.

    OpenAppTeardownFixture?: OpenAppTeardownFixture

    Shared fixture for the open-app-teardown bundle.

    PermissionEngineFixture?: PermissionEngineFixture

    Shared fixture for the permission-engine bundle's mutation checks (PE11/PE12) only.

    Pool?: ConnectionPool

    Present for server-side bundles that need raw SQL fixtures; undefined for client bundles.

    PredictiveStudioFixture?: PredictiveStudioFixture

    Shared fixture for the predictive-studio bundle.

    Run-scoped provider — SQLServerDataProvider (server) or GraphQLDataProvider (client).

    RemoteOpAiAuthoringFixture?: RemoteOpAiAuthoringFixture

    Shared fixture for the remote-op-ai-authoring bundle (live-model).

    RemoteOpsFixture?: RemoteOpsFixture

    Shared fixture for the remote-operations bundle.

    RemoteOpWireProgressFixture?: RemoteOpWireProgressFixture

    Shared fixture for the remote-op-wire-progress bundle (client transport).

    RlsFixture?: RlsFixture

    Discovered two-user RLS fixture for the rls-isolation bundle (suite-scoped).

    RpFacadeFixture?: RecordProcessFacadeFixture

    Shared fixture for the record-process-facade bundle (setup → checks → teardown).

    ScheduledJobsFixture?: ScheduledJobsFixture

    Shared fixture for the scheduled-jobs bundle.

    Schema?: string

    Core schema (e.g. '__mj') for fixture SQL that references views directly.

    ShippedAgentsLiveFixture?: AgentLiveFixture

    Accumulator fixture for the shipped-agents-live bundle (live-model, client transport).

    Instrumented cache wrapper: per-category Get/Set counters; ResetCounts().

    TemplatesFixture?: TemplatesFixture

    Shared fixture for the templates bundle.

    TransactionGroupsFixture?: TransactionGroupsFixture

    Shared fixture for the transaction-groups bundle (client transport, mutating).

    User: UserInfo

    Resolved context user threaded from the engine (server) or bootstrap.

    UserRoutinesFixture?: UserRoutinesFixture

    Shared fixture for the user-routines bundle.