dsh-completion-guard 0.3.0 → 0.3.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 +40 -9
- package/CHANGELOG.zh-CN.md +40 -9
- package/README.md +39 -62
- package/README.zh-CN.md +39 -62
- package/dist/domain/index.d.ts +2 -2
- package/dist/domain/index.js +2 -2
- package/dist/{domain-CBvBQHTL.js → domain-DPPFAcbF.js} +394 -87
- package/dist/{index-GvKLkTqV.d.ts → index-CTFLYvNL.d.ts} +62 -12
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/docs/ARCHITECTURE.md +1 -1
- package/docs/COMPATIBILITY.md +5 -5
- package/docs/LOCAL_ACCEPTANCE.md +122 -10
- package/docs/distribution.md +33 -14
- package/docs/upstream-deltas.json +1 -1
- package/manifests/supported-host.v1.json +485 -59
- package/package.json +20 -18
|
@@ -1,66 +1,492 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
|
|
2
|
+
"registryVersion": 1,
|
|
3
|
+
"description": "Audited host cohort registry. Each cohort is one exactly extracted package graph; a runtime graph must atomically match one cohort. Mixed, missing, duplicate, or unknown rows fail closed.",
|
|
4
|
+
"packageGroups": {
|
|
5
|
+
"base": [
|
|
6
|
+
"@deepseek-ai/cordis",
|
|
7
|
+
"@deepseek-ai/dsh-agent",
|
|
8
|
+
"@deepseek-ai/dsh-commands",
|
|
9
|
+
"@deepseek-ai/dsh-llm",
|
|
10
|
+
"@deepseek-ai/dsh-session",
|
|
11
|
+
"@deepseek-ai/dsh-tools"
|
|
12
|
+
],
|
|
13
|
+
"goal": [
|
|
14
|
+
"@deepseek-ai/dsh-goal",
|
|
15
|
+
"@deepseek-ai/dsh-tool-goal"
|
|
16
|
+
],
|
|
17
|
+
"agent_loop": [
|
|
18
|
+
"@deepseek-ai/dsh-agent-loop"
|
|
19
|
+
],
|
|
20
|
+
"terminal_posix": [
|
|
21
|
+
"@deepseek-ai/dsh-tool-bash",
|
|
22
|
+
"@deepseek-ai/dsh-shell",
|
|
23
|
+
"@deepseek-ai/dsh-subprocess-local",
|
|
24
|
+
"@deepseek-ai/dsh-bash-sandbox",
|
|
25
|
+
"@deepseek-ai/dsh-shell-env"
|
|
26
|
+
],
|
|
27
|
+
"terminal_windows": [
|
|
28
|
+
"@deepseek-ai/dsh-tool-pwsh",
|
|
29
|
+
"@deepseek-ai/dsh-shell",
|
|
30
|
+
"@deepseek-ai/dsh-subprocess-local",
|
|
31
|
+
"@deepseek-ai/dsh-pwsh-sandbox",
|
|
32
|
+
"@deepseek-ai/dsh-shell-env"
|
|
33
|
+
],
|
|
34
|
+
"dsh_cli": [
|
|
35
|
+
"@deepseek-ai/dsh"
|
|
36
|
+
],
|
|
37
|
+
"plugin_inventory": [
|
|
38
|
+
"@deepseek-ai/dsh-host-plugin-inventory"
|
|
39
|
+
],
|
|
40
|
+
"web_control": [
|
|
41
|
+
"dshmarket",
|
|
42
|
+
"@deepseek-ai/dsh-host-webserver",
|
|
43
|
+
"@deepseek-ai/dsh-web-app"
|
|
44
|
+
],
|
|
45
|
+
"jobs": [
|
|
46
|
+
"@deepseek-ai/dsh-jobs",
|
|
47
|
+
"@deepseek-ai/dsh-jobs-local",
|
|
48
|
+
"@deepseek-ai/dsh-tool-jobs"
|
|
49
|
+
],
|
|
50
|
+
"filesystem": [
|
|
51
|
+
"@deepseek-ai/dsh-tool-fs",
|
|
52
|
+
"@deepseek-ai/dsh-fs",
|
|
53
|
+
"@deepseek-ai/dsh-fs-local",
|
|
54
|
+
"@deepseek-ai/dsh-fs-sandbox",
|
|
55
|
+
"@deepseek-ai/dsh-fs-observation-policy",
|
|
56
|
+
"@deepseek-ai/dsh-sandbox",
|
|
57
|
+
"@deepseek-ai/dsh-sandbox-policy",
|
|
58
|
+
"@deepseek-ai/dsh-user-approval",
|
|
59
|
+
"@deepseek-ai/dsh-attachment",
|
|
60
|
+
"@deepseek-ai/dsh-system-prompt"
|
|
61
|
+
]
|
|
24
62
|
},
|
|
25
|
-
"
|
|
26
|
-
{
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
63
|
+
"cohorts": [
|
|
64
|
+
{
|
|
65
|
+
"id": "dsh-0.1.1-rc.2",
|
|
66
|
+
"manifestVersion": 1,
|
|
67
|
+
"supportedGoalVersions": [
|
|
68
|
+
"0.1.1-rc.2"
|
|
69
|
+
],
|
|
70
|
+
"auditedPlatforms": [
|
|
71
|
+
"posix",
|
|
72
|
+
"windows"
|
|
73
|
+
],
|
|
74
|
+
"capabilityExpectations": {
|
|
75
|
+
"goal_complete_precommit_guard": "required",
|
|
76
|
+
"goal_disarm_readback": "required",
|
|
77
|
+
"session_flush_before_control": "required",
|
|
78
|
+
"tool_guard_monotonic": "required",
|
|
79
|
+
"host_capability_model": "action-platform-v1",
|
|
80
|
+
"external_wait_jobs_readback": "dsh.jobs.v1",
|
|
81
|
+
"filesystem_tool_contract": "dsh.fs-tools.v1"
|
|
82
|
+
},
|
|
83
|
+
"supportedActions": [
|
|
84
|
+
"inspect_remote_updates",
|
|
85
|
+
"install",
|
|
86
|
+
"apply",
|
|
87
|
+
"create",
|
|
88
|
+
"modify",
|
|
89
|
+
"test",
|
|
90
|
+
"verify",
|
|
91
|
+
"pull",
|
|
92
|
+
"fetch",
|
|
93
|
+
"commit",
|
|
94
|
+
"push",
|
|
95
|
+
"restart",
|
|
96
|
+
"publish",
|
|
97
|
+
"generic_run"
|
|
98
|
+
],
|
|
99
|
+
"packages": [
|
|
100
|
+
{
|
|
101
|
+
"name": "@deepseek-ai/cordis",
|
|
102
|
+
"version": "4.0.1",
|
|
103
|
+
"integrity": "sha512-YBdskTU2Po1kru3GgcUWUbkTsPMA9LkSQDAY8rBkFJeajdgcQad3QPJZE26JyK99Xb6HaASvoXg2DSUTeN/0Nw=="
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "@deepseek-ai/dsh-agent",
|
|
107
|
+
"version": "0.1.1-rc.2",
|
|
108
|
+
"integrity": "sha512-cC7lnJe7JgPFcreNXxcxLMxQd78LnpVO9ZXROjZsGRQN1zGH6i/DduI892F1am85IfzzO+XTxMwwUHmfwamb0g=="
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "@deepseek-ai/dsh-commands",
|
|
112
|
+
"version": "0.1.1-rc.2",
|
|
113
|
+
"integrity": "sha512-BOIe4Sht9rmMv1a6b3GWjWBbeWr7PtHlAy41vgpaymvUUuzOapOIA648ZMGCI/crRIt72Umev2FHtSwCNSbYZg=="
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "@deepseek-ai/dsh-goal",
|
|
117
|
+
"version": "0.1.1-rc.2",
|
|
118
|
+
"integrity": "sha512-lSHTh4vfS6eRb9to/y+bjRf2+0QkNpY3tHJ29HMTewR9fJYZsEVVu4Hc+GPhPEjF7RpiD35/sKx+akijtDasyg=="
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "@deepseek-ai/dsh-llm",
|
|
122
|
+
"version": "0.1.1-rc.2",
|
|
123
|
+
"integrity": "sha512-ASJfjIdZbIXvLwi3rGo+eZb/GxMVV/WO5/XVD3B96mT8EIzrlw3+nMR6/CvmJVzcycKQ2XN0wj7jD6TasPRySA=="
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "@deepseek-ai/dsh-session",
|
|
127
|
+
"version": "0.1.1-rc.2",
|
|
128
|
+
"integrity": "sha512-4/cv6X9HPhm47eyRhCu/WZwzrtJKegk5J+0xaxcZ9i8S0smdxP57tqy8a0jkSshLQn7BzMFxneQrlYExrLrDhQ=="
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "@deepseek-ai/dsh-tools",
|
|
132
|
+
"version": "0.1.1-rc.2",
|
|
133
|
+
"integrity": "sha512-0GGL4D55MwYDepzZMOI3L0ycu5b2qr96GL0Y7snwhAnpK2Di61rbX3fJE+PB3ZrovGX0csIRdt9n3iJZDVtDrw=="
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "@deepseek-ai/dsh-tool-goal",
|
|
137
|
+
"version": "0.1.1-rc.2",
|
|
138
|
+
"integrity": "sha512-kTECpE732uwlxRJr/jBZb1BqaxZzrA7Rv4KuM3eolvhoTJ5zjyiR2YHmDmCSfuI6zmA/BEfWss7D0mLbVtJEZA=="
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "@deepseek-ai/dsh-agent-loop",
|
|
142
|
+
"version": "0.1.1-rc.2",
|
|
143
|
+
"integrity": "sha512-2uJZ6kjJ3IYLRGn6/NhiZgD576ABcbERB/nkReR9TEUMO2zWkz6OuKtVwLyFCFSni2T25Jv+clKQWt7D4MhU3A=="
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "@deepseek-ai/dsh-tool-bash",
|
|
147
|
+
"version": "0.1.1-rc.2",
|
|
148
|
+
"integrity": "sha512-YNmrKmBanj5EQn1zejjbo4UUFtg2/h3s9y0lY3vBu+dezNz4HdUlSkSZACbNUAZywyLomdhlt4rJdtdnrqyS7Q=="
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "@deepseek-ai/dsh-tool-pwsh",
|
|
152
|
+
"version": "0.1.1-rc.2",
|
|
153
|
+
"integrity": "sha512-Gr0F4VWCIIR25qWVv4mMEJnewXILHLCkZwrLfbHA2OOI7DNvvdB5wjJxhuo+ZQa8/3KJ/byQGtEBqCY9mb10Zg=="
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "@deepseek-ai/dsh-shell",
|
|
157
|
+
"version": "0.1.1-rc.2",
|
|
158
|
+
"integrity": "sha512-gEqPUxKOpOV66wvM4o8Z5FEuWmsEvYzD9OQy3cyo/kjzlx+2+KUWi22cl/YWtBs/zUtRJbdG5UqMnh8GUeO8Hg=="
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "@deepseek-ai/dsh-subprocess-local",
|
|
162
|
+
"version": "0.1.1-rc.2",
|
|
163
|
+
"integrity": "sha512-I4pyzpohZEVRQQbuEpMP0t8oKsf+XIlRo64aJVKGXI2eMcg9f9gbfhKQNYNqRGbegQL1HYpSLU6Rzyibldgwaw=="
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "@deepseek-ai/dsh-bash-sandbox",
|
|
167
|
+
"version": "0.1.1-rc.2",
|
|
168
|
+
"integrity": "sha512-bagZDMZ73C1dVDBjFCn1flNZ8aOEel4dsmDJTfmagqeYPXfIJDFKPhDc3lWjc+o6jMNfmumeUJ62dwhHkjJHKA=="
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "@deepseek-ai/dsh-pwsh-sandbox",
|
|
172
|
+
"version": "0.1.1-rc.2",
|
|
173
|
+
"integrity": "sha512-hBUTg5p8TTQifZrfstbimVlBFyUOb7JhNkWKc+n6UpTzoFRSkPAvrjGeXKDmFI6jXpL4nXzLJoaIssfYnRg7bw=="
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "@deepseek-ai/dsh-shell-env",
|
|
177
|
+
"version": "0.1.1-rc.2",
|
|
178
|
+
"integrity": "sha512-dDKKqsxsbklUpxX5ornd/SKJ2yfr/SOHOWDgeJkYvx3SMSXq8EvhCK/VEvHswXQ25rRLFWM4/Mr3htk1hn/GPA=="
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "@deepseek-ai/dsh",
|
|
182
|
+
"version": "0.1.1-rc.2",
|
|
183
|
+
"integrity": "sha512-UP1UIh6q3Gme/yXRn/QL2P8IsVlv8Shpg22TRJIZPsCRWLm4CBiA1MUvXmJAfsOEETBMLAl+xWPtFw6ICsN3wg=="
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "@deepseek-ai/dsh-host-plugin-inventory",
|
|
187
|
+
"version": "0.1.1-rc.2",
|
|
188
|
+
"integrity": "sha512-Hud9ezW0bexWfhX7C+c5rdUDX1xzbEGDzj1lGQyj/QxdrxHYHjGrJq3tLRyvN6K4FSmEdG2IBKdQGCOLVrIthA=="
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "dshmarket",
|
|
192
|
+
"version": "1.36.0",
|
|
193
|
+
"integrity": "sha512-xX8CCoXdIALaxtLosj+5qGg8r1cykW2zo1AOPJcSQepg2r4Vd2K0NmERldDqfeyFV0pCuZsUoAPe1Q/BW7De/g=="
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "@deepseek-ai/dsh-host-webserver",
|
|
197
|
+
"version": "0.1.1-rc.2",
|
|
198
|
+
"integrity": "sha512-t9MrjC65QHiiWhG9V8UZxgfE/aWYhJHHrIM0kbTvtXxg4tLGIKo/upHp7iiag65F3HTkVLrH/DUyPMi4v2ZA7g=="
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "@deepseek-ai/dsh-web-app",
|
|
202
|
+
"version": "0.1.1-rc.2",
|
|
203
|
+
"integrity": "sha512-1zGHY7qwBVlVJrzIWu+86SuBZXaVUxe2JRfffsuRvKXq2QcR/K4CoJJfZ43cDoWKu9xPvvxz7w2ezV+EdXgg1A=="
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "@deepseek-ai/dsh-jobs",
|
|
207
|
+
"version": "0.1.1-rc.2",
|
|
208
|
+
"integrity": "sha512-SXvDJMvcUrGrlzIyE7j8/lI4Pj1nDe/UOR8C05Zagp+/0R8p46n6KylySvZdPAFENV5t8WX3Fw3eOaS4No0+wQ=="
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "@deepseek-ai/dsh-jobs-local",
|
|
212
|
+
"version": "0.1.1-rc.2",
|
|
213
|
+
"integrity": "sha512-26lg7mi9RKnu8IP8SWLbY+uZenbqF2AkAZvgZaLDlw1z58NtBsbgKgh6FNC8JXEyknAwYc6auQQKF+nLTlEjCw=="
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "@deepseek-ai/dsh-tool-jobs",
|
|
217
|
+
"version": "0.1.1-rc.2",
|
|
218
|
+
"integrity": "sha512-wCU7mo2uoQcAtz7de4ZXP2es9lALsmz6XzC+KAlS2e7/yTBi9a5LL2vdSr6XhExVAuhu/6f9eM/w4EQBOxtKlw=="
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "@deepseek-ai/dsh-tool-fs",
|
|
222
|
+
"version": "0.1.1-rc.2",
|
|
223
|
+
"integrity": "sha512-llX8AWbaI3CGme/a2eeTSfy5atk8u3iJeOFzmZV/KZ0v0hMhKZIK1xQInWwC9OmSDJ/StStJe0hDPVLWbB7hVg=="
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "@deepseek-ai/dsh-fs",
|
|
227
|
+
"version": "0.1.1-rc.2",
|
|
228
|
+
"integrity": "sha512-8j+6MffvCHATLQrhAVfc9rKyunKu/O7mjjJzmdsUSdID7V4iUYMwqPamhlAyI+tfohZu/vcforKzCRIZGmCYug=="
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "@deepseek-ai/dsh-fs-local",
|
|
232
|
+
"version": "0.1.1-rc.2",
|
|
233
|
+
"integrity": "sha512-jvn1MsAMqCmt5SjRNkPjmpc+RIWrZQrBVtf/OpmKr2PaBEGqSbCkPApWDE9iSMhcuQg6k5evScOXwAsduzKOLA=="
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "@deepseek-ai/dsh-fs-sandbox",
|
|
237
|
+
"version": "0.1.1-rc.2",
|
|
238
|
+
"integrity": "sha512-PI65uLZ3ARkfVV/PXvACS1HEXggoOaXgYQzXQFdLOfm7AiHOdZWZccUAXBetpZhcNYIOKsVoLnfZkXcHByqecQ=="
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "@deepseek-ai/dsh-fs-observation-policy",
|
|
242
|
+
"version": "0.1.1-rc.2",
|
|
243
|
+
"integrity": "sha512-rlq7yu4xavkKK1Oa1/aNCOeUW7t/3OXJJOfOcZXuUgJn5f8G0AbpTDpp2CeuL1cHlKpbunGhEkKQ2N/dv7ZR9w=="
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "@deepseek-ai/dsh-sandbox",
|
|
247
|
+
"version": "0.1.1-rc.2",
|
|
248
|
+
"integrity": "sha512-rnO2RqZ+ycpwrXrXlMcrhWAICdui3ZVTjNQ8eZrOPE18hAbX3tw0nLFq26sBjMSnBfDQHNZ4VaFpt0p8qhkPWQ=="
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "@deepseek-ai/dsh-sandbox-policy",
|
|
252
|
+
"version": "0.1.1-rc.2",
|
|
253
|
+
"integrity": "sha512-cpoIUxCzpZJDTMXVt9gS+qgWEDAWf6rIe715uY1NF0ROoiEXPlmToLsHLF+4pXTW3wWWzpGVswO0bPYEKrQr3g=="
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "@deepseek-ai/dsh-user-approval",
|
|
257
|
+
"version": "0.1.1-rc.2",
|
|
258
|
+
"integrity": "sha512-SdsO4Rs+NeJFoertkVilXBACREOLfkKPJJznYKqDhJxeRo38RJ56dtj0Xd0/6rERmsQiMck4Bwdrzg1ubUqPNA=="
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "@deepseek-ai/dsh-attachment",
|
|
262
|
+
"version": "0.1.1-rc.2",
|
|
263
|
+
"integrity": "sha512-rCYAt8QsawP1yfDCU7XxNwYT/XWvyFsxYrkwhLLkdfW83QVD0CQHizSkTQE7RFX74nKUD1z3sTLfnLr7xneArw=="
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "@deepseek-ai/dsh-system-prompt",
|
|
267
|
+
"version": "0.1.1-rc.2",
|
|
268
|
+
"integrity": "sha512-on4hjAlYI5uX9q7Sf95YkMMBVe6heywtA/H50ksrIMUub8U2B98hO9iQpHhjwIO1F1vu+5pLcPvRr6yUGGmtXQ=="
|
|
269
|
+
}
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "dsh-0.1.2-alpha.2",
|
|
274
|
+
"manifestVersion": 1,
|
|
275
|
+
"supportedGoalVersions": [
|
|
276
|
+
"0.1.2-alpha.2"
|
|
277
|
+
],
|
|
278
|
+
"auditedPlatforms": [
|
|
279
|
+
"posix",
|
|
280
|
+
"windows"
|
|
281
|
+
],
|
|
282
|
+
"platformAuditNote": "Exact graph extracted and matched on native macOS and Windows DSH 0.1.2-alpha.2 / dshmarket 1.38.1 runtimes.",
|
|
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
|
+
},
|
|
292
|
+
"supportedActions": [
|
|
293
|
+
"inspect_remote_updates",
|
|
294
|
+
"install",
|
|
295
|
+
"apply",
|
|
296
|
+
"create",
|
|
297
|
+
"modify",
|
|
298
|
+
"test",
|
|
299
|
+
"verify",
|
|
300
|
+
"pull",
|
|
301
|
+
"fetch",
|
|
302
|
+
"commit",
|
|
303
|
+
"push",
|
|
304
|
+
"restart",
|
|
305
|
+
"publish",
|
|
306
|
+
"generic_run"
|
|
307
|
+
],
|
|
308
|
+
"packages": [
|
|
309
|
+
{
|
|
310
|
+
"name": "@deepseek-ai/cordis",
|
|
311
|
+
"version": "4.0.2",
|
|
312
|
+
"integrity": "sha512-asOnXP1TzFSFQlHb1iegDZp0z/8WD1c7YNrwJR/Tx2bzNuMXfcekE/I67Iv6SQXeLB4csxqCngzQKANP7gdw0g=="
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "@deepseek-ai/dsh",
|
|
316
|
+
"version": "0.1.2-alpha.2",
|
|
317
|
+
"integrity": "sha512-4TvTC5kRKlgtSU2UTBv+cID9a2Z+6+m6mpvjXWJfVzuTkflCff6s4MsQpFJTCmwFh/k7zNWe7qFXcLYMV/5VvA=="
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "@deepseek-ai/dsh-agent",
|
|
321
|
+
"version": "0.1.2-alpha.2",
|
|
322
|
+
"integrity": "sha512-K7B5XSQ7byB/IoNGj7n+lBgHCpVPJqEPvpGoHKc1dBS8fPo2yYp/ALFag4YOfrXVP3jQ9A8di20BbvIlp79SoA=="
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "@deepseek-ai/dsh-agent-loop",
|
|
326
|
+
"version": "0.1.2-alpha.2",
|
|
327
|
+
"integrity": "sha512-UU1i+rTuQV3Q5PGY4qFlojJ0Gbthib22pida5elZlg28dd8gtY2d1U5V9q2+rKK/469CO29rkz6TWMWk0g93Jg=="
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "@deepseek-ai/dsh-attachment",
|
|
331
|
+
"version": "0.1.2-alpha.2",
|
|
332
|
+
"integrity": "sha512-+e+zQCbBi94Jnyfpq/M+/J2R/66GbMh5zqr7yVdCjvAJp8d2hxQsZ0O/oaSV+iZQIMgJz+BcwvrS1VU+XmzQWg=="
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "@deepseek-ai/dsh-bash-sandbox",
|
|
336
|
+
"version": "0.1.2-alpha.2",
|
|
337
|
+
"integrity": "sha512-y5NZT7OkKi23N2fF+x9oo1QZH8LPfTU+llL86r+iETSSk5jzh91Hp2cP5Iq5S/L3BAQDaEw2J4Dg8VjF+fnnkg=="
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "@deepseek-ai/dsh-commands",
|
|
341
|
+
"version": "0.1.2-alpha.2",
|
|
342
|
+
"integrity": "sha512-KkyNkD5V80h+xXsByGdXH8uvKo/5uflb1CSY8O8IrciuptaJdneSAmTFsjmCKAjqCTGgigk2VDw6mqPwux2JYg=="
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "@deepseek-ai/dsh-fs",
|
|
346
|
+
"version": "0.1.2-alpha.2",
|
|
347
|
+
"integrity": "sha512-wx5n0QS5rfZ2LPVocMNfuOUh0RYH/QuLoCEy+qI8U3nKmSZ8GSTASURLg+0pVxckHpLElo38U+S/lkLxRK1rpQ=="
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "@deepseek-ai/dsh-fs-local",
|
|
351
|
+
"version": "0.1.2-alpha.2",
|
|
352
|
+
"integrity": "sha512-IIpZAxGw8wr+xpZQhvuHB9JtUeE6V03e45njfFah1eRl0miaHV5CxCRlFwkMLrow5I2zCCsCPPmdEaouGxTGSA=="
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "@deepseek-ai/dsh-fs-observation-policy",
|
|
356
|
+
"version": "0.1.2-alpha.2",
|
|
357
|
+
"integrity": "sha512-oMDSB1NTnj4rIGy5JXCtbzTFDwKkU/38KIKrVs3u6b65Y5spq3kjc1ITpjqo3Ze4H8umc8wJqGke2o/ms8eIEQ=="
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "@deepseek-ai/dsh-fs-sandbox",
|
|
361
|
+
"version": "0.1.2-alpha.2",
|
|
362
|
+
"integrity": "sha512-jTnGZUov95e9OANKG+uoWAczdGlzy24aXJ+z4N4J+rMvThfj5awV3ucsmX9S4YW2peHoTV9D7BNGgBQ84LxB+w=="
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "@deepseek-ai/dsh-goal",
|
|
366
|
+
"version": "0.1.2-alpha.2",
|
|
367
|
+
"integrity": "sha512-6E+QfBezGsQ2RI0KLZc8llRpukV9ujLjCcQ2UAboYJS7FPQMs7f/QfSrfTubwpB4lrnOok0H26JT2jHUhJeQbQ=="
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "@deepseek-ai/dsh-host-plugin-inventory",
|
|
371
|
+
"version": "0.1.2-alpha.2",
|
|
372
|
+
"integrity": "sha512-qWD+fTYTq8YoNa1TbYXy/Qk7bjjS4URJMgMa3m1vnyZ+xdwtRBF47dUa7wVAVX7oGg03bl7TD1Eo7GcKP/eajA=="
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "@deepseek-ai/dsh-host-webserver",
|
|
376
|
+
"version": "0.1.2-alpha.2",
|
|
377
|
+
"integrity": "sha512-cvsfM/cm5hZk/RqdIsardfqBIVpemdmUrP4M6UgdqhJy2nG5VnokLBg7k0bc8Yi11q0vIETfQK4xiDOSOMnu7Q=="
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "@deepseek-ai/dsh-jobs",
|
|
381
|
+
"version": "0.1.2-alpha.2",
|
|
382
|
+
"integrity": "sha512-yPNlYX/ZKphjzRY7oMf5uLgfSlJ8qBp49W6qNqzhmn8moXgJcPUCNqeOkT0C3a6GQ286mmmo09eyfDLGX7+lMQ=="
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "@deepseek-ai/dsh-jobs-local",
|
|
386
|
+
"version": "0.1.2-alpha.2",
|
|
387
|
+
"integrity": "sha512-nrK4ujL6QRS6GAysgBR08vaHub4vh7/iuGtmMvcg4Bp3hZeQ4rjWnpQAuItg9E9G3OUrvfjwzwENEM1TyVcbWw=="
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "@deepseek-ai/dsh-llm",
|
|
391
|
+
"version": "0.1.2-alpha.2",
|
|
392
|
+
"integrity": "sha512-ip6yMxwHugxQm4VCbwX/FDnlTeeBM9VBkIn0+74ityQy7Z3yKREJ1Ov8Z04l4G3duRzeGRsQ4ztOFZ01oNfKIw=="
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "@deepseek-ai/dsh-pwsh-sandbox",
|
|
396
|
+
"version": "0.1.2-alpha.2",
|
|
397
|
+
"integrity": "sha512-j/gUmv+nWYzg8o+oEEIK9FKeb6L24n2u7xjpIm7DcL5YjQlRDR6FgDvR2hpUK/d4Wk+zvnaPqZaEaXfUtOzEKQ=="
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "@deepseek-ai/dsh-sandbox",
|
|
401
|
+
"version": "0.1.2-alpha.2",
|
|
402
|
+
"integrity": "sha512-InfHYn5B0MxF5QLz0AjbwPS5W0G9VtIvjEFl5o/049KzH6khGKhjqOAVZtu1Z46f1+K/dbjF50VkTdnX3pgIJA=="
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "@deepseek-ai/dsh-sandbox-policy",
|
|
406
|
+
"version": "0.1.2-alpha.2",
|
|
407
|
+
"integrity": "sha512-Af7DWZTEjF/70YWSiN0jfbZli1XRk6Bo9W61QHxfShS79I8//mOPrItEPtJRWL/RCmGNfudFglNFyyGKdaqBIg=="
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "@deepseek-ai/dsh-session",
|
|
411
|
+
"version": "0.1.2-alpha.2",
|
|
412
|
+
"integrity": "sha512-RfikXscYTDXDr7CD7C/8oGJZaH8Egclj7pmXRtd90QcB5L8RIQ7069xrHZjds8OjNrFo69qQwNK3gYLUVZy9PA=="
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "@deepseek-ai/dsh-shell",
|
|
416
|
+
"version": "0.1.2-alpha.2",
|
|
417
|
+
"integrity": "sha512-i16e+OrCJ7GZ1XDnPds081NgVs/xzIVMLECzmLnXgVDKeePgWpdEgR//PgMqKPwoBoJ8z7DTzwKiOISAtOpNzA=="
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "@deepseek-ai/dsh-shell-env",
|
|
421
|
+
"version": "0.1.2-alpha.2",
|
|
422
|
+
"integrity": "sha512-OCf1iaPC5Qg6/DMLzvq5flGVSKP2uxAhgKs+8vrRuUiKc2UXXUE4uKayzZU7S18EysLZOVjMKKyUnHFXCVRQxg=="
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "@deepseek-ai/dsh-subprocess-local",
|
|
426
|
+
"version": "0.1.2-alpha.2",
|
|
427
|
+
"integrity": "sha512-IFneyTRqvbF/1Jm9h0WwBBxwlAd3vRh3SE/sZo2DTy9lzkRUMEBmWTiJZhVCMZ7hDLE0ALnjLLnLFLkA7bCP9Q=="
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "@deepseek-ai/dsh-system-prompt",
|
|
431
|
+
"version": "0.1.2-alpha.2",
|
|
432
|
+
"integrity": "sha512-qT9PZEVMAbszsg1UVUvuovfWFS5unjy08KV0rnOc89TJCgkb2CnlknSyIQs0lXc/UiqT6ZQ59i4ClAFrXhxfxQ=="
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "@deepseek-ai/dsh-tool-bash",
|
|
436
|
+
"version": "0.1.2-alpha.2",
|
|
437
|
+
"integrity": "sha512-Vt70FCPSE3Y7++2i9dKCNrsXTqhDpeJwqo44/GZow1xJ5acY9iNkjmjfq0UrTvacLLOEVnrMMBa9LojXi2WZUA=="
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "@deepseek-ai/dsh-tool-fs",
|
|
441
|
+
"version": "0.1.2-alpha.2",
|
|
442
|
+
"integrity": "sha512-zQ+zxunJ9BXFR/kAw0Z/LO5TEy87uf1X2giE1AmM9fqbev28vd4pzLq3y8F9b0E64461ANrfD1q2wx8Gy1w47g=="
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "@deepseek-ai/dsh-tool-goal",
|
|
446
|
+
"version": "0.1.2-alpha.2",
|
|
447
|
+
"integrity": "sha512-lvp60s3JKuTzncrlKCyS3qM/jYMLZSTMXJ/xQ8A0EIDvfPp7x1C3NNez66IJXPJ5YMtW9QYsqx2YmnUKhPOrow=="
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "@deepseek-ai/dsh-tool-jobs",
|
|
451
|
+
"version": "0.1.2-alpha.2",
|
|
452
|
+
"integrity": "sha512-QYq4almnoKNDu/ncrpGLTfkT5sIdqvRTyLd61VNJTFl4rNT2G/JCoEIhDgf50Rkwcchvvk/bNNdekjlENqZjKg=="
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "@deepseek-ai/dsh-tool-pwsh",
|
|
456
|
+
"version": "0.1.2-alpha.2",
|
|
457
|
+
"integrity": "sha512-sRGAmLWxxb+gglsqoftLojnFY1HaKMcwV9itkvv7JeACn5vkZuXTI0I/gNxjvt+g/b6sXT37hmQ7bmyo3dFHuQ=="
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "@deepseek-ai/dsh-tools",
|
|
461
|
+
"version": "0.1.2-alpha.2",
|
|
462
|
+
"integrity": "sha512-trk0fkmCDp64pqdcr8u7rCcRrwNi+93FKuznTnCD+YsPGFygcSG/6n+Wsh4+9A6oI1fM4/Ecq6Baa9vq1sNhJg=="
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "@deepseek-ai/dsh-user-approval",
|
|
466
|
+
"version": "0.1.2-alpha.2",
|
|
467
|
+
"integrity": "sha512-CcV3hf2Q0NYxRbnlE+IysaUkq/hvmjlvS9OGiHpARZVY4VlidlZRmsy5g5L17vDoxirX+WBJ9Cc5VcJMcjPrUg=="
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "@deepseek-ai/dsh-web-app",
|
|
471
|
+
"version": "0.1.2-alpha.2",
|
|
472
|
+
"integrity": "sha512-+SKilM9fCCCoYr3fKT7CxNiozGsNHgvvTGhL63tKXM7/3M96dyj7zhT5ztoTgIDW9b9m8J/CaJUa4KlSeUJGFQ=="
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "dshmarket",
|
|
476
|
+
"version": "1.38.1",
|
|
477
|
+
"integrity": "sha512-Z9VleLtCXwk5OlbSJKayWtbMaKACL8JUMyb/JHpErS4N3q//GJS+cgOhhxNkZYmXxB8/lv9IbhX1CBzlMhJeJg=="
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
}
|
|
60
481
|
],
|
|
61
482
|
"runtimeIdentity": {
|
|
62
483
|
"source": "active-profile-package-graph",
|
|
63
|
-
"injectionConfigKeys": [
|
|
64
|
-
|
|
484
|
+
"injectionConfigKeys": [
|
|
485
|
+
"hostLockPackages",
|
|
486
|
+
"hostLockPlatform",
|
|
487
|
+
"hostLockProfile"
|
|
488
|
+
],
|
|
489
|
+
"missingBehavior": "fail-closed",
|
|
490
|
+
"cohortDigestBinding": "host_cohort capability row in hostLockDigest v3"
|
|
65
491
|
}
|
|
66
492
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-completion-guard",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "A task-contract and completion-certification layer for DeepSeek Harness.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"node": ">=22"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@deepseek-ai/cordis": "
|
|
48
|
-
"@deepseek-ai/dsh-agent": "
|
|
49
|
-
"@deepseek-ai/dsh-commands": "
|
|
50
|
-
"@deepseek-ai/dsh-goal": "0.1.1-rc.2",
|
|
51
|
-
"@deepseek-ai/dsh-llm": "
|
|
52
|
-
"@deepseek-ai/dsh-session": "
|
|
53
|
-
"@deepseek-ai/dsh-tool-goal": "0.1.1-rc.2",
|
|
54
|
-
"@deepseek-ai/dsh-tools": "
|
|
47
|
+
"@deepseek-ai/cordis": "4.0.1 || 4.0.2",
|
|
48
|
+
"@deepseek-ai/dsh-agent": "0.1.1-rc.2 || 0.1.2-alpha.2",
|
|
49
|
+
"@deepseek-ai/dsh-commands": "0.1.1-rc.2 || 0.1.2-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-goal": "0.1.1-rc.2 || 0.1.2-alpha.2",
|
|
51
|
+
"@deepseek-ai/dsh-llm": "0.1.1-rc.2 || 0.1.2-alpha.2",
|
|
52
|
+
"@deepseek-ai/dsh-session": "0.1.1-rc.2 || 0.1.2-alpha.2",
|
|
53
|
+
"@deepseek-ai/dsh-tool-goal": "0.1.1-rc.2 || 0.1.2-alpha.2",
|
|
54
|
+
"@deepseek-ai/dsh-tools": "0.1.1-rc.2 || 0.1.2-alpha.2"
|
|
55
55
|
},
|
|
56
56
|
"peerDependenciesMeta": {
|
|
57
57
|
"@deepseek-ai/dsh-goal": {
|
|
@@ -61,6 +61,15 @@
|
|
|
61
61
|
"optional": true
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
+
"scripts": {
|
|
65
|
+
"build": "tsdown",
|
|
66
|
+
"lint": "oxlint src tests",
|
|
67
|
+
"test": "vitest run",
|
|
68
|
+
"test:release-pack": "node --test tests/release-pack.node.mjs",
|
|
69
|
+
"test:stats": "node --test tests/npm-download-stats.node.mjs",
|
|
70
|
+
"typecheck": "tsc --noEmit",
|
|
71
|
+
"pack:check": "pnpm pack --dry-run --json"
|
|
72
|
+
},
|
|
64
73
|
"devDependencies": {
|
|
65
74
|
"@deepseek-ai/cordis": "4.0.1",
|
|
66
75
|
"@deepseek-ai/dsh-agent": "0.1.1-rc.2",
|
|
@@ -97,12 +106,5 @@
|
|
|
97
106
|
"hooks",
|
|
98
107
|
"typescript"
|
|
99
108
|
],
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
"lint": "oxlint src tests",
|
|
103
|
-
"test": "vitest run",
|
|
104
|
-
"test:stats": "node --test tests/npm-download-stats.node.mjs",
|
|
105
|
-
"typecheck": "tsc --noEmit",
|
|
106
|
-
"pack:check": "pnpm pack --dry-run --json"
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
+
"gitHead": "22cde6106cdca511265bb4103375a263a0762b9c"
|
|
110
|
+
}
|