@dsh-enhanced/assistant-skills 0.1.46 → 0.1.47
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/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +8 -8
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.1.
|
|
1
|
+
export declare const version = "0.1.47";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.1.
|
|
1
|
+
export const version = '0.1.47';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-enhanced/assistant-skills",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
4
4
|
"description": "Capture independently accepted tool workflows and replay versioned skills through the current native Goal and tool authority.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -116,19 +116,19 @@
|
|
|
116
116
|
"@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",
|
|
117
117
|
"@deepseek-ai/dsh-agent-loop": "0.1.2-rc.1",
|
|
118
118
|
"@deepseek-ai/dsh-fs-observation-policy": "0.1.2-rc.1",
|
|
119
|
-
"@dsh-enhanced/assistant-delivery": "0.1.
|
|
120
|
-
"@dsh-enhanced/assistant-policy": "0.1.
|
|
121
|
-
"@dsh-enhanced/assistant-
|
|
122
|
-
"@dsh-enhanced/assistant-
|
|
123
|
-
"@dsh-enhanced/assistant-
|
|
124
|
-
"@dsh-enhanced/assistant-
|
|
119
|
+
"@dsh-enhanced/assistant-delivery": "0.1.47",
|
|
120
|
+
"@dsh-enhanced/assistant-policy": "0.1.47",
|
|
121
|
+
"@dsh-enhanced/assistant-evaluation": "0.1.47",
|
|
122
|
+
"@dsh-enhanced/assistant-goals": "0.1.47",
|
|
123
|
+
"@dsh-enhanced/assistant-isolation": "0.1.47",
|
|
124
|
+
"@dsh-enhanced/assistant-verifier": "0.1.47"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"@deepseek-ai/schemastery": "3.18.2",
|
|
128
128
|
"@deepseek-ai/dsh-fs": "0.1.2-rc.1",
|
|
129
129
|
"@deepseek-ai/dsh-fs-local": "0.1.2-rc.1",
|
|
130
130
|
"@deepseek-ai/dsh-tool-fs": "0.1.2-rc.1",
|
|
131
|
-
"@dsh-enhanced/task-acceptance-contract": "0.1.
|
|
131
|
+
"@dsh-enhanced/task-acceptance-contract": "0.1.47"
|
|
132
132
|
},
|
|
133
133
|
"bin": {
|
|
134
134
|
"dsh-skill-holdout": "./lib/holdout-cli.js"
|