stratagate-dsh 0.2.19 → 0.2.21

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.
@@ -6,6 +6,16 @@
6
6
 
7
7
  该插件负责将 DSH 会话事件接入现有的 StrataGate 记忆引擎,并不会实现另一套独立的记忆系统。
8
8
 
9
+ ## 界面预览
10
+
11
+ ### 分层短期记忆
12
+
13
+ ![StrataGate 分层短期记忆界面](assets/stratagate-short-term-memory.png)
14
+
15
+ ### 记忆结构与诊断
16
+
17
+ ![StrataGate 记忆结构与诊断界面](assets/stratagate-memory-structure.png)
18
+
9
19
  ## 它是怎么设计的
10
20
 
11
21
  StrataGate 不把“记忆”当作一段不断改写的摘要,而是把**原始证据、派生记忆、检索判断和使用反馈**分开处理:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stratagate-dsh",
3
- "version": "0.2.19",
3
+ "version": "0.2.21",
4
4
  "description": "Automatic local-first cross-session memory for DeepSeek Harness with source-traceable recall",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",