6aspec 2.0.0-dev.12 → 2.0.0-dev.14
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.
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
**所有生成的文档内容必须使用中文**,包括标题、字段名、描述等所有文本内容。
|
|
8
8
|
|
|
9
|
+
## 时间格式规范
|
|
10
|
+
|
|
11
|
+
**所有时间戳必须使用东八区(北京时间)格式**:`yyyy-MM-dd HH:mm:ss`
|
|
12
|
+
|
|
13
|
+
示例:`2026-02-20 12:36:23`
|
|
14
|
+
|
|
15
|
+
适用范围:
|
|
16
|
+
- status.json 中的 `createdAt`、`lastModified`、`completedAt` 等字段
|
|
17
|
+
- 所有 artifacts 文档中的时间戳(创建时间、完成时间、评估时间等)
|
|
18
|
+
- 归档时使用的时间戳
|
|
19
|
+
|
|
9
20
|
## 核心行为规则
|
|
10
21
|
|
|
11
22
|
1. **阶段化推进**:每个阶段完成后必须停止,等待用户通过显式命令推进
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"name": "example",
|
|
134
134
|
"flowDepth": "standard",
|
|
135
135
|
"status": "tasks_pending",
|
|
136
|
-
"createdAt": "2026-02-
|
|
137
|
-
"lastModified": "2026-02-
|
|
136
|
+
"createdAt": "2026-02-15 18:00:00",
|
|
137
|
+
"lastModified": "2026-02-15 18:30:00",
|
|
138
138
|
"phases": {
|
|
139
139
|
"understand": "done",
|
|
140
140
|
"specs": "done",
|