@deepseek-ai/dsh-session-persistence-jsonl 0.1.2-alpha.2 → 0.1.2-alpha.3

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.
package/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/session/session-persistence-jsonl/README.md
5
- README.md: 69fb2901d783c327878cd37570aec730a3ca0841
6
- README.zh.md: 188982028374d4ca11a5a658acabce5fe5df9930
5
+ README.md: 4d815cb3dac33463adfd67a8355bdfac5dfbfa27
6
+ README.zh.md: 1ef84df9b6b2c4d36788c4bd30498d615d57513d
package/README.md CHANGED
@@ -29,7 +29,7 @@ Mount this backend when a composition needs durable sessions backed by per-sessi
29
29
 
30
30
  ### When to choose it
31
31
 
32
- Choose this backend when consumers benefit from one artifact per session — navigation, external tooling, or a raw line-readable log. Choose [SQLite](../session-persistence-sqlite/README.md) when a single queryable database fits the deployment instead. The backend keeps sessions under a deployment-controlled root: project-local, shared, temporary, or centralized.
32
+ Choose this backend when consumers benefit from one artifact per session — navigation, external tooling, or a raw line-readable log. It is the sole first-party Session-persistence provider. The backend keeps sessions under a deployment-controlled root: project-local, shared, temporary, or centralized.
33
33
 
34
34
  ### Minimal configuration
35
35
 
@@ -113,7 +113,6 @@ Read these pages when the package-level contract is not enough. They move from t
113
113
 
114
114
  - [Session persistence subsystem](../../../docs/subsystems/persistence.md) — backend-neutral service semantics and provider relationships.
115
115
  - [Session persistence seam](../session-persistence/README.md) — the service contract this backend implements.
116
- - [SQLite persistence backend](../session-persistence-sqlite/README.md) — the opt-in single-database alternative.
117
116
  - [Project-session directory decision](../../../.agents/notes/implemented/architecture/2026-07-24-project-session-directories.md) — the layout tradeoff behind project and session directories.
118
117
  - [Zstandard JSONL session logs](../../../.agents/notes/implemented/architecture/2026-07-19-zstandard-jsonl-session-logs.md) — the checksummed-frame encoding rationale.
119
118
 
package/README.zh.md CHANGED
@@ -29,7 +29,7 @@ kind: "package-reference"
29
29
 
30
30
  ### 何时选择
31
31
 
32
- 当消费方受益于每会话一份产物——导航、外部工具或可逐行读取的原始日志——时选择此后端。当单一可查询数据库更适合部署时,选择 [SQLite](../session-persistence-sqlite/README.zh.md)。后端把会话保存在部署控制的根下:项目本地、共享、临时或集中式。
32
+ 当消费方受益于每会话一份产物——导航、外部工具或可逐行读取的原始日志——时选择此后端。它是随产品交付的唯一 Session 持久化 provider。后端把会话保存在部署控制的根下:项目本地、共享、临时或集中式。
33
33
 
34
34
  ### 最小配置
35
35
 
@@ -113,7 +113,6 @@ kind: "package-reference"
113
113
 
114
114
  - [会话持久化子系统](../../../docs/subsystems/persistence.zh.md)——后端无关的服务语义与提供方关系。
115
115
  - [会话持久化 seam](../session-persistence/README.zh.md)——本后端实现的服务约定。
116
- - [SQLite 持久化后端](../session-persistence-sqlite/README.zh.md)——可选启用的单数据库替代方案。
117
116
  - [项目会话目录决策](../../../.agents/notes/implemented/architecture/2026-07-24-project-session-directories.zh.md)——项目与会话目录布局背后的取舍。
118
117
  - [Zstandard JSONL 会话日志](../../../.agents/notes/implemented/architecture/2026-07-19-zstandard-jsonl-session-logs.zh.md)——带校验和帧编码的理由。
119
118
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-session-persistence-jsonl",
3
3
  "description": "JSONL durable session persistence backend for the DeepSeek Harness",
4
- "version": "0.1.2-alpha.2",
4
+ "version": "0.1.2-alpha.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,19 +32,19 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
36
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.2",
37
- "@deepseek-ai/dsh-session-persistence": "^0.1.2-alpha.2",
38
- "@deepseek-ai/cordis": "^4.0.2"
35
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
36
+ "@deepseek-ai/dsh-session-persistence": "^0.1.2-alpha.3",
37
+ "@deepseek-ai/cordis": "^4.0.2",
38
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.3"
39
39
  },
40
40
  "dependencies": {
41
41
  "koffi": "^3.1.0",
42
42
  "@deepseek-ai/schemastery": "^3.18.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
46
- "@deepseek-ai/dsh-session-persistence": "^0.1.2-alpha.2",
47
- "@deepseek-ai/cordis": "^4.0.2",
48
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.2"
45
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
46
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.3",
47
+ "@deepseek-ai/dsh-session-persistence": "^0.1.2-alpha.3",
48
+ "@deepseek-ai/cordis": "^4.0.2"
49
49
  }
50
50
  }