Member Junction
    Preparing search index...

    Accumulator fixture for the agent-compaction-e2e bundle (CE1–CE9): the fabricated conversation histories (created INSIDE the checks, fabricate-then-observe) + the AI Agent Run IDs the live turns spawn. Teardown deletes run steps → runs → conversation details → conversations (FK-safe).

    interface AgentCompactionE2EFixture {
        Conversations: {
            Conversation: MJConversationEntity;
            Details: MJConversationDetailEntity[];
        }[];
        CreatedRunIds: string[];
    }
    Index

    Properties

    Conversations: {
        Conversation: MJConversationEntity;
        Details: MJConversationDetailEntity[];
    }[]

    Fabricated conversation + ordered detail rows per fixture history a check created.

    CreatedRunIds: string[]

    Every AI Agent Run the live compaction-observing turns created.