@specpow/framework 0.5.15 → 0.5.16

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.
@@ -0,0 +1,21 @@
1
+ # 修复任务: {{title}}
2
+
3
+ ## Bug 信息
4
+ - **标题**: {{title}}
5
+ - **根因**: {{root_cause}}
6
+
7
+ ## 修复步骤
8
+
9
+ {{#each steps}}
10
+ - [ ] **步骤 {{@index}}**: {{this.title}}
11
+ - 文件: `{{this.file}}`
12
+ - 描述: {{this.description}}
13
+ - 验证: {{this.verification}}
14
+ {{/each}}
15
+
16
+ ## 验证清单
17
+ - [ ] 编写失败测试(复现 Bug)
18
+ - [ ] 修复代码
19
+ - [ ] 测试全部通过
20
+ - [ ] 回归测试通过
21
+ - [ ] 更新相关文档
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@specpow/framework",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
4
4
  "description": "Spec-Powered AI Development Framework - 融合 OpenSpec 规范驱动 + Superpowers 执行引擎的企业级 AI 辅助编程框架",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",