Saxonberg Server API
    Preparing search index...
    Effect:
        | {
            command: CommandDefinition;
            kind: "dispatch";
            model: CommandModel;
            prep: Record<string, string>;
        }
        | { kind: "slice" }
        | { kind: "suspend"; request: SuspendRequest }

    A unit of work the sync evaluator hands to the async pump.