cli-blueprint 7.0.18 → 7.0.19

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/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "url": "https://github.com/88208555/blueprint-clitax.git"
18
18
  },
19
19
  "type": "module",
20
- "version": "7.0.18"
20
+ "version": "7.0.19"
21
21
  }
package/skill/SKILL.md CHANGED
@@ -5,7 +5,7 @@ description: '把一个目标编译为可执行、可验证、可追溯的工程
5
5
 
6
6
  # Blueprint Skill
7
7
 
8
- Package version: v7.0.18
8
+ Package version: v7.0.19
9
9
 
10
10
  远端 Hermes 编译器版本:0.4.0(独立于 npm 包版本)
11
11
 
@@ -250,7 +250,7 @@ After `capabilities`, read `officialCatalog`. Default allowlist is official skil
250
250
  | B3 | 业务模板库与粗粒度模式 | 规划中 | 当前没有模板操作,`template` 与 `coarseMode` 均不是受支持输入。 |
251
251
  | B4 | 验收回传、开放问题闭环、Validator 桥接 | 规划中 | 当前没有 `acceptance-report`、`answer-questions` 或 Validator 桥接操作。 |
252
252
 
253
- 只调用 `capabilities` 返回的五个操作。不要根据规划中条目构造请求,也不要把 npm 包版本 `v7.0.18` 与远端 Hermes 编译器版本 `0.4.0` 混为一谈。
253
+ 只调用 `capabilities` 返回的五个操作。不要根据规划中条目构造请求,也不要把 npm 包版本 `v7.0.19` 与远端 Hermes 编译器版本 `0.4.0` 混为一谈。
254
254
 
255
255
  ## 反馈通道
256
256
 
package/skill/skill.json CHANGED
@@ -6,5 +6,5 @@
6
6
  "name": "blueprint",
7
7
  "schemaVersion": "blueprint.skill.request/1.0",
8
8
  "type": "Skill",
9
- "version": "v7.0.18"
9
+ "version": "v7.0.19"
10
10
  }