super-dev 2.0.4__tar.gz → 2.0.6__tar.gz

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 (78) hide show
  1. {super_dev-2.0.4/super_dev.egg-info → super_dev-2.0.6}/PKG-INFO +78 -4
  2. {super_dev-2.0.4 → super_dev-2.0.6}/README.md +77 -3
  3. {super_dev-2.0.4 → super_dev-2.0.6}/pyproject.toml +1 -1
  4. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/__init__.py +1 -1
  5. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/config/manager.py +2 -2
  6. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/document_generator.py +4 -4
  7. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/delivery.py +1 -1
  8. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/skills/manager.py +1 -1
  9. {super_dev-2.0.4 → super_dev-2.0.6/super_dev.egg-info}/PKG-INFO +78 -4
  10. {super_dev-2.0.4 → super_dev-2.0.6}/LICENSE +0 -0
  11. {super_dev-2.0.4 → super_dev-2.0.6}/setup.cfg +0 -0
  12. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/analyzer/__init__.py +0 -0
  13. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/analyzer/analyzer.py +0 -0
  14. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/analyzer/detectors.py +0 -0
  15. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/analyzer/models.py +0 -0
  16. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/catalogs.py +0 -0
  17. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/cli.py +0 -0
  18. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/config/__init__.py +0 -0
  19. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/config/frontend.py +0 -0
  20. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/__init__.py +0 -0
  21. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/creator.py +0 -0
  22. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/frontend_builder.py +0 -0
  23. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/implementation_builder.py +0 -0
  24. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/prompt_generator.py +0 -0
  25. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/requirement_parser.py +0 -0
  26. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/spec_builder.py +0 -0
  27. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/task_executor.py +0 -0
  28. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/__init__.py +0 -0
  29. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/cicd.py +0 -0
  30. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/migration.py +0 -0
  31. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/rehearsal.py +0 -0
  32. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/rehearsal_runner.py +0 -0
  33. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/__init__.py +0 -0
  34. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/aesthetics.py +0 -0
  35. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/charts.py +0 -0
  36. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/codegen.py +0 -0
  37. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/engine.py +0 -0
  38. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/generator.py +0 -0
  39. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/landing.py +0 -0
  40. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/tech_stack.py +0 -0
  41. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/tokens.py +0 -0
  42. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/ui_intelligence.py +0 -0
  43. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/ux_guide.py +0 -0
  44. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/exceptions.py +0 -0
  45. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/experts/__init__.py +0 -0
  46. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/experts/service.py +0 -0
  47. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/integrations/__init__.py +0 -0
  48. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/integrations/manager.py +0 -0
  49. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/__init__.py +0 -0
  50. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/contracts.py +0 -0
  51. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/engine.py +0 -0
  52. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/experts.py +0 -0
  53. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/knowledge.py +0 -0
  54. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/quality.py +0 -0
  55. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/telemetry.py +0 -0
  56. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/policy/__init__.py +0 -0
  57. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/policy/manager.py +0 -0
  58. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/release_readiness.py +0 -0
  59. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/review_state.py +0 -0
  60. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/__init__.py +0 -0
  61. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/code_review.py +0 -0
  62. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/quality_gate.py +0 -0
  63. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/redteam.py +0 -0
  64. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/ui_review.py +0 -0
  65. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/skills/__init__.py +0 -0
  66. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/__init__.py +0 -0
  67. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/generator.py +0 -0
  68. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/manager.py +0 -0
  69. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/models.py +0 -0
  70. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/validator.py +0 -0
  71. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/utils/__init__.py +0 -0
  72. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/utils/logger.py +0 -0
  73. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/web/api.py +0 -0
  74. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/SOURCES.txt +0 -0
  75. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/dependency_links.txt +0 -0
  76. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/entry_points.txt +0 -0
  77. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/requires.txt +0 -0
  78. {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: super-dev
3
- Version: 2.0.4
3
+ Version: 2.0.6
4
4
  Summary: Super Dev - Pipeline AI Coding Assistant
5
5
  Author-email: Excellent <11964948@qq.com>
6
6
  License-Expression: MIT
@@ -60,7 +60,7 @@ Dynamic: license-file
60
60
 
61
61
  ## 版本
62
62
 
63
- 当前版本:`2.0.4`
63
+ 当前版本:`2.0.6`
64
64
 
65
65
  ---
66
66
 
@@ -153,13 +153,13 @@ pip install -U super-dev
153
153
  ### 3. 指定版本安装
154
154
 
155
155
  ```bash
156
- pip install super-dev==2.0.4
156
+ pip install super-dev==2.0.6
157
157
  ```
158
158
 
159
159
  ### 4. GitHub 指定标签安装
160
160
 
161
161
  ```bash
162
- pip install git+https://github.com/shangyankeji/super-dev.git@v2.0.4
162
+ pip install git+https://github.com/shangyankeji/super-dev.git@v2.0.6
163
163
  ```
164
164
 
165
165
  ### 5. 源码开发安装
@@ -183,6 +183,80 @@ pip install -e ".[dev]"
183
183
 
184
184
  ---
185
185
 
186
+ ## 依赖安装说明
187
+
188
+ 当用户执行:
189
+
190
+ ```bash
191
+ pip install -U super-dev
192
+ ```
193
+
194
+ 或:
195
+
196
+ ```bash
197
+ uv tool install super-dev
198
+ ```
199
+
200
+ 安装器会自动安装 `pyproject.toml` 中声明的 Python 依赖,例如:
201
+
202
+ - `rich`
203
+ - `pyyaml`
204
+ - `ddgs`
205
+ - `requests`
206
+ - `beautifulsoup4`
207
+ - `fastapi`
208
+ - `uvicorn`
209
+
210
+ 不会自动安装的内容:
211
+
212
+ - Claude Code / Codex CLI / Gemini CLI / Cursor / Trae / Windsurf 等宿主软件本身
213
+ - Node.js、npm、pnpm、Docker、数据库服务这类系统级运行环境
214
+ - 宿主账号登录状态、联网权限、浏览器能力
215
+ - 项目业务依赖以外的前后端运行时
216
+
217
+ 一句话:
218
+
219
+ - `pip` / `uv` 会自动安装 **Super Dev 自己的 Python 依赖**
220
+ - 不会替用户安装 **宿主工具和系统环境**
221
+
222
+ ---
223
+
224
+ ## 整个系统如何工作
225
+
226
+ `Super Dev` 的工作方式不是“自己调用模型写代码”,而是:
227
+
228
+ 1. 用户在项目目录执行 `super-dev`
229
+ 2. 安装引导把 Super Dev 接入到目标宿主
230
+ 3. 用户在宿主里输入 `/super-dev 需求` 或 `super-dev: 需求`
231
+ 4. 宿主进入 Super Dev 流水线
232
+ 5. 宿主负责联网、推理、编码、运行与修改文件
233
+ 6. Super Dev 负责流程、文档、门禁、审计和交付标准
234
+
235
+ 核心原则:
236
+
237
+ - 宿主负责“写代码”
238
+ - `Super Dev` 负责“把开发过程做对、做全、可审计”
239
+
240
+ ### 一、系统高阶流转架构
241
+
242
+ 展示用户、宿主端工具、Super Dev 编排引擎与最终产物之间的流转关系。
243
+
244
+ ![系统高阶流转架构](docs/assets/architecture/system-overview.png)
245
+
246
+ ### 二、12 阶段核心工作流
247
+
248
+ 详细描绘每次对话触发后,引擎在底层的流转经过。
249
+
250
+ ![12 阶段核心工作流](docs/assets/architecture/pipeline-12-phase.png)
251
+
252
+ ### 三、核心模块调用拓扑
253
+
254
+ 展示 `super_dev` 下核心源码目录的职责边界和调用关系。
255
+
256
+ ![核心模块调用拓扑](docs/assets/architecture/module-topology.png)
257
+
258
+ ---
259
+
186
260
  ## 最简单使用(给最终用户)
187
261
 
188
262
  ### CLI 宿主(Claude Code / CodeBuddy CLI / Codex CLI / Cursor CLI / Gemini CLI / iFlow CLI / Kimi CLI / Kiro CLI / OpenCode CLI / Qoder CLI)
@@ -19,7 +19,7 @@
19
19
 
20
20
  ## 版本
21
21
 
22
- 当前版本:`2.0.4`
22
+ 当前版本:`2.0.6`
23
23
 
24
24
  ---
25
25
 
@@ -112,13 +112,13 @@ pip install -U super-dev
112
112
  ### 3. 指定版本安装
113
113
 
114
114
  ```bash
115
- pip install super-dev==2.0.4
115
+ pip install super-dev==2.0.6
116
116
  ```
117
117
 
118
118
  ### 4. GitHub 指定标签安装
119
119
 
120
120
  ```bash
121
- pip install git+https://github.com/shangyankeji/super-dev.git@v2.0.4
121
+ pip install git+https://github.com/shangyankeji/super-dev.git@v2.0.6
122
122
  ```
123
123
 
124
124
  ### 5. 源码开发安装
@@ -142,6 +142,80 @@ pip install -e ".[dev]"
142
142
 
143
143
  ---
144
144
 
145
+ ## 依赖安装说明
146
+
147
+ 当用户执行:
148
+
149
+ ```bash
150
+ pip install -U super-dev
151
+ ```
152
+
153
+ 或:
154
+
155
+ ```bash
156
+ uv tool install super-dev
157
+ ```
158
+
159
+ 安装器会自动安装 `pyproject.toml` 中声明的 Python 依赖,例如:
160
+
161
+ - `rich`
162
+ - `pyyaml`
163
+ - `ddgs`
164
+ - `requests`
165
+ - `beautifulsoup4`
166
+ - `fastapi`
167
+ - `uvicorn`
168
+
169
+ 不会自动安装的内容:
170
+
171
+ - Claude Code / Codex CLI / Gemini CLI / Cursor / Trae / Windsurf 等宿主软件本身
172
+ - Node.js、npm、pnpm、Docker、数据库服务这类系统级运行环境
173
+ - 宿主账号登录状态、联网权限、浏览器能力
174
+ - 项目业务依赖以外的前后端运行时
175
+
176
+ 一句话:
177
+
178
+ - `pip` / `uv` 会自动安装 **Super Dev 自己的 Python 依赖**
179
+ - 不会替用户安装 **宿主工具和系统环境**
180
+
181
+ ---
182
+
183
+ ## 整个系统如何工作
184
+
185
+ `Super Dev` 的工作方式不是“自己调用模型写代码”,而是:
186
+
187
+ 1. 用户在项目目录执行 `super-dev`
188
+ 2. 安装引导把 Super Dev 接入到目标宿主
189
+ 3. 用户在宿主里输入 `/super-dev 需求` 或 `super-dev: 需求`
190
+ 4. 宿主进入 Super Dev 流水线
191
+ 5. 宿主负责联网、推理、编码、运行与修改文件
192
+ 6. Super Dev 负责流程、文档、门禁、审计和交付标准
193
+
194
+ 核心原则:
195
+
196
+ - 宿主负责“写代码”
197
+ - `Super Dev` 负责“把开发过程做对、做全、可审计”
198
+
199
+ ### 一、系统高阶流转架构
200
+
201
+ 展示用户、宿主端工具、Super Dev 编排引擎与最终产物之间的流转关系。
202
+
203
+ ![系统高阶流转架构](docs/assets/architecture/system-overview.png)
204
+
205
+ ### 二、12 阶段核心工作流
206
+
207
+ 详细描绘每次对话触发后,引擎在底层的流转经过。
208
+
209
+ ![12 阶段核心工作流](docs/assets/architecture/pipeline-12-phase.png)
210
+
211
+ ### 三、核心模块调用拓扑
212
+
213
+ 展示 `super_dev` 下核心源码目录的职责边界和调用关系。
214
+
215
+ ![核心模块调用拓扑](docs/assets/architecture/module-topology.png)
216
+
217
+ ---
218
+
145
219
  ## 最简单使用(给最终用户)
146
220
 
147
221
  ### CLI 宿主(Claude Code / CodeBuddy CLI / Codex CLI / Cursor CLI / Gemini CLI / iFlow CLI / Kimi CLI / Kiro CLI / OpenCode CLI / Qoder CLI)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "super-dev"
7
- version = "2.0.4"
7
+ version = "2.0.6"
8
8
  description = "Super Dev - Pipeline AI Coding Assistant"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -6,6 +6,6 @@
6
6
  最后修改:2025-12-30
7
7
  """
8
8
 
9
- __version__ = "2.0.4"
9
+ __version__ = "2.0.6"
10
10
  __author__ = "Excellent"
11
11
  __description__ = "超级开发战队 - 一个宿主内 AI 开发治理与编排工具"
@@ -26,7 +26,7 @@ class ProjectConfig:
26
26
 
27
27
  name: str
28
28
  description: str = ""
29
- version: str = "2.0.4"
29
+ version: str = "2.0.6"
30
30
  author: str = ""
31
31
  license: str = "MIT"
32
32
 
@@ -80,7 +80,7 @@ class ConfigManager:
80
80
  DEFAULT_CONFIG: dict[str, Any] = {
81
81
  "name": "my-project",
82
82
  "description": "A Super Dev project",
83
- "version": "2.0.4",
83
+ "version": "2.0.6",
84
84
  "platform": "web",
85
85
  "frontend": "next", # 默认使用 Next.js
86
86
  "backend": "node",
@@ -195,7 +195,7 @@ class DocumentGenerator:
195
195
  return f"""# {self.name} - 产品需求文档 (PRD)
196
196
 
197
197
  > **生成时间**: {datetime.now().strftime('%Y-%m-%d %H:%M')}
198
- > **版本**: v2.0.4
198
+ > **版本**: v2.0.6
199
199
  > **状态**: 草稿
200
200
 
201
201
  ---
@@ -417,7 +417,7 @@ class DocumentGenerator:
417
417
 
418
418
  | 版本 | 日期 | 变更内容 | 作者 |
419
419
  |:---|:---|:---|:---|
420
- | v2.0.4 | {datetime.now().strftime('%Y-%m-%d')} | 初始版本 | Super Dev |
420
+ | v2.0.6 | {datetime.now().strftime('%Y-%m-%d')} | 初始版本 | Super Dev |
421
421
  """
422
422
 
423
423
  def generate_architecture(self) -> str:
@@ -425,7 +425,7 @@ class DocumentGenerator:
425
425
  return f"""# {self.name} - 架构设计文档
426
426
 
427
427
  > **生成时间**: {datetime.now().strftime('%Y-%m-%d %H:%M')}
428
- > **版本**: v2.0.4
428
+ > **版本**: v2.0.6
429
429
  > **架构师**: Super Dev ARCHITECT 专家
430
430
 
431
431
  ---
@@ -837,7 +837,7 @@ jobs:
837
837
  doc_parts.append(f"""# {self.name} - UI/UX 设计文档
838
838
 
839
839
  > **生成时间**: {datetime.now().strftime('%Y-%m-%d %H:%M')}
840
- > **版本**: v2.0.4
840
+ > **版本**: v2.0.6
841
841
  > **设计师**: Super Dev UI/UX 专家
842
842
 
843
843
  ---
@@ -26,7 +26,7 @@ class ArtifactSpec:
26
26
  class DeliveryPackager:
27
27
  """交付包生成器"""
28
28
 
29
- def __init__(self, project_dir: Path, name: str, version: str = "2.0.4"):
29
+ def __init__(self, project_dir: Path, name: str, version: str = "2.0.6"):
30
30
  self.project_dir = Path(project_dir).resolve()
31
31
  self.name = name
32
32
  self.version = version
@@ -212,7 +212,7 @@ description: Super Dev pipeline governance for research-first, commercial-grade
212
212
  ---
213
213
  # {skill_name} - Super Dev AI Coding Skill
214
214
 
215
- > 版本: 2.0.4 | 适用工具: Claude Code, Codex CLI, OpenCode, Cursor, Antigravity 等所有 AI Coding 工具
215
+ > 版本: 2.0.6 | 适用工具: Claude Code, Codex CLI, OpenCode, Cursor, Antigravity 等所有 AI Coding 工具
216
216
 
217
217
  ---
218
218
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: super-dev
3
- Version: 2.0.4
3
+ Version: 2.0.6
4
4
  Summary: Super Dev - Pipeline AI Coding Assistant
5
5
  Author-email: Excellent <11964948@qq.com>
6
6
  License-Expression: MIT
@@ -60,7 +60,7 @@ Dynamic: license-file
60
60
 
61
61
  ## 版本
62
62
 
63
- 当前版本:`2.0.4`
63
+ 当前版本:`2.0.6`
64
64
 
65
65
  ---
66
66
 
@@ -153,13 +153,13 @@ pip install -U super-dev
153
153
  ### 3. 指定版本安装
154
154
 
155
155
  ```bash
156
- pip install super-dev==2.0.4
156
+ pip install super-dev==2.0.6
157
157
  ```
158
158
 
159
159
  ### 4. GitHub 指定标签安装
160
160
 
161
161
  ```bash
162
- pip install git+https://github.com/shangyankeji/super-dev.git@v2.0.4
162
+ pip install git+https://github.com/shangyankeji/super-dev.git@v2.0.6
163
163
  ```
164
164
 
165
165
  ### 5. 源码开发安装
@@ -183,6 +183,80 @@ pip install -e ".[dev]"
183
183
 
184
184
  ---
185
185
 
186
+ ## 依赖安装说明
187
+
188
+ 当用户执行:
189
+
190
+ ```bash
191
+ pip install -U super-dev
192
+ ```
193
+
194
+ 或:
195
+
196
+ ```bash
197
+ uv tool install super-dev
198
+ ```
199
+
200
+ 安装器会自动安装 `pyproject.toml` 中声明的 Python 依赖,例如:
201
+
202
+ - `rich`
203
+ - `pyyaml`
204
+ - `ddgs`
205
+ - `requests`
206
+ - `beautifulsoup4`
207
+ - `fastapi`
208
+ - `uvicorn`
209
+
210
+ 不会自动安装的内容:
211
+
212
+ - Claude Code / Codex CLI / Gemini CLI / Cursor / Trae / Windsurf 等宿主软件本身
213
+ - Node.js、npm、pnpm、Docker、数据库服务这类系统级运行环境
214
+ - 宿主账号登录状态、联网权限、浏览器能力
215
+ - 项目业务依赖以外的前后端运行时
216
+
217
+ 一句话:
218
+
219
+ - `pip` / `uv` 会自动安装 **Super Dev 自己的 Python 依赖**
220
+ - 不会替用户安装 **宿主工具和系统环境**
221
+
222
+ ---
223
+
224
+ ## 整个系统如何工作
225
+
226
+ `Super Dev` 的工作方式不是“自己调用模型写代码”,而是:
227
+
228
+ 1. 用户在项目目录执行 `super-dev`
229
+ 2. 安装引导把 Super Dev 接入到目标宿主
230
+ 3. 用户在宿主里输入 `/super-dev 需求` 或 `super-dev: 需求`
231
+ 4. 宿主进入 Super Dev 流水线
232
+ 5. 宿主负责联网、推理、编码、运行与修改文件
233
+ 6. Super Dev 负责流程、文档、门禁、审计和交付标准
234
+
235
+ 核心原则:
236
+
237
+ - 宿主负责“写代码”
238
+ - `Super Dev` 负责“把开发过程做对、做全、可审计”
239
+
240
+ ### 一、系统高阶流转架构
241
+
242
+ 展示用户、宿主端工具、Super Dev 编排引擎与最终产物之间的流转关系。
243
+
244
+ ![系统高阶流转架构](docs/assets/architecture/system-overview.png)
245
+
246
+ ### 二、12 阶段核心工作流
247
+
248
+ 详细描绘每次对话触发后,引擎在底层的流转经过。
249
+
250
+ ![12 阶段核心工作流](docs/assets/architecture/pipeline-12-phase.png)
251
+
252
+ ### 三、核心模块调用拓扑
253
+
254
+ 展示 `super_dev` 下核心源码目录的职责边界和调用关系。
255
+
256
+ ![核心模块调用拓扑](docs/assets/architecture/module-topology.png)
257
+
258
+ ---
259
+
186
260
  ## 最简单使用(给最终用户)
187
261
 
188
262
  ### CLI 宿主(Claude Code / CodeBuddy CLI / Codex CLI / Cursor CLI / Gemini CLI / iFlow CLI / Kimi CLI / Kiro CLI / OpenCode CLI / Qoder CLI)
File without changes
File without changes
File without changes