@weibaohui/skills-management 0.1.1 → 0.1.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.md +0 -10
- package/client/bundle.js +2 -2
- package/client/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,13 +28,3 @@ dsh plugin --profile web add @weibaohui/skills-management -w
|
|
|
28
28
|
2. 「已安装」视图管理本机技能;「市场」视图浏览/搜索/安装 ntd 合集技能;「执行器」视图按来源钻入查看各 coding agent 的技能
|
|
29
29
|
3. 详情页可预览 SKILL.md 全文、安装到用户库、切换模型可调用开关
|
|
30
30
|
4. ⚙ 设置面板里可配置市场仓库地址、分支、access token 与自动同步
|
|
31
|
-
|
|
32
|
-
## 发版(维护者)
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
npm version patch # bump + commit + tag
|
|
36
|
-
git push --follow-tags
|
|
37
|
-
gh release create vX.Y.Z --generate-notes # 创建 Release 触发自动发布到 npm
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
发布由 GitHub Actions 完成(Release published 触发;打 tag 不发布),走 npm Trusted Publishing 免 token。
|
package/client/bundle.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Regenerate with: npm run build:client
|
|
3
3
|
*/
|
|
4
4
|
window.__ModuleLoader__.load({
|
|
5
|
-
id: "
|
|
5
|
+
id: "@weibaohui/skills-management",
|
|
6
6
|
factory: (require) => {
|
|
7
7
|
var module = { exports: {} }
|
|
8
8
|
var exports = module.exports
|
|
@@ -1288,7 +1288,7 @@ window.__ModuleLoader__.load({
|
|
|
1288
1288
|
|
|
1289
1289
|
// ── Plugin plane contract ────────────────────────────────────────────────
|
|
1290
1290
|
|
|
1291
|
-
const CLIENT_NAME = '
|
|
1291
|
+
const CLIENT_NAME = '@weibaohui/skills-management'
|
|
1292
1292
|
|
|
1293
1293
|
module.exports = {
|
|
1294
1294
|
name: CLIENT_NAME,
|
package/client/index.js
CHANGED
|
@@ -1278,7 +1278,7 @@ function SettingsSlotComponent(props) {
|
|
|
1278
1278
|
|
|
1279
1279
|
// ── Plugin plane contract ────────────────────────────────────────────────
|
|
1280
1280
|
|
|
1281
|
-
const CLIENT_NAME = '
|
|
1281
|
+
const CLIENT_NAME = '@weibaohui/skills-management'
|
|
1282
1282
|
|
|
1283
1283
|
module.exports = {
|
|
1284
1284
|
name: CLIENT_NAME,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weibaohui/skills-management",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "DeepSeek Harness plugin: ntd skill marketplace — reads the ntd bundled skill collection, registers every skill on the dsh SkillRegistry (callable through the skill tool), and serves install/delete/detail APIs plus a management page (market browse + installed library).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|