Tianyi Cui 46dfd503e0 Merge origin/master into codex/sqlite-metadata-contracts před 1 měsícem
..
session-query 80bbe959a7 Merge remote-tracking branch 'origin/master' into feat/send-unify před 1 měsícem
session-query-sqlite e54a4ad986 fix(sqlite): match reserved object names literally před 1 měsícem
README.md 1e457b22e0 refactor(session-query): unify query service před 1 měsícem

README.md

session-query/ — session retrieval capability family

Trusted exact reads, relationship traces, provider-independent semantic filtering, and SQLite full-text search over live and durable session logs.

Package Role ctx key
session-query/ Combined service contract with concrete logical-corpus reads, traces, and semantic filters plus abstract full-text methods ctx.sessionQuery
session-query-sqlite/ Concrete service backend with SQLite FTS5 persistent bases and live overlays ctx.sessionQuery

The family is independent of compaction: it reads canonical lineage, surface operations, logged provenance, and semantic event text but does not participate in compaction policy or execution. One abstract service combines every query operation, and one concrete backend owns the full-text lifecycle without a provider registry or coordinator.