speccore 5.6.3 → 5.6.4

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
@@ -8,7 +8,7 @@
8
8
 
9
9
  SpecCore is a specification-driven development framework for AI-native teams. It decouples deterministic operations (file creation, directory management, format validation, status statistics) from AI, executing them directly through code to improve efficiency and reduce Token consumption.
10
10
 
11
- > 💡 **v4.0.0** | 39 Commands | 31 Intent Types | Multi-Platform
11
+ > 💡 **v5.6.3** | 49 Commands | 35 Intent Types | Multi-Platform
12
12
 
13
13
  ---
14
14
 
@@ -64,7 +64,7 @@ speccore spec "How's the progress?"
64
64
 
65
65
  - **🚀 Quick Init**: One command initializes the full project structure, auto-integrates WorkBuddy
66
66
  - **📱 Multi-Platform**: `--platforms=web,h5,miniapp` per-platform Task management, dynamic platform types
67
- - **🧠 Intent Recognition**: 31 intent types, 200+ keywords, natural language → command matching
67
+ - **🧠 Intent Recognition**: 35 intent types, 200+ keywords, natural language → command matching
68
68
  - **🌐 Global Layer**: Cross-project requirement indexing via GLOBAL/ architecture
69
69
  - **📊 Progress Tracking**: Auto-detect active iteration, per-platform/per-assignee stats
70
70
  - **✅ Auto Compliance**: Scan all Spec files, check required fields and format
@@ -141,7 +141,7 @@ User Input (Natural Language / Slash Command)
141
141
  | `speccore audit` | `/spec-ai-audit` | AI smart audit |
142
142
  | `speccore spec "query"` | `/spec query` | Natural language intent |
143
143
 
144
- > 📋 Full command reference: [Command Reference](docs/commands.en.md) | 🧠 Intent mapping: [Intent Map](docs/commands.en.md#natural-language-intent-mapping-31-types)
144
+ > 📋 Full command reference: [Command Reference](docs/commands.en.md) | 🧠 Intent mapping: [Intent Map](docs/commands.en.md#natural-language-intent-mapping-35-types)
145
145
 
146
146
  ---
147
147
 
@@ -175,7 +175,7 @@ SpecCore natively integrates WorkBuddy.
175
175
 
176
176
  | Document | Content |
177
177
  | :--- | :--- |
178
- | [Scenarios](docs/scenarios.en.md) | 12 real-world scenarios: new project → daily dev → CI/CD |
178
+ | [Scenarios](docs/scenarios.en.md) | 22 real-world scenarios: new project → daily dev → CI/CD |
179
179
  | [SDD Methodology](docs/sdd-methodology.en.md) | What is SDD, why, how |
180
180
  | [Quick Reference](docs/quick-reference.en.md) | One-page: commands + safety + CI |
181
181
  | [Quick Start](docs/quick-start.en.md) | Install → Init → Import → Multi-platform → Scenarios |
@@ -201,7 +201,7 @@ SpecCore natively integrates WorkBuddy.
201
201
  | **Batch rename?** | `speccore rename --batch --pattern="Task-" --replacement="Feature-"` |
202
202
  | **Rebuild requirement index?** | `speccore index-update` (--dry-run to preview) |
203
203
 
204
- | **Which files are safe to edit manually?** | See [Usage Guide](docs/使用指南.md). TL;DR: `REQ.md`/`TECH.md` safe; `API_CONTRACT.yaml`/`.json` require CLI commands. |
204
+ | **Which files are safe to edit manually?** | See [Usage Guide](docs/usage-guide.en.md). TL;DR: `REQ.md`/`TECH.md` safe; `API_CONTRACT.yaml`/`.json` require CLI commands. |
205
205
 
206
206
  ---
207
207
 
@@ -230,7 +230,7 @@ bash verify.sh # Run tests
230
230
 
231
231
  ## Version
232
232
 
233
- v5.6.1 | 🔧 CLI Commands: 49 | 🧠 Intents: 35
233
+ v5.6.3 | 🔧 CLI Commands: 49 | 🧠 Intents: 35
234
234
 
235
235
  Changelog: [CHANGELOG.en.md](CHANGELOG.en.md)
236
236
 
package/README.md CHANGED
@@ -141,7 +141,7 @@ SpecCore 采用**确定性逻辑与智能逻辑解耦**的架构:
141
141
  | `speccore audit` | `/spec-ai-audit` | AI 智能审计 |
142
142
  | `speccore spec "查询"` | `/spec 查询` | 自然语言智能入口 |
143
143
 
144
- > 📋 完整命令参数见 [命令参考手册](docs/命令参考.md) | 🧠 31 种意图映射见 [意图映射表](docs/命令参考.md#自然语言意图映射31-种)
144
+ > 📋 完整命令参数见 [命令参考手册](docs/命令参考.md) | 🧠 31 种意图映射见 [意图映射表](docs/命令参考.md#自然语言意图映射35-种)
145
145
 
146
146
  ---
147
147
 
@@ -175,7 +175,7 @@ SpecCore 原生集成 WorkBuddy(`speccore init` 自动创建 `.workbuddy/` ski
175
175
 
176
176
  | 文档 | 内容 |
177
177
  | :--- | :--- |
178
- | [场景实战](docs/场景实战.md) | 12 个真实场景:从零启动→日常开发→CI/CD,逐步演示 |
178
+ | [场景实战](docs/场景实战.md) | 22 个真实场景:从零启动→日常开发→CI/CD→变更处理等 |
179
179
  | [SDD 方法论](docs/SDD方法论.md) | SDD 是什么、为什么、怎么做 |
180
180
  | [速查卡](docs/速查卡.md) | 一页掌握:常用命令 + 安全口诀 + CI 模板 |
181
181
  | [快速开始指南](docs/快速开始.md) | 安装 → 初始化 → 导入 → 多端 Task → 场景速查 |
@@ -267,7 +267,7 @@ bash verify.sh
267
267
 
268
268
  ## 版本
269
269
 
270
- v5.6.1 | 🔧 CLI 命令 49 个 | 🧠 意图识别 35 种
270
+ v5.6.3 | 🔧 CLI 命令 49 个 | 🧠 意图识别 35 种
271
271
 
272
272
  版本历史见 [CHANGELOG.md](CHANGELOG.md)
273
273
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.6.3",
3
+ "version": "5.6.4",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",