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.
Files changed (2) hide show
  1. package/README.md +10 -20
  2. 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/ ← 会议系统(中文→slug: 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
- │ │ ├── prd/ PRD 提取图片
65
+ │ │ ├── extracted/ 文档提取图片
66
66
  │ │ ├── prototypes/ ← 产品原型
67
67
  │ │ └── designs/ ← UI 设计稿
68
- │ ├── app/ APP 端需求
69
- ├── h5/ H5 端需求
70
- ├── miniapp/ 小程序端需求
71
- ├── admin/ ← 管理后台需求
72
- └── _shared/ 跨端通用规则
73
- ├── 020-specs/ ← analyze 输出
74
- ├── app/ANALYSIS.md
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
  ## 断点重试
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.27.31",
3
+ "version": "5.27.32",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",