speccore 5.68.22 → 5.68.23

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.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  🖥️ 规范驱动开发 CLI · 23 简洁命令(59 全量)· 人机协同闭环 · 多层 AI 架构
4
4
 
5
5
  ```bash
6
- @spec-ask "重新分析全部需求文档,列执行计划,拆分任务,按计划开发,全流程自主完成"
6
+ @spec-ask "分析会议预订系统的需求文档,拆分为独立开发任务,按依赖顺序执行"
7
7
  ```
8
8
 
9
9
  ---
@@ -403,9 +403,9 @@ main { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; paddin
403
403
  <div class="icon">📋</div>
404
404
  <div class="title">暂无执行计划</div>
405
405
  <div class="hint">
406
- 请先执行 <code>speccore analyze</code> 分析需求文档<br>
407
- 再运行 <code>speccore split</code> 拆分为开发任务<br>
408
- 任务生成后本页面将自动更新
406
+ 请通过 <code>@spec-ask "分析需求并制定开发计划"</code> 启动全流程编排<br>
407
+ 系统将自动完成 需求分析 任务拆分 → 计划生成<br>
408
+ 任务生成后本页面将实时同步
409
409
  </div>
410
410
  </div>`}
411
411
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.68.22",
3
+ "version": "5.68.23",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",