Member Junction
    Preparing search index...
    interface MemoryWriteResult {
        disposition: MemoryWriteDisposition;
        durationMs: number;
        finalScope?: MemoryWriteScope;
        noteId?: string;
        reason?: string;
        request: MemoryWriteRequest;
    }
    Index

    Properties

    durationMs: number
    finalScope?: MemoryWriteScope

    Scope the write was clamped to (set for written/superseded-own)

    noteId?: string

    ID of the note written, superseded, or deduped against (when applicable)

    reason?: string

    Human/LLM-readable explanation, returned to the agent so it can self-correct