stratagate-dsh 0.2.43 → 0.2.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,12 +144,12 @@ Applications that manage their own model loop may use `claimNextElementProjectio
144
144
 
145
145
  ## Hybrid retrieval
146
146
 
147
- Event and fact-level element search use two inspectable ranking sources:
148
-
149
- 1. BM25 over field-weighted lexical tokens, including overlapping Han bigrams;
150
- 2. structured rankings from fields such as participant, event type, time range, element name, and element type.
151
-
152
- Reciprocal-rank fusion combines the available rankings. A non-empty query with no lexical or structured match returns an empty result rather than all candidates. Element search returns the matched fact plus its element ID, validity interval, and event provenance; callers expand the full element card only when needed. The reference path does not use embeddings or vector similarity.
147
+ Event and fact-level element search use two inspectable ranking sources:
148
+
149
+ 1. BM25 over field-weighted lexical tokens, including overlapping Han bigrams;
150
+ 2. structured rankings from fields such as participant, event type, time range, element name, and element type.
151
+
152
+ Reciprocal-rank fusion combines the available rankings. A non-empty query with no lexical or structured match returns an empty result rather than all candidates. Element search returns the matched fact plus its element ID, validity interval, and event provenance; callers expand the full element card only when needed. The reference path does not use embeddings or vector similarity.
153
153
 
154
154
  Integration tool responses intentionally expose compact search cards. They retain stable IDs, summaries,
155
155
  timestamps, and evidence references while leaving narrative/quotes/source-message lists and full graph
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stratagate-dsh",
3
- "version": "0.2.43",
3
+ "version": "0.2.45",
4
4
  "description": "Recent conversations stay vivid. Older ones fade into summaries, not oblivion. StrataGate gives DeepSeek Harness six-layer, time-decaying memory, while lasting events and relationships settle into a knowledge graph. Bring your memories from other AIs with you—no need to start over.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",