@deepseek-ai/dsh-tool-skill 0.1.2-alpha.5 → 0.1.3-alpha.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 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/tool-skill/README.md
5
- README.md: 458c1d1eb8f94496cb93b4c5512502d5aa77849a
6
- README.zh.md: aa4ac4ad773f013b4aa7faea3abdd66230eca2e4
5
+ README.md: a9c0296700c9848a70ab58b90d3338ff7cd2431c
6
+ README.zh.md: d9c162b8a3a9308126de2a1cc70e5d3bd84f7678
package/README.md CHANGED
@@ -99,8 +99,7 @@ Read these pages when the package-level contract is not enough. They move from t
99
99
  - [Skill subsystem reference](../../../docs/subsystems/skills.md) — the registry and provider vocabulary behind the catalog.
100
100
  - [skill package](../skill/README.md) — the registry and the shared `renderSkillContent` rendering.
101
101
  - [Generated tool catalog](../../../docs/tool-catalog.md#deepseek-aidsh-tool-skill) — the exact `skill` schema the model receives.
102
- - [Skill catalog hot-refresh Agent Note](../../../.agents/notes/implemented/feature/2026-07-27-skill-catalog-hot-refresh.md) — the durable initial catalog and replacement lifecycle.
103
- - [User-explicit skill invocation Agent Note](../../../.agents/notes/implemented/feature/2026-08-08-user-explicit-skill-invocation.md) — the `/name` gesture design.
102
+ - [User-explicit skill invocation Agent Note](../../../.agents/notes/archived/feature/2026-08-08-user-explicit-skill-invocation.md) — the `/name` gesture design.
104
103
 
105
104
  -----
106
105
 
package/README.zh.md CHANGED
@@ -99,8 +99,7 @@ agent(智能体)可以在会话期间发现并加载 skill(技能):在
99
99
  - [skill 子系统参考](../../../docs/subsystems/skills.zh.md)——目录背后的注册表与提供方词汇。
100
100
  - [skill 包](../skill/README.zh.md)——注册表与共享的 `renderSkillContent` 渲染。
101
101
  - [生成工具目录](../../../docs/tool-catalog.zh.md#deepseek-aidsh-tool-skill)——模型接收的精确 `skill` schema。
102
- - [skill 目录热刷新 Agent Note](../../../.agents/notes/implemented/feature/2026-07-27-skill-catalog-hot-refresh.zh.md)——持久初始目录与替换生命周期。
103
- - [用户显式 skill 调用 Agent Note](../../../.agents/notes/implemented/feature/2026-08-08-user-explicit-skill-invocation.zh.md)——`/name` 手势设计。
102
+ - [用户显式 skill 调用 Agent Note](../../../.agents/notes/archived/feature/2026-08-08-user-explicit-skill-invocation.md)——`/name` 手势设计。
104
103
 
105
104
  -----
106
105
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-tool-skill",
3
3
  "description": "Model-facing skill loading tool for the DeepSeek Harness",
4
- "version": "0.1.2-alpha.5",
4
+ "version": "0.1.3-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -27,23 +27,23 @@
27
27
  ],
28
28
  "license": "MIT",
29
29
  "peerDependencies": {
30
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.5",
31
- "@deepseek-ai/cordis": "^4.0.2",
32
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
33
- "@deepseek-ai/dsh-tools": "^0.1.2-alpha.5",
34
- "@deepseek-ai/dsh-skill": "^0.1.2-alpha.5"
30
+ "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
31
+ "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
32
+ "@deepseek-ai/dsh-skill": "^0.1.3-alpha.2",
33
+ "@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
34
+ "@deepseek-ai/cordis": "^4.0.2"
35
35
  },
36
36
  "dependencies": {
37
37
  "@deepseek-ai/schemastery": "^3.18.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.5",
41
- "@deepseek-ai/dsh-scope": "^0.1.2-alpha.5",
42
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
43
- "@deepseek-ai/dsh-skill": "^0.1.2-alpha.5",
44
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
45
- "@deepseek-ai/dsh-skill-filesystem": "^0.1.2-alpha.5",
46
- "@deepseek-ai/dsh-tools": "^0.1.2-alpha.5",
40
+ "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
41
+ "@deepseek-ai/dsh-scope": "^0.1.3-alpha.2",
42
+ "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
43
+ "@deepseek-ai/dsh-skill": "^0.1.3-alpha.2",
44
+ "@deepseek-ai/dsh-skill-filesystem": "^0.1.3-alpha.2",
45
+ "@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
46
+ "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
47
47
  "@deepseek-ai/cordis": "^4.0.2"
48
48
  }
49
49
  }