engine ignition update
This commit is contained in:
0
.opencode/phase/data/design/concept.md
Normal file
0
.opencode/phase/data/design/concept.md
Normal file
0
.opencode/phase/data/design/design-outline.md
Normal file
0
.opencode/phase/data/design/design-outline.md
Normal file
17
.opencode/phase/data/design/qa-quality-report.md
Normal file
17
.opencode/phase/data/design/qa-quality-report.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 问答质量评估报告
|
||||
|
||||
本文件记录设计工作流中每轮问答的质量评估结果。每次评估追加,不覆盖。
|
||||
|
||||
## 评估维度
|
||||
|
||||
- **劣质问题类型**:引导性 / 过于抽象 / 遗漏选项 / 不可回答 / 基于推测
|
||||
- **问题原文**:保留用户质疑的原问题
|
||||
- **用户反馈**:用户的具体质疑或自定义回答
|
||||
- **优化方案**:改进后的提问方式
|
||||
- **通用建议**:可跨项目复用的经验
|
||||
|
||||
---
|
||||
|
||||
## 质量报告
|
||||
|
||||
<!-- 新条目按时间倒序追加 -->
|
||||
15
.opencode/phase/data/design/state.json
Normal file
15
.opencode/phase/data/design/state.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"workflow_state": "WAITING_FOR_CONCEPT",
|
||||
"concept_summary": "",
|
||||
"reference_games": [],
|
||||
"in_progress": {
|
||||
"active": false,
|
||||
"operation": null,
|
||||
"started_at": null,
|
||||
"detail": null
|
||||
},
|
||||
"checkpoints": [],
|
||||
"sessions": [],
|
||||
"created_at": null,
|
||||
"updated_at": null
|
||||
}
|
||||
Reference in New Issue
Block a user