speccore 5.22.6 → 5.22.7

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 CHANGED
@@ -63,7 +63,7 @@ speccore schedule daemon start # Auto-execute
63
63
  | Doc | Content |
64
64
  |:---|:---|
65
65
  | 🚀 [Quick Start](docs/quick-start.en.md) | Full tutorial |
66
- | 🔧 [Command Reference](docs/commands.en.md) | All 51 commands |
66
+ | 🔧 [Command Reference](docs/commands.en.md) | All 45 commands |
67
67
  | 🎬 [Scenarios](docs/scenarios.en.md) | Real-world examples |
68
68
  | 🗺 [Overview](docs/总览.md) | Architecture & philosophy |
69
69
  | 📝 [SDD Methodology](docs/sdd-methodology.en.md) | Spec-driven development |
package/README.md CHANGED
@@ -41,7 +41,7 @@ speccore done --task=Task-001 # 收尾归档
41
41
  | **查看到哪了** | `speccore status-panel` 或直接 `speccore` |
42
42
  | **自然语言说需求** | `speccore ask "帮我分析当前需求"` |
43
43
 
44
- > 📋 全部 51 个命令 → [命令参考手册](docs/命令参考.md)
44
+ > 📋 全部 45 个命令 → [命令参考手册](docs/命令参考.md)
45
45
 
46
46
  ## 🤝 协作模式
47
47
 
@@ -69,7 +69,7 @@ speccore schedule daemon start # 启
69
69
  | 文档 | 内容 |
70
70
  |:---|:---|
71
71
  | 🚀 [快速开始](docs/快速开始.md) | 完整安装与使用教程 |
72
- | 🔧 [命令参考](docs/命令参考.md) | 51 个命令完整说明 |
72
+ | 🔧 [命令参考](docs/命令参考.md) | 45 个命令完整说明 |
73
73
  | 🎬 [场景实战](docs/场景实战.md) | 33 个真实开发场景 |
74
74
  | 🗺 [总览](docs/总览.md) | 架构概览与设计理念 |
75
75
  | 📝 [SDD 方法论](docs/SDD方法论.md) | 规范驱动开发介绍 |
package/dist/cli.js CHANGED
@@ -195,7 +195,7 @@ commander_1.program
195
195
  .alias('in')
196
196
  .description('初始化 SpecCore(17命令/51全量,--interactive 引导式)')
197
197
  .option('--mode <mode>', 'Initialization mode: fresh or migration', 'fresh')
198
- .option('--full', 'Full mode: all 51 commands (default: simple)')
198
+ .option('--full', 'Full mode: all 45 commands (default: simple)')
199
199
  .option('--force', 'Force overwrite existing configuration')
200
200
  .option('--interactive', 'Interactive guided setup: mode → confirm → init')
201
201
  .option('--auto', '全自动流水线:无人干预级联执行全部阶段')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.22.6",
3
+ "version": "5.22.7",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",