speccore 5.3.0 → 5.3.1
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.en.md +14 -7
- package/README.md +13 -8
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -175,16 +175,23 @@ SpecCore natively integrates WorkBuddy.
|
|
|
175
175
|
|
|
176
176
|
| Document | Lang | Content |
|
|
177
177
|
| :--- | :--- | :--- |
|
|
178
|
+
| [SDD Methodology](docs/sdd-methodology.en.md) | 🇬🇧 | What is SDD, why, how |
|
|
179
|
+
| [Quick Reference](docs/quick-reference.en.md) | 🇬🇧 | One-page: commands + safety rules + CI |
|
|
178
180
|
| [Quick Start](docs/quick-start.en.md) | 🇬🇧 | Install → Init → Import → Multi-platform → Scenarios |
|
|
179
|
-
| [
|
|
180
|
-
| [Command Reference](docs/commands.en.md) | 🇬🇧 | 39 commands full params + 31 intents + aliases |
|
|
181
|
-
| [命令参考手册](docs/命令参考.md) | 🇨🇳 | 39 个命令完整参数 + 31 种意图映射 + 别名速查 |
|
|
181
|
+
| [Command Reference](docs/commands.en.md) | 🇬🇧 | 44 commands full params + 31 intents + aliases |
|
|
182
182
|
| [Tool Adaptation](docs/tool-adaptation.en.md) | 🇬🇧 | WorkBuddy integration + workflow + security |
|
|
183
|
+
| [Usage Guide](docs/usage-guide.en.md) | 🇬🇧 | File safety: what to edit manually vs via command |
|
|
184
|
+
| [Workspace Layout](docs/workspace-organization.en.md) | 🇬🇧 | Recommended directory structure + multi-project workflow |
|
|
185
|
+
| [Migration Guide](docs/migration-guide.en.md) | 🇬🇧 | Shell v3.x → CLI v5.x |
|
|
186
|
+
| [SDD 方法论](docs/SDD方法论.md) | 🇨🇳 | SDD 是什么、为什么、怎么做 |
|
|
187
|
+
| [速查卡](docs/速查卡.md) | 🇨🇳 | 一页掌握:常用命令 + 安全口诀 + CI |
|
|
188
|
+
| [快速开始指南](docs/快速开始.md) | 🇨🇳 | 安装 → 初始化 → 导入 → 多端 Task → 场景速查 |
|
|
189
|
+
| [命令参考手册](docs/命令参考.md) | 🇨🇳 | 44 个命令完整参数 + 31 种意图映射 + 别名速查 |
|
|
183
190
|
| [工具适配说明](docs/工具适配说明.md) | 🇨🇳 | WorkBuddy 集成原理 + 工作流程 + 安全检查 |
|
|
184
|
-
| [
|
|
185
|
-
| [
|
|
186
|
-
| [
|
|
187
|
-
| [CHANGELOG](CHANGELOG.md) | 🇨🇳 | Version history (v1.0.0 →
|
|
191
|
+
| [使用指南](docs/使用指南.md) | 🇨🇳 | 文件操作安全指南 |
|
|
192
|
+
| [工作空间组织](docs/工作空间组织.md) | 🇨🇳 | 推荐目录结构 + 多工程协作 |
|
|
193
|
+
| [迁移指南](docs/migration-guide.md) | 🇨🇳 | Shell v3.x → CLI v5.x |
|
|
194
|
+
| [CHANGELOG](CHANGELOG.md) | 🇨🇳 | Version history (v1.0.0 → v5.3.0) |
|
|
188
195
|
| [README.md](README.md) | 🇨🇳 | 中文项目概述 |
|
|
189
196
|
|
|
190
197
|
---
|
package/README.md
CHANGED
|
@@ -175,18 +175,23 @@ SpecCore 原生集成 WorkBuddy(`speccore init` 自动创建 `.workbuddy/` ski
|
|
|
175
175
|
|
|
176
176
|
| 文档 | 语言 | 内容 |
|
|
177
177
|
| :--- | :--- | :--- |
|
|
178
|
-
| [
|
|
178
|
+
| [SDD Methodology](docs/sdd-methodology.en.md) | 🇬🇧 | What is SDD, why, how |
|
|
179
179
|
| [SDD 方法论](docs/SDD方法论.md) | 🇨🇳 | SDD 是什么、为什么、怎么做 |
|
|
180
|
-
| [
|
|
180
|
+
| [Quick Reference](docs/quick-reference.en.md) | 🇬🇧 | One-page: commands + safety + CI |
|
|
181
|
+
| [速查卡](docs/速查卡.md) | 🇨🇳 | 一页掌握:常用命令 + 安全口诀 + CI 模板 |
|
|
181
182
|
| [Quick Start](docs/quick-start.en.md) | 🇬🇧 | Install → Init → Import → Multi-platform → Scenarios |
|
|
182
|
-
| [
|
|
183
|
+
| [快速开始指南](docs/快速开始.md) | 🇨🇳 | 安装 → 初始化 → 导入 → 多端 Task → 场景速查 |
|
|
183
184
|
| [Command Reference](docs/commands.en.md) | 🇬🇧 | 44 commands full params + 31 intents + aliases |
|
|
184
|
-
| [
|
|
185
|
+
| [命令参考手册](docs/命令参考.md) | 🇨🇳 | 44 个命令完整参数 + 31 种意图映射 + 别名速查 |
|
|
185
186
|
| [Tool Adaptation](docs/tool-adaptation.en.md) | 🇬🇧 | WorkBuddy integration + workflow + security |
|
|
186
|
-
| [
|
|
187
|
-
| [
|
|
188
|
-
| [
|
|
189
|
-
| [
|
|
187
|
+
| [工具适配说明](docs/工具适配说明.md) | 🇨🇳 | WorkBuddy 集成原理 + 工作流程 + 安全检查 |
|
|
188
|
+
| [Usage Guide](docs/usage-guide.en.md) | 🇬🇧 | File safety: manual edit vs CLI command |
|
|
189
|
+
| [使用指南](docs/使用指南.md) | 🇨🇳 | 文件操作安全指南:可手动改 vs 必须用命令 |
|
|
190
|
+
| [Workspace Layout](docs/workspace-organization.en.md) | 🇬🇧 | Recommended directory structure |
|
|
191
|
+
| [工作空间组织](docs/工作空间组织.md) | 🇨🇳 | 推荐目录结构 + 多工程协作 |
|
|
192
|
+
| [Migration Guide](docs/migration-guide.en.md) | 🇬🇧 | Shell v3.x → CLI v5.x |
|
|
193
|
+
| [迁移指南](docs/migration-guide.md) | 🇨🇳 | Shell v3.x → CLI v5.x 迁移步骤 |
|
|
194
|
+
| [CHANGELOG](CHANGELOG.md) | 🇨🇳 | 版本历史与更新日志(v1.0.0 → v5.3.0) |
|
|
190
195
|
| [README.en.md](README.en.md) | 🇬🇧 | English project overview |
|
|
191
196
|
|
|
192
197
|
---
|