@klarkxy/dsh-memory 0.1.0 → 0.1.2

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.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@klarkxy/dsh-memory",
3
- "version": "0.1.0",
4
- "description": "Memory and optional Dream for long-term preferences, project facts, decisions, and lessons",
3
+ "version": "0.1.2",
4
+ "description": "Long-term memory and idle consolidation for DeepSeek Harness, with scoped preferences, facts, decisions, and lessons.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
7
7
  "engines": {
@@ -64,7 +64,7 @@
64
64
  "@deepseek-ai/dsh-llm": "0.1.7-alpha.1",
65
65
  "@deepseek-ai/dsh-storage-domain": "0.1.7-alpha.1",
66
66
  "zod": "^4.1.5",
67
- "@klarkxy/dsh-ai-services": "0.1.0"
67
+ "@klarkxy/dsh-ai-services": "0.1.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@deepseek-ai/cordis": "^4.0.3"
@@ -77,8 +77,10 @@
77
77
  "keywords": [
78
78
  "dsh",
79
79
  "dsh-plugin",
80
+ "dsh-plugins",
80
81
  "deepseek-harness",
81
82
  "memory",
83
+ "long-term-memory",
82
84
  "dream"
83
85
  ],
84
86
  "repository": {
@@ -95,7 +97,7 @@
95
97
  "registry": "https://registry.npmjs.org/"
96
98
  },
97
99
  "dshRelease": {
98
- "contentHash": "sha256-6af0db4b9718744fc9244d7837d3704979a498515b7b3720c34949886f5b81f9"
100
+ "contentHash": "sha256-6bd1be80493b87c5fa666bbb2d2093218d0915366e2da662c028863ffdd9a7fa"
99
101
  },
100
102
  "scripts": {
101
103
  "build": "tsdown && node ../../scripts/wrap-client.mjs @klarkxy/dsh-memory",