@agile-team/wl-skills-kit 1.1.3 → 1.1.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.4] - 2026-04-09
4
+
5
+ ### 修复
6
+
7
+ - 补充遗漏的 `env.local.json` 模板文件到 `files/.github/skills/menu-sync/env/`
8
+ - 文件内容为占位符模板(非真实凭据),安装后用户按 `guide.md` 填写实际值
9
+
3
10
  ## [1.1.3] - 2026-04-09
4
11
 
5
12
  ### 重构:convention-extract → convention-audit(规范审计)
@@ -0,0 +1,5 @@
1
+ {
2
+ "gatewayPath": "http://你的网关地址:端口",
3
+ "parentMenuId": "父级菜单ID",
4
+ "token": "你的Bearer Token(不含bearer前缀)"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agile-team/wl-skills-kit",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "AI Skill 模板包 — 一键导入 AI 指令 + 组件文档 + 通用组件 + 领域样例,覆盖 Copilot/Cursor/Windsurf/Kiro 等主流 AI 编辑器",
5
5
  "bin": {
6
6
  "wl-skills-kit": "./bin/wl-skills.js"