speccore 5.67.99 → 5.68.0

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.
@@ -27,6 +27,7 @@ disable-model-invocation: false
27
27
  - 步骤5: `speccore analyze --apply '{"ANALYSIS.md":"...",...}' -I <iter>` 写入
28
28
  - 步骤6: **用户提供参考文档时**: 如果用户附带了格式参考文档(如PDF/Word/截图),先按标准 Spec 模板生成默认文档,再按用户参考格式生成一份,**两边都要**
29
29
  - ❌ 禁止: 跳过文档填充直接写代码、生成重复空壳、用 "API=0" 跳过
30
+ - ⚠️ 如果模板目录不存在或为空: 用你的专业知识自由撰写,绝不允许产出一行垃圾。你是一个专业的技术架构师和分析师,即使没有参考模板,也能产出高质量文档
30
31
  6. **交互式文档编辑**: 分析完成后用户可以对任意文档的任意部分进行修改。支持:
31
32
  - "修改 ANALYSIS.md 的接口清单部分,加上签到接口" → 只改指定章节,不改其他部分
32
33
  - "补充 TECH.md 的部署方案" → Read 现有内容 → 追加指定章节
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.67.99",
3
+ "version": "5.68.0",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",