speccore 5.67.55 → 5.67.57

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.
@@ -66,9 +66,27 @@ disable-model-invocation: false
66
66
 
67
67
  执行 analyze --prompt 后:
68
68
  1. **Read 迭代目录下所有源码文件**(REQUIREMENT.md、010-requirements/sources/ 下的文档)
69
- 2. **生成分析必须包含**: 功能点列表、接口清单、数据模型、业务规则、异常处理
70
- 3. **不要生成空洞模板** — 每个字段都要有具体内容
71
- 4. 分析写入 `020-specs/ANALYSIS.md`
69
+ 2. **分析报告必须包含 7 个文档**(不同任务类型不同集合):
70
+
71
+ ### 全量分析(feature 类型)
72
+ | 文档 | 内容要求 |
73
+ |:---|:---|
74
+ | **ANALYSIS.md** | 功能点列表、接口清单、数据模型、业务规则、异常处理 |
75
+ | **TECH.md** | 架构方案、数据库 DDL、缓存策略、核心流程图 |
76
+ | **TEST.md** | 单元测试用例、集成测试方案、边界条件 |
77
+ | **REVIEW.md** | 代码审查检查项、安全审查清单 |
78
+ | **RISK.md** | 风险矩阵、缓解措施、回滚方案 |
79
+ | **DEPS.md** | 上下游依赖、SLA 要求 |
80
+ | **MONITOR.md** | 业务监控指标、告警规则 |
81
+
82
+ ### 精简分析(bugfix/research 类型)
83
+ | 文档 | 内容 |
84
+ |:---|:---|
85
+ | ANALYSIS.md | 问题定位 + 修复方案 |
86
+ | TEST.md | 回归测试用例 |
87
+
88
+ 3. **写入格式**: `--apply '{"ANALYSIS.md":"...","TECH.md":"..."}'` JSON 多文档写入
89
+ 4. **不要生成空洞模板** — 每个字段都要有具体内容(表名、字段名、接口路径、阈值数值)
72
90
 
73
91
  ## 禁止行为
74
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.67.55",
3
+ "version": "5.67.57",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",