mimiq
    Preparing search index...

    Interface EvidenceBundleManifest

    interface EvidenceBundleManifest {
        events: "events.jsonl";
        finishedAt?: string;
        runId: string;
        sceneId: string;
        schemaVersion: 1;
        startedAt: string;
        status: "running" | "completed" | "failed";
    }
    Index
    events: "events.jsonl"
    finishedAt?: string
    runId: string
    sceneId: string
    schemaVersion: 1
    startedAt: string
    status: "running" | "completed" | "failed"