Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit cc4e0e7

Browse files
committed
FEA-1550: Add SQLite to PGlite migration
- Add a recoverable SQLite to PGlite migration layer for agent dashboard data - Copy supported tables with row-count verification and .bak retention handling - Cover successful migration, fallback, skip, and backup cleanup paths Testing: Full desktop test suite, typecheck, lint, and focused migration tests passed Risks: Runtime cutover to PGlite remains gated on the shared PGlite engine/schema prerequisite
1 parent 6ac17cb commit cc4e0e7

4 files changed

Lines changed: 774 additions & 1 deletion

File tree

apps/desktop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "desktop",
3-
"version": "0.15.113",
3+
"version": "0.15.114",
44
"description": "ClosedLoop Desktop",
55
"author": "ClosedLoop AI <support@closedloop.ai>",
66
"private": true,
@@ -45,6 +45,7 @@
4545
"dependencies": {
4646
"@closedloop-ai/design-system": "0.1.1-dev.26892521643.1",
4747
"@closedloop-ai/loops-api": ">=0.3.1",
48+
"@electric-sql/pglite": "^0.4.6",
4849
"@pydantic/genai-prices": "0.0.62",
4950
"agent-dashboard": "github:hoangsonww/Claude-Code-Agent-Monitor#840c518d7fa69231de049e41b893938228b67e40",
5051
"busboy": "^1.6.0",

0 commit comments

Comments
 (0)