speccore 5.27.31 → 5.27.32
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 +10 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,31 +57,21 @@ init → doc2spec → analyze → split → plan → execute → pr → done →
|
|
|
57
57
|
## 目录结构(全英文)
|
|
58
58
|
|
|
59
59
|
```
|
|
60
|
-
Iteration-001-meeting/
|
|
60
|
+
Iteration-001-meeting/
|
|
61
61
|
├── 000-overview/ ← 进度跟踪
|
|
62
|
-
├── 010-requirements/ ← doc2spec
|
|
62
|
+
├── 010-requirements/ ← doc2spec 导入(按功能)
|
|
63
63
|
│ ├── sources/ ← 原始 PRD/Word
|
|
64
64
|
│ ├── assets/ ← 素材
|
|
65
|
-
│ │ ├──
|
|
65
|
+
│ │ ├── extracted/ ← 文档提取图片
|
|
66
66
|
│ │ ├── prototypes/ ← 产品原型
|
|
67
67
|
│ │ └── designs/ ← UI 设计稿
|
|
68
|
-
│ ├──
|
|
69
|
-
│
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
├──
|
|
74
|
-
│
|
|
75
|
-
│ ├── h5/ANALYSIS.md
|
|
76
|
-
│ ├── miniapp/ANALYSIS.md
|
|
77
|
-
│ └── admin/ANALYSIS.md
|
|
78
|
-
├── 020-specs/ ← analyze 分端输出
|
|
79
|
-
│ ├── app/ANALYSIS.md
|
|
80
|
-
│ ├── h5/ANALYSIS.md
|
|
81
|
-
│ ├── miniapp/ANALYSIS.md
|
|
82
|
-
│ └── admin/ANALYSIS.md
|
|
83
|
-
├── 030-tasks/ ← 所有开发任务
|
|
84
|
-
│ └── Task-001-*/ ← split 拆分(含 .issues.md .needs-retry)
|
|
68
|
+
│ ├── user-auth/README.md ← 用户认证需求
|
|
69
|
+
│ └── room-booking/README.md ← 会议室预订需求
|
|
70
|
+
├── 020-specs/ ← analyze 分端输出
|
|
71
|
+
├── 030-tasks/ ← split 开发任务
|
|
72
|
+
└── STAFFING.md ← 人员排期
|
|
73
|
+
├── 030-tasks/ ← split 开发任务
|
|
74
|
+
│ └── Task-001-*/ ← 含 .issues.md .needs-retry
|
|
85
75
|
```
|
|
86
76
|
|
|
87
77
|
## 断点重试
|