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 +1 -1
- package/dist/core/plan-html.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/core/plan-html.js
CHANGED
|
@@ -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
|
-
|
|
407
|
-
|
|
408
|
-
|
|
406
|
+
请通过 <code>@spec-ask "分析需求并制定开发计划"</code> 启动全流程编排<br>
|
|
407
|
+
系统将自动完成 需求分析 → 任务拆分 → 计划生成<br>
|
|
408
|
+
任务生成后本页面将实时同步
|
|
409
409
|
</div>
|
|
410
410
|
</div>`}
|
|
411
411
|
|