Member Junction
    Preparing search index...

    Represents a single database mutation performed by AgentSpecSync

    interface AgentSpecSyncMutation {
        Description: string;
        Entity: string;
        ID: string;
        Operation: "Create" | "Update" | "Delete";
    }
    Index

    Properties

    Description: string

    Human-readable description of what was done

    Entity: string

    Entity name (e.g., "MJ: AI Agents", "MJ: AI Prompts", "AIAgentAction")

    ID: string

    Record ID

    Operation: "Create" | "Update" | "Delete"

    Operation type