speccore 5.67.62 → 5.67.63
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 +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -193,15 +193,15 @@ speccore --help full # 全量模式,含所有子命令和工具
|
|
|
193
193
|
|
|
194
194
|
| 文档 | 说明 |
|
|
195
195
|
|------|------|
|
|
196
|
-
| [快速开始](docs
|
|
197
|
-
| [命令参考](docs
|
|
198
|
-
| [总览](docs
|
|
199
|
-
| [场景实战](docs
|
|
200
|
-
| [SDD 方法论](docs/
|
|
201
|
-
| [工作空间组织](docs
|
|
202
|
-
| [工具适配说明](docs
|
|
203
|
-
| [三层加载机制](docs/
|
|
204
|
-
| [CI-CD 集成](docs/
|
|
196
|
+
| [快速开始](docs/quick-start.md) | 5 分钟上手,安装 → 完整流程 |
|
|
197
|
+
| [命令参考](docs/command-reference.md) | 全部 23 命令 + 子命令 + 示例 |
|
|
198
|
+
| [总览](docs/overview.md) | 核心概念 + 工作流 + 三种使用方式 |
|
|
199
|
+
| [场景实战](docs/scenarios.md) | 35 个真实开发场景 |
|
|
200
|
+
| [SDD 方法论](docs/sdd-methodology.md) | 规范驱动开发理念 |
|
|
201
|
+
| [工作空间组织](docs/workspace-organization.md) | 目录结构与文件规范 |
|
|
202
|
+
| [工具适配说明](docs/tool-adapters.md) | Qoder/TRAE 等 AI 工具集成 |
|
|
203
|
+
| [三层加载机制](docs/spec-layers.md) | GLOBAL/ITERATION/TASK 加载原理 |
|
|
204
|
+
| [CI-CD 集成](docs/ci-cd-spec-integration.md) | CI/CD 流水线 + Spec 注释 |
|
|
205
205
|
| [迁移指南](docs/migration-guide.md) | 从旧版本升级 |
|
|
206
206
|
| [CHANGELOG](CHANGELOG.md) | 版本历史 |
|
|
207
207
|
|