@deepseek-ai/dsh-skill-badge 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/skill-badge/README.md
5
- README.md: a51db5d8946f3c9f563253385ac939b0a84232eb
6
- README.zh.md: 7759f6aa16c668f8d7e5b67071d1f29e7007f7a1
5
+ README.md: 24c81777690df183f703c5814d59a7a272b2ddf0
6
+ README.zh.md: 129352211218981caa48f481733b28cab76dad8a
package/README.md CHANGED
@@ -79,12 +79,11 @@ The provider is an immutable, synchronously registered skill source: it register
79
79
  <a id="further-exploration"></a>
80
80
  ## Further Exploration
81
81
 
82
- Read these pages when the package-level contract is not enough. They move from the registry this provider registers on to how the skill reaches the model and why the provider ships as it does.
82
+ Read these pages when the package-level contract is not enough. They move from the registry this provider registers on to how the skill reaches the model.
83
83
 
84
84
  - [Skill subsystem reference](../../../docs/subsystems/skills.md) — the registry and provider contract this provider implements.
85
85
  - [skill package](../skill/README.md) — the registry the provider registers on, and the shared rendering of loaded skills.
86
86
  - [tool-skill package](../tool-skill/README.md) — how the badge skill reaches the session catalog and the model.
87
- - [Web preview product badge Agent Note](../../../.agents/notes/implemented/feature/2026-08-05-web-preview-product-badge.md) — why the provider ships disabled and the asset decisions.
88
87
 
89
88
  -----
90
89
 
package/README.zh.md CHANGED
@@ -79,12 +79,11 @@ agent(智能体)可以通过该内置提供方加载官方「powered by dsh
79
79
  <a id="further-exploration"></a>
80
80
  ## 进一步探索
81
81
 
82
- 当包级约定不够用时阅读以下页面。它们从该提供方注册到的注册表逐步进入 skill 如何到达模型,以及该提供方为何如此发布。
82
+ 当包级约定不够用时阅读以下页面。它们从该提供方注册到的注册表逐步进入 skill 如何到达模型。
83
83
 
84
84
  - [skill 子系统参考](../../../docs/subsystems/skills.zh.md)——该提供方实现的注册表与提供方约定。
85
85
  - [skill 包](../skill/README.zh.md)——该提供方注册到的注册表,以及已加载 skill 的共享渲染。
86
86
  - [tool-skill 包](../tool-skill/README.zh.md)——徽章 skill 如何到达会话目录与模型。
87
- - [Web 预览产品徽章 Agent Note](../../../.agents/notes/implemented/feature/2026-08-05-web-preview-product-badge.zh.md)——该提供方为何默认禁用,以及资源决策。
88
87
 
89
88
  -----
90
89
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-skill-badge",
3
3
  "description": "Bundled dsh badge skill provider for 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,11 +27,11 @@
27
27
  ],
28
28
  "license": "MIT",
29
29
  "peerDependencies": {
30
- "@deepseek-ai/dsh-skill": "^0.1.2-alpha.5",
30
+ "@deepseek-ai/dsh-skill": "^0.1.3-alpha.2",
31
31
  "@deepseek-ai/cordis": "^4.0.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@deepseek-ai/dsh-skill": "^0.1.2-alpha.5",
35
- "@deepseek-ai/cordis": "^4.0.2"
34
+ "@deepseek-ai/cordis": "^4.0.2",
35
+ "@deepseek-ai/dsh-skill": "^0.1.3-alpha.2"
36
36
  }
37
37
  }