fix(web): converge search runtime boundaries (round 8)

This commit is contained in:
Hypatia May
2026-07-27 14:02:35 +08:00
parent 40b68cd8d5
commit ba2925c704
21 changed files with 469 additions and 54 deletions

View File

@@ -89,13 +89,14 @@
config:
root: './.sessions'
# Lazy, service-owned content index for session.search. The in-memory database
# cannot be shared across processes or leak derived files across invocations;
# the first search reconciles changed live/persisted sessions for this boot.
# The service activates at boot, while first-search defers the node:sqlite
# import and in-memory handle so Node 22 startup stays quiet until content
# search actually uses SQLite. That search then reconciles this boot's sources.
- id: session-query-sqlite
name: '@deepseek-ai/dsh-session-query-sqlite'
config:
path: ':memory:'
openAt: first-search
- id: storage
name: '@deepseek-ai/dsh-storage'