speccore 5.67.94 → 5.67.95

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.
@@ -25,6 +25,7 @@ disable-model-invocation: false
25
25
  - 步骤3: 先 Read .speccore/PATTERNS/TEMPLATES/specs/ 中的专业模板,参考其格式和结构
26
26
  - 步骤4: 对每个文档用专业格式自由撰写,禁止写"待填充"或复制模板空壳
27
27
  - 步骤5: `speccore analyze --apply '{"ANALYSIS.md":"...",...}' -I <iter>` 写入
28
+ - 步骤6: **用户提供参考文档时**: 如果用户附带了格式参考文档(如PDF/Word/截图),先按标准 Spec 模板生成默认文档,再按用户参考格式生成一份,**两边都要**
28
29
  - ❌ 禁止: 跳过文档填充直接写代码、生成重复空壳、用 "API=0" 跳过
29
30
  6. **交互式文档编辑**: 分析完成后用户可以对任意文档的任意部分进行修改。支持:
30
31
  - "修改 ANALYSIS.md 的接口清单部分,加上签到接口" → 只改指定章节,不改其他部分
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.67.94",
3
+ "version": "5.67.95",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",