-- Add summary column to tasks table. -- Stores the completing agent's result message for propagation to dependent tasks. ALTER TABLE tasks ADD COLUMN summary TEXT;