dsh-completion-guard 0.5.0 → 0.5.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.
- package/CHANGELOG.md +38 -0
- package/CHANGELOG.zh-CN.md +38 -0
- package/README.md +12 -8
- package/README.zh-CN.md +12 -8
- package/bin/dsh-completion-guard-host-lock.mjs +16 -0
- package/dist/domain/index.d.ts +2 -2
- package/dist/domain/index.js +2 -2
- package/dist/{domain-Cx8vpxSj.js → domain-RuX9l07o.js} +2616 -581
- package/dist/{index-Cd3wXBLi.d.ts → index-BTaiOcE-.d.ts} +491 -31
- package/dist/index.d.ts +3 -2
- package/dist/index.js +270 -18
- package/docs/ARCHITECTURE.md +7 -2
- package/docs/COMPATIBILITY.md +65 -5
- package/docs/HOST_LOCK_UPGRADE.md +42 -5
- package/docs/LOCAL_ACCEPTANCE.md +20 -2
- package/docs/PORTING_NOTES.md +22 -0
- package/docs/SEMANTIC_COMPATIBILITY.md +24 -0
- package/docs/distribution.md +12 -6
- package/docs/upstream-deltas.json +30 -4
- package/manifests/supported-host.v1.json +298 -89
- package/package.json +38 -32
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"registryVersion": 2,
|
|
3
|
-
"description": "Exact DSH core graphs. The active support target is
|
|
3
|
+
"description": "Exact DSH core graphs. The active support target is dsh-0.1.5-rc.1-core-v1 and dsh-0.1.5-rc.2-core-v1, whose rows are registry-derived with the native platform audit still pending (auditProvenance is bound into the host-lock digest). Optional dshmarket instances are verified independently by the action adapter; their dependencies still participate in core graph resolution. Legacy cohorts are historical identities only and are not active support entries.",
|
|
4
4
|
"packageGroups": {
|
|
5
5
|
"base": [
|
|
6
6
|
"@deepseek-ai/cordis",
|
|
@@ -61,16 +61,18 @@
|
|
|
61
61
|
},
|
|
62
62
|
"cohorts": [
|
|
63
63
|
{
|
|
64
|
-
"id": "dsh-0.1.
|
|
64
|
+
"id": "dsh-0.1.5-rc.1-core-v1",
|
|
65
65
|
"manifestVersion": 2,
|
|
66
66
|
"supportedGoalVersions": [
|
|
67
|
-
"0.1.
|
|
67
|
+
"0.1.5-rc.1"
|
|
68
68
|
],
|
|
69
|
-
"auditedPlatforms": [
|
|
69
|
+
"auditedPlatforms": [],
|
|
70
|
+
"acceptedPlatforms": [
|
|
70
71
|
"posix",
|
|
71
72
|
"windows"
|
|
72
73
|
],
|
|
73
|
-
"
|
|
74
|
+
"auditProvenance": "registry-derived-pending-native-audit",
|
|
75
|
+
"platformAuditNote": "REGISTRY-DERIVED, native audit pending. Every row is the npm registry dist.integrity of the exact published 0.1.5-rc.1 tarball (cordis 4.0.2, versioned independently). No native macOS or Windows host has loaded this graph in the 0.5.1 implementation round, so auditedPlatforms is empty: the cohort may evaluate to supported on both accepted platforms, and auditProvenance is bound into hostLockDigest so a certificate can never present a registry-derived graph as a native pass. dshmarket is excluded by design; market identity is verified independently by the action adapter.",
|
|
74
76
|
"capabilityExpectations": {
|
|
75
77
|
"goal_complete_precommit_guard": "required",
|
|
76
78
|
"goal_disarm_readback": "required",
|
|
@@ -103,165 +105,372 @@
|
|
|
103
105
|
"version": "4.0.2",
|
|
104
106
|
"integrity": "sha512-asOnXP1TzFSFQlHb1iegDZp0z/8WD1c7YNrwJR/Tx2bzNuMXfcekE/I67Iv6SQXeLB4csxqCngzQKANP7gdw0g=="
|
|
105
107
|
},
|
|
108
|
+
{
|
|
109
|
+
"name": "@deepseek-ai/dsh",
|
|
110
|
+
"version": "0.1.5-rc.1",
|
|
111
|
+
"integrity": "sha512-rmNmzQCg3oIc1z8xH7izRSOuy1TNzq+/NILyfM+7e8DKOyV+yBtg47WEsqR2SiIe1ATec3L/rUa1YhIcfQ2XEg=="
|
|
112
|
+
},
|
|
106
113
|
{
|
|
107
114
|
"name": "@deepseek-ai/dsh-agent",
|
|
108
|
-
"version": "0.1.
|
|
109
|
-
"integrity": "sha512-
|
|
115
|
+
"version": "0.1.5-rc.1",
|
|
116
|
+
"integrity": "sha512-obIPyTSjq1y0Yhasm3mLhK5BW6Ge0VQoRT8FBt0ooLsct2+pFAjgyd7GP3KzFaz7zaEhQJ/NNEmCaU0KOsYutg=="
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "@deepseek-ai/dsh-agent-loop",
|
|
120
|
+
"version": "0.1.5-rc.1",
|
|
121
|
+
"integrity": "sha512-FcpsiXMHR7M3UwZtC6CYzhmU9xhvbFuuEQisfUqW7c+G6oVhrX9kg8ytI50jXZempcdmVHZLyNeUcuDmgGtx7Q=="
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "@deepseek-ai/dsh-attachment",
|
|
125
|
+
"version": "0.1.5-rc.1",
|
|
126
|
+
"integrity": "sha512-uTBtB/LDlYgPI6i9Ac9jaK/bV1wN8cDTZBUkec80Yg3qMzW6K74wvBv5lPmoiXQgp4q3eOmDNEmodSS2ZxxVdg=="
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "@deepseek-ai/dsh-bash-sandbox",
|
|
130
|
+
"version": "0.1.5-rc.1",
|
|
131
|
+
"integrity": "sha512-mQ+/0Fo3LTIX+4k3m+P4y9e9IA6/BeNHrWW19U+Un4hBo5JtTwWhAaJN1nCdV6mG5tveXbIe2tpiv65GJdvt8w=="
|
|
110
132
|
},
|
|
111
133
|
{
|
|
112
134
|
"name": "@deepseek-ai/dsh-commands",
|
|
113
|
-
"version": "0.1.
|
|
114
|
-
"integrity": "sha512-
|
|
135
|
+
"version": "0.1.5-rc.1",
|
|
136
|
+
"integrity": "sha512-OMk0uVNbr2RdsItcIigp/2boGulqjei1uoQH3/DZYHB+aWWRXEYa6rk6vW3t82lnkd/6nvyQFV8eccQWZ2PQXQ=="
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "@deepseek-ai/dsh-fs",
|
|
140
|
+
"version": "0.1.5-rc.1",
|
|
141
|
+
"integrity": "sha512-F+loGiwsT09YpRONuFv0+bevEdfmbKBFjxxM8JkDOXpgwk1JXdGNSy7Kp4vXXVh3GcmYkd8VA7iB7NuVp51ytQ=="
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "@deepseek-ai/dsh-fs-local",
|
|
145
|
+
"version": "0.1.5-rc.1",
|
|
146
|
+
"integrity": "sha512-Qyqs9l+ZENq4PL7EwBpisvXcqJvCxGTrD/zH0Zj+S0eZee1kXrQjkY0gjW6dxAosGlLL7hZu0kdaD7TPxtKVcA=="
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "@deepseek-ai/dsh-fs-observation-policy",
|
|
150
|
+
"version": "0.1.5-rc.1",
|
|
151
|
+
"integrity": "sha512-TGu/2UrZS8KWr6x3sKLce7u0KoGrq5l+RK7ITd79n2WNzSCcAdzN5tsxUEo8JgfHij5S0QRgID0Q8DOx/6iQew=="
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "@deepseek-ai/dsh-fs-sandbox",
|
|
155
|
+
"version": "0.1.5-rc.1",
|
|
156
|
+
"integrity": "sha512-np+3EdQ86w609DwyaEUFGEHjSQ5i2NFypQxcM9sB+zX6DVSUR9sA2W/fmnStFJdsSzvgXYTCnJiBhlKnAXPf0g=="
|
|
115
157
|
},
|
|
116
158
|
{
|
|
117
159
|
"name": "@deepseek-ai/dsh-goal",
|
|
118
|
-
"version": "0.1.
|
|
119
|
-
"integrity": "sha512-
|
|
160
|
+
"version": "0.1.5-rc.1",
|
|
161
|
+
"integrity": "sha512-RF+cHqV0O7xkoqkhIst6NhMAwqXXAjTf7Z+H7FLHtZBvFAawU8zC7n7/tmS4P7rZYV+XYFYCDdNoI0GwPReCYA=="
|
|
120
162
|
},
|
|
121
163
|
{
|
|
122
|
-
"name": "@deepseek-ai/dsh-
|
|
123
|
-
"version": "0.1.
|
|
124
|
-
"integrity": "sha512-
|
|
164
|
+
"name": "@deepseek-ai/dsh-host-plugin-inventory",
|
|
165
|
+
"version": "0.1.5-rc.1",
|
|
166
|
+
"integrity": "sha512-xCOJ1nTW2s5etl18QhBBGpcOxiDfGxofe+4pd90/ZX+vW1vAhaHqyTYSRucOQVGyJb9zvdWCg7R3GcBYn6pUrQ=="
|
|
125
167
|
},
|
|
126
168
|
{
|
|
127
|
-
"name": "@deepseek-ai/dsh-
|
|
128
|
-
"version": "0.1.
|
|
129
|
-
"integrity": "sha512-
|
|
169
|
+
"name": "@deepseek-ai/dsh-host-webserver",
|
|
170
|
+
"version": "0.1.5-rc.1",
|
|
171
|
+
"integrity": "sha512-5kOu9kb0AuRN60/zwPTRcki801ozgnWAFwS1QtQ4ZNgCYIbAiU8gwJHY1//qEpUOuHS+26k+Tqq5/WCJmLGE6Q=="
|
|
130
172
|
},
|
|
131
173
|
{
|
|
132
|
-
"name": "@deepseek-ai/dsh-
|
|
133
|
-
"version": "0.1.
|
|
134
|
-
"integrity": "sha512-
|
|
174
|
+
"name": "@deepseek-ai/dsh-jobs",
|
|
175
|
+
"version": "0.1.5-rc.1",
|
|
176
|
+
"integrity": "sha512-0AWlZLcIpwdtV9A9fVeJ7b9jpXX0494fPL594gE/Kp1q9jHYyerIulrMHZa17kpu9W59cb1AJNPQy2xN6VDX7g=="
|
|
135
177
|
},
|
|
136
178
|
{
|
|
137
|
-
"name": "@deepseek-ai/dsh-
|
|
138
|
-
"version": "0.1.
|
|
139
|
-
"integrity": "sha512-
|
|
179
|
+
"name": "@deepseek-ai/dsh-jobs-local",
|
|
180
|
+
"version": "0.1.5-rc.1",
|
|
181
|
+
"integrity": "sha512-19sCxqUKduNO8E3YICSzOfajpBLPXbK/3p40GlxR6bGcOhxqhyH3TPdQS6UQjwNa5bUXHiW9GyB1xUWUUFGAJA=="
|
|
140
182
|
},
|
|
141
183
|
{
|
|
142
|
-
"name": "@deepseek-ai/dsh-
|
|
143
|
-
"version": "0.1.
|
|
144
|
-
"integrity": "sha512-
|
|
184
|
+
"name": "@deepseek-ai/dsh-llm",
|
|
185
|
+
"version": "0.1.5-rc.1",
|
|
186
|
+
"integrity": "sha512-KPKJFTNLjURphuF4NlS8DRK94CUYL/dKB8Hzg/22jtxAFO2paX3ifL0vhdPq9xPbcyplaF7LYlf0+3+pXFTnTg=="
|
|
145
187
|
},
|
|
146
188
|
{
|
|
147
|
-
"name": "@deepseek-ai/dsh-
|
|
148
|
-
"version": "0.1.
|
|
149
|
-
"integrity": "sha512-
|
|
189
|
+
"name": "@deepseek-ai/dsh-pwsh-sandbox",
|
|
190
|
+
"version": "0.1.5-rc.1",
|
|
191
|
+
"integrity": "sha512-QRD6PfcQuaRwUTn9EMIx15l1erRqk0erUamcAB3sxPyZOMWIFP7w2cp44Va8RGGDEUb9ZB1vRUH6cF4FAKSZRw=="
|
|
150
192
|
},
|
|
151
193
|
{
|
|
152
|
-
"name": "@deepseek-ai/dsh-
|
|
153
|
-
"version": "0.1.
|
|
154
|
-
"integrity": "sha512-
|
|
194
|
+
"name": "@deepseek-ai/dsh-sandbox",
|
|
195
|
+
"version": "0.1.5-rc.1",
|
|
196
|
+
"integrity": "sha512-xT+oTsSE7tRZVqqcj2qDZJARoK6A+Dmhf3CWPqlaFG/83Zh41kwcW2YWE4sA+vCt2pI2iqLYRw1SftSGawOtVQ=="
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "@deepseek-ai/dsh-sandbox-policy",
|
|
200
|
+
"version": "0.1.5-rc.1",
|
|
201
|
+
"integrity": "sha512-jLeny81NVsAiEWW8+MqmtkXJfu8CSFDPiuR8W4I/bZ7TNHrPTN7jPuk1/JlphkU4bq1N1a3iLvsDyHK+56ZLVA=="
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "@deepseek-ai/dsh-session",
|
|
205
|
+
"version": "0.1.5-rc.1",
|
|
206
|
+
"integrity": "sha512-0YBBrzkCbVEJolS/OpD0DZMSozmYxUTZopiG76MXInjOFBW9J4ca1a8WUjJjqelP1nJTmWGKXp92HcvNEny0Dg=="
|
|
155
207
|
},
|
|
156
208
|
{
|
|
157
209
|
"name": "@deepseek-ai/dsh-shell",
|
|
158
|
-
"version": "0.1.
|
|
159
|
-
"integrity": "sha512-
|
|
210
|
+
"version": "0.1.5-rc.1",
|
|
211
|
+
"integrity": "sha512-8V7iGmfsXDFMyftwQXemh1QLqcUysvy+bYWXr620/1B/sMn3oU8dhXvT8i4uD6VkMy2rds3XScUQ3XBl7ByMLA=="
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "@deepseek-ai/dsh-shell-env",
|
|
215
|
+
"version": "0.1.5-rc.1",
|
|
216
|
+
"integrity": "sha512-OO4AmGqqHUWRPK1PSroO/TJG3rNwoAgIMx56S3aiM7v4cUtNmUtMQ71lv9kOezcW+2VlHxfup5jhzpYIQAIiSw=="
|
|
160
217
|
},
|
|
161
218
|
{
|
|
162
219
|
"name": "@deepseek-ai/dsh-subprocess-local",
|
|
163
|
-
"version": "0.1.
|
|
164
|
-
"integrity": "sha512-
|
|
220
|
+
"version": "0.1.5-rc.1",
|
|
221
|
+
"integrity": "sha512-TKcqaIf1fJzjraXhwmSAQAqkPMvIjS0Y7b9fC4n7+G8eQpb3gaF/eJXn6Tx4OgFSDV5R/NLUqHaU/ogxTjdWhQ=="
|
|
165
222
|
},
|
|
166
223
|
{
|
|
167
|
-
"name": "@deepseek-ai/dsh-
|
|
168
|
-
"version": "0.1.
|
|
169
|
-
"integrity": "sha512-
|
|
224
|
+
"name": "@deepseek-ai/dsh-system-prompt",
|
|
225
|
+
"version": "0.1.5-rc.1",
|
|
226
|
+
"integrity": "sha512-RAdO9biQoga1vAVTQY9J7THexiOE1FOd1Nli021MQt+Zf73c83BSd2DwXb0WDilLaMeSxZPaIRRqoXpJlpmLIA=="
|
|
170
227
|
},
|
|
171
228
|
{
|
|
172
|
-
"name": "@deepseek-ai/dsh-
|
|
173
|
-
"version": "0.1.
|
|
174
|
-
"integrity": "sha512-
|
|
229
|
+
"name": "@deepseek-ai/dsh-tool-bash",
|
|
230
|
+
"version": "0.1.5-rc.1",
|
|
231
|
+
"integrity": "sha512-BfZ4R40I7AJFcjHgMkzh3unrp5S7mZT+szUUz4tkbMrAkgHfOdkIHhQ/BTgxWBuFzD18OfAMJ/RnegrBCFVKWw=="
|
|
175
232
|
},
|
|
176
233
|
{
|
|
177
|
-
"name": "@deepseek-ai/dsh-
|
|
178
|
-
"version": "0.1.
|
|
179
|
-
"integrity": "sha512-
|
|
234
|
+
"name": "@deepseek-ai/dsh-tool-fs",
|
|
235
|
+
"version": "0.1.5-rc.1",
|
|
236
|
+
"integrity": "sha512-BWLWJCJxCECFHmS8gHbnyNJlSTG+KVbVMz73Qduoo+ABeDvWj6cFVXTewAUA9jFEIS3xzJcNilsV1g5DGaEnPw=="
|
|
180
237
|
},
|
|
181
238
|
{
|
|
182
|
-
"name": "@deepseek-ai/dsh",
|
|
183
|
-
"version": "0.1.
|
|
184
|
-
"integrity": "sha512-
|
|
239
|
+
"name": "@deepseek-ai/dsh-tool-goal",
|
|
240
|
+
"version": "0.1.5-rc.1",
|
|
241
|
+
"integrity": "sha512-5NCniCOoCeXYXMZNPCmGlrOYIGjnGddTJVOCXNqqAcwxtOxHAoEHTtphaohIa/4Vy7mmRIHgO1KUii443ky1Bw=="
|
|
185
242
|
},
|
|
186
243
|
{
|
|
187
|
-
"name": "@deepseek-ai/dsh-
|
|
188
|
-
"version": "0.1.
|
|
189
|
-
"integrity": "sha512-
|
|
244
|
+
"name": "@deepseek-ai/dsh-tool-jobs",
|
|
245
|
+
"version": "0.1.5-rc.1",
|
|
246
|
+
"integrity": "sha512-SIgxnjQHl6KE+kpt7VjYCI3aw5DCeztCKGxuJzpLdqJkSoVtewp1Ofz0/Pg1R4DIIaGR8unRyqpZH8qf8uIpzA=="
|
|
190
247
|
},
|
|
191
248
|
{
|
|
192
|
-
"name": "@deepseek-ai/dsh-
|
|
193
|
-
"version": "0.1.
|
|
194
|
-
"integrity": "sha512-
|
|
249
|
+
"name": "@deepseek-ai/dsh-tool-pwsh",
|
|
250
|
+
"version": "0.1.5-rc.1",
|
|
251
|
+
"integrity": "sha512-UmWePfsJIUfFVj2UFyh8wacqxSXYrABGoBHXWjYFlfqpXt7rfJL31rOl8N1+uYypAVCxe4O2IquuJxfYAVhBLA=="
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "@deepseek-ai/dsh-tools",
|
|
255
|
+
"version": "0.1.5-rc.1",
|
|
256
|
+
"integrity": "sha512-I5AUxKTqUrC0nvRO4UcpU+f65P+nKs5BUrS2nqZehhFZ2rVxhUAJ7YdORcY6pVkBTB15nPr5gK0WPgwyfS217w=="
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "@deepseek-ai/dsh-user-approval",
|
|
260
|
+
"version": "0.1.5-rc.1",
|
|
261
|
+
"integrity": "sha512-fSxEBvHQnozIh5HV31t2BNodYzyv7iE2srna7p5k0Y/3R9c6DdoZyQZ9momcN9gloraq8HK5+cvrYHzgc4LYPQ=="
|
|
195
262
|
},
|
|
196
263
|
{
|
|
197
264
|
"name": "@deepseek-ai/dsh-web-app",
|
|
198
|
-
"version": "0.1.
|
|
199
|
-
"integrity": "sha512-
|
|
265
|
+
"version": "0.1.5-rc.1",
|
|
266
|
+
"integrity": "sha512-9V2GPqEs0A+LFJVVPt7FQK//U8oM9S0TDhl6MqO7zQftimfnH8ruQZkEZXg9zXXEWULCW0vY1DtsPjvMepA8Mw=="
|
|
267
|
+
}
|
|
268
|
+
]
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"id": "dsh-0.1.5-rc.2-core-v1",
|
|
272
|
+
"manifestVersion": 2,
|
|
273
|
+
"supportedGoalVersions": [
|
|
274
|
+
"0.1.5-rc.2"
|
|
275
|
+
],
|
|
276
|
+
"auditedPlatforms": [],
|
|
277
|
+
"acceptedPlatforms": [
|
|
278
|
+
"posix",
|
|
279
|
+
"windows"
|
|
280
|
+
],
|
|
281
|
+
"auditProvenance": "registry-derived-pending-native-audit",
|
|
282
|
+
"platformAuditNote": "REGISTRY-DERIVED, native audit pending. Every row is the npm registry dist.integrity of the exact published 0.1.5-rc.2 tarball (Cordis 4.0.2). Native acceptance is recorded separately. dshmarket identity is verified independently by the action adapter.",
|
|
283
|
+
"capabilityExpectations": {
|
|
284
|
+
"goal_complete_precommit_guard": "required",
|
|
285
|
+
"goal_disarm_readback": "required",
|
|
286
|
+
"session_flush_before_control": "required",
|
|
287
|
+
"tool_guard_monotonic": "required",
|
|
288
|
+
"host_capability_model": "action-platform-v1",
|
|
289
|
+
"external_wait_jobs_readback": "dsh.jobs.v1",
|
|
290
|
+
"filesystem_tool_contract": "dsh.fs-tools.v1",
|
|
291
|
+
"host_lock_policy": "dsh-core/v1"
|
|
292
|
+
},
|
|
293
|
+
"supportedActions": [
|
|
294
|
+
"inspect_remote_updates",
|
|
295
|
+
"install",
|
|
296
|
+
"apply",
|
|
297
|
+
"create",
|
|
298
|
+
"modify",
|
|
299
|
+
"test",
|
|
300
|
+
"verify",
|
|
301
|
+
"pull",
|
|
302
|
+
"fetch",
|
|
303
|
+
"commit",
|
|
304
|
+
"push",
|
|
305
|
+
"restart",
|
|
306
|
+
"publish",
|
|
307
|
+
"generic_run"
|
|
308
|
+
],
|
|
309
|
+
"packages": [
|
|
310
|
+
{
|
|
311
|
+
"name": "@deepseek-ai/cordis",
|
|
312
|
+
"version": "4.0.2",
|
|
313
|
+
"integrity": "sha512-asOnXP1TzFSFQlHb1iegDZp0z/8WD1c7YNrwJR/Tx2bzNuMXfcekE/I67Iv6SQXeLB4csxqCngzQKANP7gdw0g=="
|
|
200
314
|
},
|
|
201
315
|
{
|
|
202
|
-
"name": "@deepseek-ai/dsh
|
|
203
|
-
"version": "0.1.
|
|
204
|
-
"integrity": "sha512-
|
|
316
|
+
"name": "@deepseek-ai/dsh",
|
|
317
|
+
"version": "0.1.5-rc.2",
|
|
318
|
+
"integrity": "sha512-8Xc8hCQHcIWRmTCVU/xZdp6/qMsWMeAd2ObChKDEsfhUPJFXx6H0lgeb1DxUMD86HZrrVN+1bCvn1ppjZ/fOxw=="
|
|
205
319
|
},
|
|
206
320
|
{
|
|
207
|
-
"name": "@deepseek-ai/dsh-
|
|
208
|
-
"version": "0.1.
|
|
209
|
-
"integrity": "sha512-
|
|
321
|
+
"name": "@deepseek-ai/dsh-agent",
|
|
322
|
+
"version": "0.1.5-rc.2",
|
|
323
|
+
"integrity": "sha512-SlUL1riZmVLwMUR3jo9CP/R1cxov9dHkCJDh6JQW3fSZJVCIdPygBRlAweCUDvHxAEmPpFHxE/U3NmSUbX+vQQ=="
|
|
210
324
|
},
|
|
211
325
|
{
|
|
212
|
-
"name": "@deepseek-ai/dsh-
|
|
213
|
-
"version": "0.1.
|
|
214
|
-
"integrity": "sha512-
|
|
326
|
+
"name": "@deepseek-ai/dsh-agent-loop",
|
|
327
|
+
"version": "0.1.5-rc.2",
|
|
328
|
+
"integrity": "sha512-24wvqVlqFmdqJ2Bhcku/vKeNy+qWSmeEeN7lvcUB+WkhcF0/Ra2G3WwcVmnahJA4+w0AKdW3W7v+YYcO/jKJpg=="
|
|
215
329
|
},
|
|
216
330
|
{
|
|
217
|
-
"name": "@deepseek-ai/dsh-
|
|
218
|
-
"version": "0.1.
|
|
219
|
-
"integrity": "sha512-
|
|
331
|
+
"name": "@deepseek-ai/dsh-attachment",
|
|
332
|
+
"version": "0.1.5-rc.2",
|
|
333
|
+
"integrity": "sha512-S6b8/WjqzGw+dMDLRXnq+tbijDGkQh38yE+zpQytX2/w/mPR3VzGj5r6McS01WwD76vXR8WFoheSCLyCAro8WQ=="
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "@deepseek-ai/dsh-bash-sandbox",
|
|
337
|
+
"version": "0.1.5-rc.2",
|
|
338
|
+
"integrity": "sha512-y8vwK6jf4gPq8mG71zWure803NjfqJ66Nvzr1FTB8An+IF68hT2eU+hHJCByvP0u6FuiLPRptuX/im2CxcNo1g=="
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "@deepseek-ai/dsh-commands",
|
|
342
|
+
"version": "0.1.5-rc.2",
|
|
343
|
+
"integrity": "sha512-ODc9h2Jig+Lo4XLdxqHpHjSXsBFeUCth6Y/rToor4KVRWQMedUARlq5otPyB1lYHyQh2DonNs2uf7g3mvag57A=="
|
|
220
344
|
},
|
|
221
345
|
{
|
|
222
346
|
"name": "@deepseek-ai/dsh-fs",
|
|
223
|
-
"version": "0.1.
|
|
224
|
-
"integrity": "sha512-
|
|
347
|
+
"version": "0.1.5-rc.2",
|
|
348
|
+
"integrity": "sha512-6DHTquXPbpYdykGayqYaXSI9t668tDCoswH/bDezV+nwj4LxjrfY/smEtgp7nC4ubyoKf1hmjpNfUonGC9e7aA=="
|
|
225
349
|
},
|
|
226
350
|
{
|
|
227
351
|
"name": "@deepseek-ai/dsh-fs-local",
|
|
228
|
-
"version": "0.1.
|
|
229
|
-
"integrity": "sha512-
|
|
352
|
+
"version": "0.1.5-rc.2",
|
|
353
|
+
"integrity": "sha512-akUTz9D/N0ruSOzytZ8SZ330SdzG75fd7DzHsJ7KJzSif/QM0Y+RpOmGMnjlJzit4HDV2A4Etn80wSzstyp82A=="
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "@deepseek-ai/dsh-fs-observation-policy",
|
|
357
|
+
"version": "0.1.5-rc.2",
|
|
358
|
+
"integrity": "sha512-AntY5dfkTL8WugNGHkJxCEffaTFHqdXaYm7ZrerexnLiZQscDRRjf9zI00JwOmlFM/IrioCuLf5cERfhZN5GYw=="
|
|
230
359
|
},
|
|
231
360
|
{
|
|
232
361
|
"name": "@deepseek-ai/dsh-fs-sandbox",
|
|
233
|
-
"version": "0.1.
|
|
234
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "0.1.5-rc.2",
|
|
363
|
+
"integrity": "sha512-eUxNsnM+TsjGw5OleOIcAhMnFhmQ4OAZoBYeiRMSeOMuCKWEjhxUGN8S8Hg1HxPaZVeIrUV7qFsNQzhehKj7wg=="
|
|
235
364
|
},
|
|
236
365
|
{
|
|
237
|
-
"name": "@deepseek-ai/dsh-
|
|
238
|
-
"version": "0.1.
|
|
239
|
-
"integrity": "sha512-
|
|
366
|
+
"name": "@deepseek-ai/dsh-goal",
|
|
367
|
+
"version": "0.1.5-rc.2",
|
|
368
|
+
"integrity": "sha512-atFJaoijwAz5yZ119f82I7jMx3tGCwXOz6qoY0Likb2c5DpumWZTJgs5L19OhKbhvEW+r2MAC4MYKaUxtrbb0Q=="
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "@deepseek-ai/dsh-host-plugin-inventory",
|
|
372
|
+
"version": "0.1.5-rc.2",
|
|
373
|
+
"integrity": "sha512-U7RTRLRs+O18ru6KzUy7LvMk/IgXnkWSalogg0abfA+QU020XZi+UpwZqM567RzC7MtpxijQk8bulGunu0lifw=="
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "@deepseek-ai/dsh-host-webserver",
|
|
377
|
+
"version": "0.1.5-rc.2",
|
|
378
|
+
"integrity": "sha512-lFgGm9wDrHiTBANzsdoWzdfPSjWYuDFwCoNQ4Uko57Fo5XASL2unfRHGm1xZ828rwEYuGwRvJHMOuoP/17VmlA=="
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "@deepseek-ai/dsh-jobs",
|
|
382
|
+
"version": "0.1.5-rc.2",
|
|
383
|
+
"integrity": "sha512-C3rBEuWhtDBlxMeKykFvSfBwjSPxkLsvKCFq8BrFdjDmZC1lI9GooMjPZkPxXVbogVrcOBaYVtJdOYJ4+rIpQg=="
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "@deepseek-ai/dsh-jobs-local",
|
|
387
|
+
"version": "0.1.5-rc.2",
|
|
388
|
+
"integrity": "sha512-PCDLSktONJ+If3QCcPlRskVLXIa8hG/l0pBIgKNllz4mb7CmYlJ5w1H9pWyrFZllMO0Wm94ZS9aP3SnUcJ8R1g=="
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "@deepseek-ai/dsh-llm",
|
|
392
|
+
"version": "0.1.5-rc.2",
|
|
393
|
+
"integrity": "sha512-Z7BVsBkK24SE4EItQeow8PHms/9GP0DSTi337vTAa/RY7tNg2Snz3INcXUj6CPZfvntQr1in9op9wLI+rfNsqA=="
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "@deepseek-ai/dsh-pwsh-sandbox",
|
|
397
|
+
"version": "0.1.5-rc.2",
|
|
398
|
+
"integrity": "sha512-AYTAiy8wQwVoHO47e+hnG73GvHdmg+bKy3bFnrPDANCqnRZh9TJIbkxHxtJnfpBnNCcs2fhhCo6yHtGFYl7KHg=="
|
|
240
399
|
},
|
|
241
400
|
{
|
|
242
401
|
"name": "@deepseek-ai/dsh-sandbox",
|
|
243
|
-
"version": "0.1.
|
|
244
|
-
"integrity": "sha512-
|
|
402
|
+
"version": "0.1.5-rc.2",
|
|
403
|
+
"integrity": "sha512-OTOR6Jj9cey5YkhALG0TBwZ/Z3t986aczH6fLbzoIIegix+gwNaEBOqCWs+exVJ0Z2QuN/ItXzn+xHxW8Y0dcA=="
|
|
245
404
|
},
|
|
246
405
|
{
|
|
247
406
|
"name": "@deepseek-ai/dsh-sandbox-policy",
|
|
248
|
-
"version": "0.1.
|
|
249
|
-
"integrity": "sha512-
|
|
407
|
+
"version": "0.1.5-rc.2",
|
|
408
|
+
"integrity": "sha512-QyQSCyLFxljkvmsVWJG0xUrYTiXr1DVOxHWURf7EHnbmvYZgg2B+nFcI58+IeUB2qbB35B1ClW5NQsKjOgDm2g=="
|
|
250
409
|
},
|
|
251
410
|
{
|
|
252
|
-
"name": "@deepseek-ai/dsh-
|
|
253
|
-
"version": "0.1.
|
|
254
|
-
"integrity": "sha512-
|
|
411
|
+
"name": "@deepseek-ai/dsh-session",
|
|
412
|
+
"version": "0.1.5-rc.2",
|
|
413
|
+
"integrity": "sha512-y+klWiGAWR4m4cc4ylurA0cW63673B4N8cr2ANMimweDZAfxL4XVBC7WiD/5DT2DtIhYmVZhz/niyS/WbniUTA=="
|
|
255
414
|
},
|
|
256
415
|
{
|
|
257
|
-
"name": "@deepseek-ai/dsh-
|
|
258
|
-
"version": "0.1.
|
|
259
|
-
"integrity": "sha512-
|
|
416
|
+
"name": "@deepseek-ai/dsh-shell",
|
|
417
|
+
"version": "0.1.5-rc.2",
|
|
418
|
+
"integrity": "sha512-BfmNN6X0NHN2XleW0fCbtFXedXEppeDQ2oa3WsOTuhvnBftl6QWMWWMM59weE4xXker5fzqOnoJdeBR8D9qR9Q=="
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "@deepseek-ai/dsh-shell-env",
|
|
422
|
+
"version": "0.1.5-rc.2",
|
|
423
|
+
"integrity": "sha512-fFSrfhxfvVYfDxsOuV0cjAeC/PWweW+86uOJWT+2paHXOSgM6MSDe3eTd5DHRDYnjb5XutTYu32pR49cVBHMug=="
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "@deepseek-ai/dsh-subprocess-local",
|
|
427
|
+
"version": "0.1.5-rc.2",
|
|
428
|
+
"integrity": "sha512-DmG3lcQlAh8bTKfeyYM44cfRyJktbLL8drXrVfOvGrFk0zSs5eTSLcfhIKLT3jFJ5CKFriHYZPLdRT6Alvyy4w=="
|
|
260
429
|
},
|
|
261
430
|
{
|
|
262
431
|
"name": "@deepseek-ai/dsh-system-prompt",
|
|
263
|
-
"version": "0.1.
|
|
264
|
-
"integrity": "sha512-
|
|
432
|
+
"version": "0.1.5-rc.2",
|
|
433
|
+
"integrity": "sha512-VtmZVKqBMJ7kzskHu0jY+Jth7jSuKMG8QB3MBPzJe9M0LL4YPMWsGKt9gGky9RXolk/ugAy4YZEv1gUqouVofA=="
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "@deepseek-ai/dsh-tool-bash",
|
|
437
|
+
"version": "0.1.5-rc.2",
|
|
438
|
+
"integrity": "sha512-f4LmiZkZSfJfvBcEzV4q5J83VL79l/+ncLkwnJyHzsjvJbW5qFxzCy4p5FXfY/CflG0taG14/p42UJzb9qEhrQ=="
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "@deepseek-ai/dsh-tool-fs",
|
|
442
|
+
"version": "0.1.5-rc.2",
|
|
443
|
+
"integrity": "sha512-/3AUx+V1UxVfl24fm10hwRbJnHwpBkRDHniOeocGknMvASheRiKnHpnnj9EszFRLYSpe2PRFSMuyuhXgYyd3MQ=="
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "@deepseek-ai/dsh-tool-goal",
|
|
447
|
+
"version": "0.1.5-rc.2",
|
|
448
|
+
"integrity": "sha512-nZ0NkUxvtAsrPAd9NMXt+4kS7WPn8xIvXCwVunKfBwbrnGnFCNmIsTQoHF44J6q9VbMeSCN2eyj07w6ej3Hf+g=="
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "@deepseek-ai/dsh-tool-jobs",
|
|
452
|
+
"version": "0.1.5-rc.2",
|
|
453
|
+
"integrity": "sha512-v4y56H3FsVBF2jUJLGLHdPeKaKJxLT4Zx/oii45UmJv5t8Bp3uCTVUoq/mfSFVuFY66q6rHJwgIOKWc4ZO3ySw=="
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "@deepseek-ai/dsh-tool-pwsh",
|
|
457
|
+
"version": "0.1.5-rc.2",
|
|
458
|
+
"integrity": "sha512-rnHM3Jqlr7rthwfPYysXPq6zH+K8JTDqbE+xzjkbo1WIBKBZeSGr8kPjqdCZa7eUtWhmV/RFBP1qmBgDjEZaWg=="
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "@deepseek-ai/dsh-tools",
|
|
462
|
+
"version": "0.1.5-rc.2",
|
|
463
|
+
"integrity": "sha512-k2yZuJJtszaU9lzr2aBtdeFMINrkdlk4ellbtrMokA2oySVqJmAM8dv+u9RtzduD3aRRqyr2i2hWrTACz0qOrA=="
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "@deepseek-ai/dsh-user-approval",
|
|
467
|
+
"version": "0.1.5-rc.2",
|
|
468
|
+
"integrity": "sha512-8UpMEnEyMo6mYEVELBo0DC2iG7aJJfFMTNkU+DKD3c5Ut7ySRDzt1iRr1qni/CzqlTIpQBAkGaG77qk4q/v1bg=="
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "@deepseek-ai/dsh-web-app",
|
|
472
|
+
"version": "0.1.5-rc.2",
|
|
473
|
+
"integrity": "sha512-Ng7YVDt9txh2BlLmu6B+V677c1bihbh/rq3EOtZK4b0JWtgdNgYb1KPIED8+aK2i+FghrCrIy6X60AyJ45eOvw=="
|
|
265
474
|
}
|
|
266
475
|
]
|
|
267
476
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-completion-guard",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "A task-contract and completion-certification layer for DeepSeek Harness.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,20 +38,24 @@
|
|
|
38
38
|
"dsh": {
|
|
39
39
|
"bundle": {
|
|
40
40
|
"patch": "./cordis.patch.yml"
|
|
41
|
+
},
|
|
42
|
+
"engines": {
|
|
43
|
+
"dsh": "0.1.5-rc.2 || 0.1.5-rc.1"
|
|
41
44
|
}
|
|
42
45
|
},
|
|
43
46
|
"engines": {
|
|
44
|
-
"node": ">=22"
|
|
47
|
+
"node": ">=22",
|
|
48
|
+
"dsh": "0.1.5-rc.2 || 0.1.5-rc.1"
|
|
45
49
|
},
|
|
46
50
|
"peerDependencies": {
|
|
47
|
-
"@deepseek-ai/cordis": "4.0.2",
|
|
48
|
-
"@deepseek-ai/dsh-agent": "0.1.2-rc.1",
|
|
49
|
-
"@deepseek-ai/dsh-commands": "0.1.2-rc.1",
|
|
50
|
-
"@deepseek-ai/dsh-goal": "0.1.2-rc.1",
|
|
51
|
-
"@deepseek-ai/dsh-llm": "0.1.2-rc.1",
|
|
52
|
-
"@deepseek-ai/dsh-session": "0.1.2-rc.1",
|
|
53
|
-
"@deepseek-ai/dsh-tool-goal": "0.1.2-rc.1",
|
|
54
|
-
"@deepseek-ai/dsh-tools": "0.1.2-rc.1"
|
|
51
|
+
"@deepseek-ai/cordis": "^4.0.2",
|
|
52
|
+
"@deepseek-ai/dsh-agent": "0.1.5-rc.2 || 0.1.5-rc.1",
|
|
53
|
+
"@deepseek-ai/dsh-commands": "0.1.5-rc.2 || 0.1.5-rc.1",
|
|
54
|
+
"@deepseek-ai/dsh-goal": "0.1.5-rc.2 || 0.1.5-rc.1",
|
|
55
|
+
"@deepseek-ai/dsh-llm": "0.1.5-rc.2 || 0.1.5-rc.1",
|
|
56
|
+
"@deepseek-ai/dsh-session": "0.1.5-rc.2 || 0.1.5-rc.1",
|
|
57
|
+
"@deepseek-ai/dsh-tool-goal": "0.1.5-rc.2 || 0.1.5-rc.1",
|
|
58
|
+
"@deepseek-ai/dsh-tools": "0.1.5-rc.2 || 0.1.5-rc.1"
|
|
55
59
|
},
|
|
56
60
|
"peerDependenciesMeta": {
|
|
57
61
|
"@deepseek-ai/dsh-goal": {
|
|
@@ -72,27 +76,29 @@
|
|
|
72
76
|
},
|
|
73
77
|
"devDependencies": {
|
|
74
78
|
"@deepseek-ai/cordis": "4.0.2",
|
|
75
|
-
"@deepseek-ai/dsh-agent": "0.1.
|
|
76
|
-
"@deepseek-ai/dsh-attachment": "0.1.
|
|
77
|
-
"@deepseek-ai/dsh-commands": "0.1.
|
|
78
|
-
"@deepseek-ai/dsh-fs": "0.1.
|
|
79
|
-
"@deepseek-ai/dsh-fs-local": "0.1.
|
|
80
|
-
"@deepseek-ai/dsh-fs-observation-policy": "0.1.
|
|
81
|
-
"@deepseek-ai/dsh-fs-sandbox": "0.1.
|
|
82
|
-
"@deepseek-ai/dsh-goal": "0.1.
|
|
83
|
-
"@deepseek-ai/dsh-
|
|
84
|
-
"@deepseek-ai/dsh-jobs
|
|
85
|
-
"@deepseek-ai/dsh-
|
|
86
|
-
"@deepseek-ai/dsh-
|
|
87
|
-
"@deepseek-ai/dsh-sandbox
|
|
88
|
-
"@deepseek-ai/dsh-
|
|
89
|
-
"@deepseek-ai/dsh-
|
|
90
|
-
"@deepseek-ai/dsh-
|
|
91
|
-
"@deepseek-ai/dsh-
|
|
92
|
-
"@deepseek-ai/dsh-
|
|
93
|
-
"@deepseek-ai/dsh-
|
|
94
|
-
"@deepseek-ai/dsh-
|
|
95
|
-
"@deepseek-ai/
|
|
79
|
+
"@deepseek-ai/dsh-agent": "0.1.5-rc.1",
|
|
80
|
+
"@deepseek-ai/dsh-attachment": "0.1.5-rc.1",
|
|
81
|
+
"@deepseek-ai/dsh-commands": "0.1.5-rc.1",
|
|
82
|
+
"@deepseek-ai/dsh-fs": "0.1.5-rc.1",
|
|
83
|
+
"@deepseek-ai/dsh-fs-local": "0.1.5-rc.1",
|
|
84
|
+
"@deepseek-ai/dsh-fs-observation-policy": "0.1.5-rc.1",
|
|
85
|
+
"@deepseek-ai/dsh-fs-sandbox": "0.1.5-rc.1",
|
|
86
|
+
"@deepseek-ai/dsh-goal": "0.1.5-rc.1",
|
|
87
|
+
"@deepseek-ai/dsh-goal-round-driver": "0.1.5-rc.1",
|
|
88
|
+
"@deepseek-ai/dsh-jobs": "0.1.5-rc.1",
|
|
89
|
+
"@deepseek-ai/dsh-jobs-local": "0.1.5-rc.1",
|
|
90
|
+
"@deepseek-ai/dsh-llm": "0.1.5-rc.1",
|
|
91
|
+
"@deepseek-ai/dsh-sandbox": "0.1.5-rc.1",
|
|
92
|
+
"@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.1",
|
|
93
|
+
"@deepseek-ai/dsh-session": "0.1.5-rc.1",
|
|
94
|
+
"@deepseek-ai/dsh-session-projection": "0.1.5-rc.1",
|
|
95
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1",
|
|
96
|
+
"@deepseek-ai/dsh-tool-fs": "0.1.5-rc.1",
|
|
97
|
+
"@deepseek-ai/dsh-tool-goal": "0.1.5-rc.1",
|
|
98
|
+
"@deepseek-ai/dsh-tools": "0.1.5-rc.1",
|
|
99
|
+
"@deepseek-ai/dsh-user-approval": "0.1.5-rc.1",
|
|
100
|
+
"@deepseek-ai/dsh-util-values": "0.1.5-rc.1",
|
|
101
|
+
"@deepseek-ai/schemastery": "^3.18.2",
|
|
96
102
|
"@types/node": "^22.0.0",
|
|
97
103
|
"oxlint": "^1.20.0",
|
|
98
104
|
"tsdown": "^0.15.0",
|
|
@@ -107,5 +113,5 @@
|
|
|
107
113
|
"hooks",
|
|
108
114
|
"typescript"
|
|
109
115
|
],
|
|
110
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "e8b21b3d0bb5b3864c856cc9ea6bd19d5ab066ef"
|
|
111
117
|
}
|