@deepseek-ai/dsh-skill 0.0.1-rc.1 → 0.0.1-rc.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/README.i18n.yaml +1 -1
- package/README.md +1 -1
- package/package.json +8 -8
package/README.i18n.yaml
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/skill/skill/README.md
|
|
5
|
-
README.md:
|
|
5
|
+
README.md: a728b05fa5f1f2ad10ec7c4ac12f0ac66ed48e7e
|
|
6
6
|
README.zh.md: 085dec3e342c2f42a39d28b995dcb4e2cf38f440
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ Definitions remain progressively loaded. `get()` asks the winning provider for t
|
|
|
61
61
|
|
|
62
62
|
## Consumer boundary
|
|
63
63
|
|
|
64
|
-
The registry does not render model guidance or register model-facing tools. [`@deepseek-ai/dsh-tool-skill`](../tool-skill) consumes `ctx.skills` to provide durable session catalogs and the `skill` tool, so providers remain independent of
|
|
64
|
+
The registry does not render model guidance or register model-facing tools. [`@deepseek-ai/dsh-tool-skill`](../tool-skill) consumes `ctx.skills` to provide durable session catalogs and the `skill` tool, so providers remain independent of model-facing behavior.
|
|
65
65
|
|
|
66
66
|
## Model Experience
|
|
67
67
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-skill",
|
|
3
3
|
"description": "Agent skill provider registry for the DeepSeek Harness",
|
|
4
|
-
"version": "0.0.1-rc.
|
|
4
|
+
"version": "0.0.1-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
],
|
|
33
33
|
"license": "BSD-3-Clause",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@deepseek-ai/dsh-
|
|
36
|
-
"@deepseek-ai/dsh-
|
|
37
|
-
"@deepseek-ai/
|
|
38
|
-
"@deepseek-ai/
|
|
35
|
+
"@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
|
|
36
|
+
"@deepseek-ai/dsh-scope": "^0.0.1-rc.2",
|
|
37
|
+
"@deepseek-ai/cordis": "^4.0.1-rc.1",
|
|
38
|
+
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.2"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@deepseek-ai/schemastery": "^3.18.1-rc.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.
|
|
45
|
-
"@deepseek-ai/dsh-llm": "^0.0.1-rc.
|
|
46
|
-
"@deepseek-ai/dsh-scope": "^0.0.1-rc.
|
|
44
|
+
"@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
|
|
45
|
+
"@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
|
|
46
|
+
"@deepseek-ai/dsh-scope": "^0.0.1-rc.2",
|
|
47
47
|
"@deepseek-ai/cordis": "^4.0.1-rc.1"
|
|
48
48
|
}
|
|
49
49
|
}
|