Jerry-Xin 0e18a7922b fix(memory): watch for external file changes and auto-reindex
Previously, the gateway startup only initialized memory managers for the
qmd backend, skipping the default builtin SQLite provider. This meant
the filesystem watcher was never set up for external file changes.

Now both builtin and qmd backends initialize their memory managers at
gateway startup, enabling the chokidar watcher to detect external file
modifications and trigger automatic reindexing with debouncing.

Fixes #45818
2026-03-16 20:08:57 +08:00
..
2026-03-15 21:39:49 -07:00
2026-03-14 00:51:12 +00:00
2026-03-14 17:27:54 +02:00
2026-03-14 15:52:11 -05:00