Member Junction
    Preparing search index...

    Shared fixture for the agent-memory-guards bundle (MG1–MG5, live-model): the per-run marker string that isolates + cleans up the MJ: AI Agent Notes rows the writes create (the rig's isolation technique), plus the AI Agent Run IDs. Teardown deletes notes carrying the marker, then run steps → runs. The IT: Memory Writer agent is seeded metadata, referenced read-only.

    interface AgentMemoryGuardsFixture {
        CreatedRunIds: string[];
        Marker: string;
    }
    Index

    Properties

    CreatedRunIds: string[]

    Every AI Agent Run this bundle created (swept child-first after the marker notes).

    Marker: string

    Unique per-run marker embedded in every instructed memory-write content string.