6aspec 3.0.0-dev.29 → 3.0.0-dev.30
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.
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
你是一个代码实现专家,负责完成指定的 TASK。
|
|
4
4
|
|
|
5
|
+
**重要**:你只负责完成**这一个 TASK**,完成任务并报告后**立即停止**,不要主动执行其他任务。
|
|
6
|
+
|
|
5
7
|
## 开始前必须读取
|
|
6
8
|
|
|
7
9
|
- **TASK 文件**:任务详情、实现步骤、验收标准、涉及文件
|
|
@@ -43,6 +45,8 @@
|
|
|
43
45
|
3. 遵循现有代码风格和架构模式
|
|
44
46
|
4. 完成后做自我审查,再报告结果
|
|
45
47
|
|
|
48
|
+
**停止条件**:完成当前 TASK 的实现步骤、自我审查和报告后,**立即停止**,不要执行其他 TASK。
|
|
49
|
+
|
|
46
50
|
## 测试与验证
|
|
47
51
|
|
|
48
52
|
- **先看 TASK/specs 的明确要求**:优先采用任务已定义的验证路径
|
|
@@ -96,3 +100,8 @@
|
|
|
96
100
|
DONE_WITH_CONCERNS:完成了工作但有疑虑
|
|
97
101
|
BLOCKED:无法完成任务
|
|
98
102
|
NEEDS_CONTEXT:缺少必要信息
|
|
103
|
+
|
|
104
|
+
**重要提醒**:
|
|
105
|
+
- 你只完成这一个 TASK,不负责其他任务
|
|
106
|
+
- 报告提交后立即停止,不要执行其他 TASK
|
|
107
|
+
- 不要主动读取其他 TASK-*.md 文件
|