Member Junction
    Preparing search index...

    Snapshot of scratchpad state for persistence in step InputData/OutputData. This is the serialized form — notes as a string, tasks as a flat array.

    interface ScratchpadSnapshot {
        notes: string;
        tasks: AgentTask[];
    }
    Index

    Properties

    Properties

    notes: string

    Current notes text, or empty string if no notes.

    tasks: AgentTask[]

    Current task list as a flat array.