5ac4c52e67
Cambia de _journal_mode=WAL en connection string a PRAGMA journal_mode=WAL explícito. Esto persiste en el archivo y cualquier cliente externo (sqlite3 CLI, DuckDB) hereda WAL automáticamente sin configuración adicional. Permite leer mientras el agente escribe simultáneamente sin bloqueos. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>