agent-skills-mesh 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.en.md CHANGED
@@ -37,7 +37,7 @@ Agent Skills Mesh (`asm`) splits skill management into three layers — **where
37
37
  ### Installation
38
38
 
39
39
  > [!NOTE]
40
- > `agent-skills-mesh@0.1.1` has been published to npm. The main package installs the matching standalone platform package via `optionalDependencies` (darwin-arm64 / darwin-x64 / linux-x64 / win32-x64).
40
+ > `agent-skills-mesh@0.1.2` has been published to npm. The main package installs the matching standalone platform package via `optionalDependencies` (darwin-arm64 / darwin-x64 / linux-x64 / win32-x64).
41
41
 
42
42
  **npm global install (recommended)**
43
43
 
package/README.md CHANGED
@@ -37,7 +37,7 @@ Agent Skills Mesh(命令名 `asm`)把"技能**从哪来**、**存在哪**、
37
37
  ### 安装
38
38
 
39
39
  > [!NOTE]
40
- > `agent-skills-mesh@0.1.1` 已发布到 npm。主包会通过 `optionalDependencies` 自动安装当前平台的 standalone 子包(darwin-arm64 / darwin-x64 / linux-x64 / win32-x64)。
40
+ > `agent-skills-mesh@0.1.2` 已发布到 npm。主包会通过 `optionalDependencies` 自动安装当前平台的 standalone 子包(darwin-arm64 / darwin-x64 / linux-x64 / win32-x64)。
41
41
 
42
42
  **npm 全局安装(推荐)**
43
43
 
@@ -198,7 +198,7 @@ enabled = true
198
198
 
199
199
 
200
200
  #### 功能
201
- - [x] ~~npm 跨平台平台包发布~~ — 已完成 `0.1.1`:主包 + darwin-arm64 / darwin-x64 / linux-x64 / win32-x64 平台子包已发布
201
+ - [x] ~~npm 跨平台平台包发布~~ — 已完成 `0.1.2`:主包 + darwin-arm64 / darwin-x64 / linux-x64 / win32-x64 平台子包已发布
202
202
  - [ ] 补 TUI 集成测试(discover / doctor / install-plan 端到端)
203
203
  - [ ] render-smoke 自动化(CI 下 bun vitest pool + vite-plugin-solid)
204
204
  - [ ] skill 版本 diff 可视化(来源 vs SSOT)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-skills-mesh",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "三层技能管理器:单一可信源 + symlink/junction 分发,统一管理所有 AI agent 的 skills",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -38,10 +38,10 @@
38
38
  "registry": "https://registry.npmjs.org/"
39
39
  },
40
40
  "optionalDependencies": {
41
- "agent-skills-mesh-darwin-arm64": "0.1.1",
42
- "agent-skills-mesh-darwin-x64": "0.1.1",
43
- "agent-skills-mesh-linux-x64": "0.1.1",
44
- "agent-skills-mesh-win32-x64": "0.1.1"
41
+ "agent-skills-mesh-darwin-arm64": "0.1.2",
42
+ "agent-skills-mesh-darwin-x64": "0.1.2",
43
+ "agent-skills-mesh-linux-x64": "0.1.2",
44
+ "agent-skills-mesh-win32-x64": "0.1.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@opentui/core": "^0.4.3",