stratagate-dsh 0.2.55 → 0.2.57

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/package.json CHANGED
@@ -1,181 +1,181 @@
1
- {
2
- "name": "stratagate-dsh",
3
- "version": "0.2.55",
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
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js"
12
- },
13
- "./client": {
14
- "types": "./dist/client.d.ts",
15
- "default": "./dist/client.js"
16
- },
17
- "./cordis.patch.yml": "./cordis.patch.yml",
18
- "./package.json": "./package.json"
19
- },
20
- "files": [
21
- "dist",
22
- "cordis.patch.yml",
23
- "README.md",
24
- "README.zh-CN.md",
25
- "docs",
26
- "screenshots.json",
27
- "CHANGELOG.md",
28
- "LICENSE"
29
- ],
30
- "workspaces": [
31
- "packages/*",
32
- "integrations/*"
33
- ],
34
- "dsh": {
35
- "bundle": {
36
- "patch": "./cordis.patch.yml"
37
- },
38
- "client": {
39
- "inject": [
40
- "@deepseek-ai/dsh-client-runtime"
41
- ],
42
- "platform": "web"
43
- }
44
- },
45
- "scripts": {
46
- "build": "npm run build:core && npm run build:dsh && npm run build:workbuddy",
47
- "build:dsh": "tsup && node scripts/build-client.mjs",
48
- "build:core": "npm run build --workspace @diqier/stratagate",
49
- "build:workbuddy": "npm run build --workspace stratagate-workbuddy",
50
- "check": "npm run check:core && npm run check:dsh && npm run check:workbuddy",
51
- "check:dsh": "tsc -p tsconfig.json --noEmit",
52
- "check:core": "npm run check --workspace @diqier/stratagate",
53
- "check:workbuddy": "npm run check --workspace stratagate-workbuddy",
54
- "test": "npm run test:core && npm run test:dsh && npm run test:workbuddy",
55
- "test:dsh": "vitest run --config vitest.config.ts",
56
- "test:core": "npm run test --workspace @diqier/stratagate",
57
- "test:workbuddy": "npm run test --workspace stratagate-workbuddy",
58
- "verify:dsh": "npm run build:dsh && node scripts/verify-package.mjs",
59
- "verify:workbuddy": "npm run verify:package --workspace stratagate-workbuddy",
60
- "test:watch": "vitest --config vitest.config.ts",
61
- "prepare": "npm run build:dsh"
62
- },
63
- "keywords": [
64
- "memory",
65
- "dsh",
66
- "deepseek",
67
- "plugin",
68
- "agent",
69
- "cross-session",
70
- "evidence",
71
- "deepseek-harness",
72
- "dsh-plugin",
73
- "agent-memory",
74
- "cross-session-memory",
75
- "persistent-memory",
76
- "project-memory",
77
- "conversation-memory",
78
- "long-term-memory",
79
- "local-first",
80
- "time-decay",
81
- "usage-reinforcement",
82
- "source-traceability",
83
- "source-tracing",
84
- "evidence-gate"
85
- ],
86
- "repository": {
87
- "type": "git",
88
- "url": "git+https://github.com/diqierjia/StrataGate-AgentMemory.git"
89
- },
90
- "bugs": {
91
- "url": "https://github.com/diqierjia/StrataGate-AgentMemory/issues"
92
- },
93
- "homepage": "https://github.com/diqierjia/StrataGate-AgentMemory#readme",
94
- "license": "MIT",
95
- "dshWorkshop": {
96
- "schema": "omdsh-workshop-package/v1",
97
- "type": "plugin",
98
- "integration": {
99
- "protocol": "harness-profile",
100
- "artifact": "cordis.patch.yml"
101
- },
102
- "install": {
103
- "mode": "transactional",
104
- "adapter": "profile-bundle",
105
- "failurePolicy": "generation-rollback",
106
- "touchesCurrentBeforeActivation": false
107
- },
108
- "lifecycle": {
109
- "activation": "restart-profile",
110
- "dispose": "supported"
111
- },
112
- "compatibility": {
113
- "dshVersions": [
114
- "0.1.0-rc.6",
115
- "0.1.0-rc.7"
116
- ]
117
- },
118
- "permissions": [
119
- "harness:tool",
120
- "filesystem:read",
121
- "filesystem:write",
122
- "network:none",
123
- "subprocess:none",
124
- "shell:none",
125
- "python:none",
126
- "credentials:none"
127
- ],
128
- "capability": {
129
- "id": "memory_search_events",
130
- "kind": "tool",
131
- "invocation": "Invoke memory_search_events with a project-memory query after profile activation.",
132
- "expected": "The DSH tool registry exposes memory_search_events and returns an evidence-gated retrieval batch."
133
- },
134
- "evidence": {
135
- "install": "tests/plugin.test.ts",
136
- "failureIsolation": null,
137
- "hotReload": null,
138
- "remove": null
139
- }
140
- },
141
- "publishConfig": {
142
- "access": "public"
143
- },
144
- "engines": {
145
- "node": "^22.19.0 || >=24.0.0"
146
- },
147
- "peerDependencies": {
148
- "@deepseek-ai/cordis": "^4.0.1",
149
- "@deepseek-ai/dsh-agent-default-model": ">=0.1.0-rc.6 <0.2.0",
150
- "@deepseek-ai/dsh-llm": ">=0.1.0-rc.6 <0.2.0",
151
- "@deepseek-ai/dsh-session": ">=0.1.0-rc.6 <0.2.0",
152
- "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.6 <0.2.0",
153
- "@deepseek-ai/dsh-tools": ">=0.1.0-rc.6 <0.2.0",
154
- "@deepseek-ai/schemastery": "^3.18.1"
155
- },
156
- "devDependencies": {
157
- "@deepseek-ai/cordis": "^4.0.1",
158
- "@deepseek-ai/dsh-agent-default-model": ">=0.1.0-rc.6 <0.2.0",
159
- "@deepseek-ai/dsh-llm": ">=0.1.0-rc.6 <0.2.0",
160
- "@deepseek-ai/dsh-session": ">=0.1.0-rc.6 <0.2.0",
161
- "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.6 <0.2.0",
162
- "@deepseek-ai/dsh-tools": ">=0.1.0-rc.6 <0.2.0",
163
- "@deepseek-ai/schemastery": "^3.18.1",
164
- "@types/node": "^22.0.0",
165
- "cytoscape": "^3.34.1",
166
- "cytoscape-fcose": "^2.2.0",
167
- "esbuild": "^0.28.2",
168
- "tsup": "^8.5.0",
169
- "typescript": "^5.7.0",
170
- "vitest": "^3.0.0"
171
- },
172
- "dependencies": {
173
- "ngraph.graph": "^20.1.2",
174
- "ngraph.leiden": "^0.3.0"
175
- },
176
- "directories": {
177
- "doc": "docs",
178
- "test": "tests"
179
- },
180
- "author": ""
181
- }
1
+ {
2
+ "name": "stratagate-dsh",
3
+ "version": "0.2.57",
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
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
12
+ },
13
+ "./client": {
14
+ "types": "./dist/client.d.ts",
15
+ "default": "./dist/client.js"
16
+ },
17
+ "./cordis.patch.yml": "./cordis.patch.yml",
18
+ "./package.json": "./package.json"
19
+ },
20
+ "files": [
21
+ "dist",
22
+ "cordis.patch.yml",
23
+ "README.md",
24
+ "README.zh-CN.md",
25
+ "docs",
26
+ "screenshots.json",
27
+ "CHANGELOG.md",
28
+ "LICENSE"
29
+ ],
30
+ "workspaces": [
31
+ "packages/*",
32
+ "integrations/workbuddy"
33
+ ],
34
+ "dsh": {
35
+ "bundle": {
36
+ "patch": "./cordis.patch.yml"
37
+ },
38
+ "client": {
39
+ "inject": [
40
+ "@deepseek-ai/dsh-client-runtime"
41
+ ],
42
+ "platform": "web"
43
+ }
44
+ },
45
+ "scripts": {
46
+ "build": "npm run build:core && npm run build:dsh && npm run build:workbuddy",
47
+ "build:dsh": "tsup && node scripts/build-client.mjs",
48
+ "build:core": "npm run build --workspace @diqier/stratagate",
49
+ "build:workbuddy": "npm run build --workspace stratagate-workbuddy",
50
+ "check": "npm run check:core && npm run check:dsh && npm run check:workbuddy",
51
+ "check:dsh": "tsc -p tsconfig.json --noEmit",
52
+ "check:core": "npm run check --workspace @diqier/stratagate",
53
+ "check:workbuddy": "npm run check --workspace stratagate-workbuddy",
54
+ "test": "npm run test:core && npm run test:dsh && npm run test:workbuddy",
55
+ "test:dsh": "vitest run --config vitest.config.ts",
56
+ "test:core": "npm run test --workspace @diqier/stratagate",
57
+ "test:workbuddy": "npm run test --workspace stratagate-workbuddy",
58
+ "verify:dsh": "npm run build:dsh && node scripts/verify-package.mjs",
59
+ "verify:workbuddy": "npm run verify:package --workspace stratagate-workbuddy",
60
+ "test:watch": "vitest --config vitest.config.ts",
61
+ "prepare": "npm run build:dsh"
62
+ },
63
+ "keywords": [
64
+ "memory",
65
+ "dsh",
66
+ "deepseek",
67
+ "plugin",
68
+ "agent",
69
+ "cross-session",
70
+ "evidence",
71
+ "deepseek-harness",
72
+ "dsh-plugin",
73
+ "agent-memory",
74
+ "cross-session-memory",
75
+ "persistent-memory",
76
+ "project-memory",
77
+ "conversation-memory",
78
+ "long-term-memory",
79
+ "local-first",
80
+ "time-decay",
81
+ "usage-reinforcement",
82
+ "source-traceability",
83
+ "source-tracing",
84
+ "evidence-gate"
85
+ ],
86
+ "repository": {
87
+ "type": "git",
88
+ "url": "git+https://github.com/diqierjia/StrataGate-AgentMemory.git"
89
+ },
90
+ "bugs": {
91
+ "url": "https://github.com/diqierjia/StrataGate-AgentMemory/issues"
92
+ },
93
+ "homepage": "https://github.com/diqierjia/StrataGate-AgentMemory#readme",
94
+ "license": "MIT",
95
+ "dshWorkshop": {
96
+ "schema": "omdsh-workshop-package/v1",
97
+ "type": "plugin",
98
+ "integration": {
99
+ "protocol": "harness-profile",
100
+ "artifact": "cordis.patch.yml"
101
+ },
102
+ "install": {
103
+ "mode": "transactional",
104
+ "adapter": "profile-bundle",
105
+ "failurePolicy": "generation-rollback",
106
+ "touchesCurrentBeforeActivation": false
107
+ },
108
+ "lifecycle": {
109
+ "activation": "restart-profile",
110
+ "dispose": "supported"
111
+ },
112
+ "compatibility": {
113
+ "dshVersions": [
114
+ "0.1.0-rc.6",
115
+ "0.1.0-rc.7"
116
+ ]
117
+ },
118
+ "permissions": [
119
+ "harness:tool",
120
+ "filesystem:read",
121
+ "filesystem:write",
122
+ "network:none",
123
+ "subprocess:none",
124
+ "shell:none",
125
+ "python:none",
126
+ "credentials:none"
127
+ ],
128
+ "capability": {
129
+ "id": "memory_search_events",
130
+ "kind": "tool",
131
+ "invocation": "Invoke memory_search_events with a project-memory query after profile activation.",
132
+ "expected": "The DSH tool registry exposes memory_search_events and returns an evidence-gated retrieval batch."
133
+ },
134
+ "evidence": {
135
+ "install": "tests/plugin.test.ts",
136
+ "failureIsolation": null,
137
+ "hotReload": null,
138
+ "remove": null
139
+ }
140
+ },
141
+ "publishConfig": {
142
+ "access": "public"
143
+ },
144
+ "engines": {
145
+ "node": "^22.19.0 || >=24.0.0"
146
+ },
147
+ "peerDependencies": {
148
+ "@deepseek-ai/cordis": "^4.0.1",
149
+ "@deepseek-ai/dsh-agent-default-model": ">=0.1.0-rc.6 <0.2.0",
150
+ "@deepseek-ai/dsh-llm": ">=0.1.0-rc.6 <0.2.0",
151
+ "@deepseek-ai/dsh-session": ">=0.1.0-rc.6 <0.2.0",
152
+ "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.6 <0.2.0",
153
+ "@deepseek-ai/dsh-tools": ">=0.1.0-rc.6 <0.2.0",
154
+ "@deepseek-ai/schemastery": "^3.18.1"
155
+ },
156
+ "devDependencies": {
157
+ "@deepseek-ai/cordis": "^4.0.1",
158
+ "@deepseek-ai/dsh-agent-default-model": ">=0.1.0-rc.6 <0.2.0",
159
+ "@deepseek-ai/dsh-llm": ">=0.1.0-rc.6 <0.2.0",
160
+ "@deepseek-ai/dsh-session": ">=0.1.0-rc.6 <0.2.0",
161
+ "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.6 <0.2.0",
162
+ "@deepseek-ai/dsh-tools": ">=0.1.0-rc.6 <0.2.0",
163
+ "@deepseek-ai/schemastery": "^3.18.1",
164
+ "@types/node": "^22.0.0",
165
+ "cytoscape": "^3.34.1",
166
+ "cytoscape-fcose": "^2.2.0",
167
+ "esbuild": "^0.28.2",
168
+ "tsup": "^8.5.0",
169
+ "typescript": "^5.7.0",
170
+ "vitest": "^3.0.0"
171
+ },
172
+ "dependencies": {
173
+ "ngraph.graph": "^20.1.2",
174
+ "ngraph.leiden": "^0.3.0"
175
+ },
176
+ "directories": {
177
+ "doc": "docs",
178
+ "test": "tests"
179
+ },
180
+ "author": ""
181
+ }