006-add-cwd.sql

1-- Add cwd (current working directory) column to conversations
2-- This allows each conversation to have its own working directory for tools
3
4ALTER TABLE conversations ADD COLUMN cwd TEXT;