@zhouhao4221/devflow-skills 0.3.0 → 0.3.3

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.
Files changed (2) hide show
  1. package/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -255,7 +255,7 @@ function installAll(selected, cfg, dir, global, symlink, sourceLabel) {
255
255
  }
256
256
  }
257
257
  const label = sourceLabel ? `从 ${sourceLabel} ` : '';
258
- console.log(`\n已${label}安装 ${installed} 个技能到 ${targetBase(cfg, dir, global)}/`);
258
+ console.log(`\n已${label}安装 ${installed} 个技能到 ${path.resolve(targetBase(cfg, dir, global))}/`);
259
259
  console.log('下一步: 重启 AI 工具或刷新技能列表即可使用。');
260
260
  }
261
261
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhouhao4221/devflow-skills",
3
- "version": "0.3.0",
3
+ "version": "0.3.3",
4
4
  "description": "一键安装/管理 devflow-skills AI 技能包",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {