@specpow/framework 0.5.24 → 0.5.25

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.
@@ -1,7 +1,7 @@
1
- # 测试生成报告: {{changeName}}
1
+ # 测试生成报告: <功能名称>
2
2
 
3
3
  > 输入: 任务清单 (tasks.md) 中的 ServiceImpl 代码
4
- > 生成日期: {{date}}
4
+ > 生成日期: <日期>
5
5
 
6
6
  ---
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@specpow/framework",
3
- "version": "0.5.24",
3
+ "version": "0.5.25",
4
4
  "description": "Spec-Powered AI Development Framework - 融合 OpenSpec 规范驱动 + Superpowers 执行引擎的企业级 AI 辅助编程框架",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",