From fb3956e8eb3a6a5408e6166cad2124c88ab61d64 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sat, 13 Jun 2026 00:50:11 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20activar=20OSINT=5FDB=5FBACKEND=20?= =?UTF-8?q?=E2=80=94=20osint=5Fweb=20usa=20DuckDB=20como=20fuente=20de=20v?= =?UTF-8?q?erdad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Verificado end-to-end: lectura de contactos (1065) y libretas desde osint_db; crear un contacto con 2 telefonos escribe DuckDB + empuja a Xandikos; borrarlo limpia ambos (DB + 404 en Xandikos). El multi-valor real se sirve desde DuckDB (p.ej. un contacto con dos TEL). Co-Authored-By: Claude Opus 4.8 (1M context) --- dev/feature_flags.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/feature_flags.json b/dev/feature_flags.json index 5a2e126..b93e283 100644 --- a/dev/feature_flags.json +++ b/dev/feature_flags.json @@ -1,10 +1,10 @@ { "flags": { "OSINT_DB_BACKEND": { - "enabled": false, + "enabled": true, "description": "osint_web lee/escribe contra osint_db (DuckDB) en vez de vault+Xandikos", "added": "2026-06-13", - "enabled_at": null + "enabled_at": "2026-06-13" } } }