Files
deepseek-harness/packages/session-query
Hypatia May 00bfc03d20 Merge remote-tracking branch 'origin/master' into session-query
# Conflicts:
#	docs/core-data-structures/core.md
#	docs/module-graph.md
#	docs/rfc/INDEX.md
#	vendor/README.md
2026-07-13 14:27:31 +08:00
..

session-query/ — session retrieval capability family

Trusted exact reads over live and durable session logs. Phase one contains one interface package that owns ctx.sessionQuery, logical-corpus precedence, surface classification, and bounded event reads.

Package Role ctx key
session-query/ Logical-corpus and exact-event read service ctx.sessionQuery

The family is independent of compaction: it reads the canonical session log but does not participate in compaction policy or execution. Full-text search remains proposed as a phase-two SQLite package rather than a speculative provider seam in this interface package.