Member Junction
    Preparing search index...

    Shared fixture for the agent-plan-mode bundle (PM1–PM6, live-model): the run IDs the checks spawn (initial paused runs AND the entity-driven resumed runs discovered via ResumingAgentRunID) plus the MJ: AI Agent Requests rows the plan gate creates. Teardown deletes requests → steps → runs (FK-safe). The plan/always-plan agents themselves are seeded metadata, referenced read-only.

    interface AgentPlanModeFixture {
        CreatedRequestIds: string[];
        CreatedRunIds: string[];
    }
    Index

    Properties

    CreatedRequestIds: string[]

    Every MJ: AI Agent Requests row the plan gate created (deleted before the runs they link).

    CreatedRunIds: string[]

    Every AI Agent Run this bundle created — initial paused runs AND resumed runs.