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.
- {super_dev-2.0.4/super_dev.egg-info → super_dev-2.0.6}/PKG-INFO +78 -4
- {super_dev-2.0.4 → super_dev-2.0.6}/README.md +77 -3
- {super_dev-2.0.4 → super_dev-2.0.6}/pyproject.toml +1 -1
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/__init__.py +1 -1
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/config/manager.py +2 -2
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/document_generator.py +4 -4
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/delivery.py +1 -1
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/skills/manager.py +1 -1
- {super_dev-2.0.4 → super_dev-2.0.6/super_dev.egg-info}/PKG-INFO +78 -4
- {super_dev-2.0.4 → super_dev-2.0.6}/LICENSE +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/setup.cfg +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/analyzer/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/analyzer/analyzer.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/analyzer/detectors.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/analyzer/models.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/catalogs.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/cli.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/config/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/config/frontend.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/creator.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/frontend_builder.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/implementation_builder.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/prompt_generator.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/requirement_parser.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/spec_builder.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/creators/task_executor.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/cicd.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/migration.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/rehearsal.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/deployers/rehearsal_runner.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/aesthetics.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/charts.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/codegen.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/engine.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/generator.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/landing.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/tech_stack.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/tokens.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/ui_intelligence.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/design/ux_guide.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/exceptions.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/experts/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/experts/service.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/integrations/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/integrations/manager.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/contracts.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/engine.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/experts.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/knowledge.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/quality.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/orchestrator/telemetry.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/policy/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/policy/manager.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/release_readiness.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/review_state.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/code_review.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/quality_gate.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/redteam.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/reviewers/ui_review.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/skills/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/generator.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/manager.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/models.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/specs/validator.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/utils/__init__.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/utils/logger.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev/web/api.py +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/SOURCES.txt +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/dependency_links.txt +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/entry_points.txt +0 -0
- {super_dev-2.0.4 → super_dev-2.0.6}/super_dev.egg-info/requires.txt +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
+

|
|
245
|
+
|
|
246
|
+
### 二、12 阶段核心工作流
|
|
247
|
+
|
|
248
|
+
详细描绘每次对话触发后,引擎在底层的流转经过。
|
|
249
|
+
|
|
250
|
+

|
|
251
|
+
|
|
252
|
+
### 三、核心模块调用拓扑
|
|
253
|
+
|
|
254
|
+
展示 `super_dev` 下核心源码目录的职责边界和调用关系。
|
|
255
|
+
|
|
256
|
+

|
|
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.
|
|
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.
|
|
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.
|
|
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
|
+

|
|
204
|
+
|
|
205
|
+
### 二、12 阶段核心工作流
|
|
206
|
+
|
|
207
|
+
详细描绘每次对话触发后,引擎在底层的流转经过。
|
|
208
|
+
|
|
209
|
+

|
|
210
|
+
|
|
211
|
+
### 三、核心模块调用拓扑
|
|
212
|
+
|
|
213
|
+
展示 `super_dev` 下核心源码目录的职责边界和调用关系。
|
|
214
|
+
|
|
215
|
+

|
|
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)
|
|
@@ -26,7 +26,7 @@ class ProjectConfig:
|
|
|
26
26
|
|
|
27
27
|
name: str
|
|
28
28
|
description: str = ""
|
|
29
|
-
version: str = "2.0.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
+

|
|
245
|
+
|
|
246
|
+
### 二、12 阶段核心工作流
|
|
247
|
+
|
|
248
|
+
详细描绘每次对话触发后,引擎在底层的流转经过。
|
|
249
|
+
|
|
250
|
+

|
|
251
|
+
|
|
252
|
+
### 三、核心模块调用拓扑
|
|
253
|
+
|
|
254
|
+
展示 `super_dev` 下核心源码目录的职责边界和调用关系。
|
|
255
|
+
|
|
256
|
+

|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|