speccore 5.19.2 → 5.19.3

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
- > 💡 **v5.19.2** | 68 Commands | 38 Intent Types | Multi-Platform
11
+ > 💡 **v5.19.3** | 68 Commands | 38 Intent Types | Multi-Platform
12
12
 
13
13
  ---
14
14
 
@@ -184,7 +184,7 @@ SpecCore natively integrates WorkBuddy.
184
184
  | [Usage Guide](docs/usage-guide.en.md) | File safety: manual edit vs CLI command |
185
185
  | [Workspace Layout](docs/workspace-organization.en.md) | Recommended directory structure |
186
186
  | [Migration Guide](docs/migration-guide.en.md) | Shell v3.x → CLI v5.x |
187
- | [CHANGELOG](CHANGELOG.en.md) | Version history (v1.0.0 → v5.19.2) |
187
+ | [CHANGELOG](CHANGELOG.en.md) | Version history (v1.0.0 → v5.19.3) |
188
188
  | [Example](examples/task-management/README.md) | Full demo: req→Spec→generated code |
189
189
  | [README.md](README.md) | 中文项目概述 |
190
190
 
@@ -231,7 +231,7 @@ bash verify.sh # Run tests
231
231
 
232
232
  ## Version
233
233
 
234
- v5.19.2 | 🔧 CLI Commands: 68 | 🧠 Intents: 38
234
+ v5.19.3 | 🔧 CLI Commands: 68 | 🧠 Intents: 38
235
235
 
236
236
  Changelog: [CHANGELOG.en.md](CHANGELOG.en.md)
237
237
 
package/README.md CHANGED
@@ -191,7 +191,7 @@ SpecCore 原生集成 WorkBuddy(`speccore init` 自动创建 `.workbuddy/` ski
191
191
  | [CI/CD 集成](docs/CI-CD与spec注释集成指南.md) | @spec 注释 + GitHub Actions |
192
192
  | [Spec 加载机制](docs/Spec三层加载机制.md) | 三层 Spec 协同 |
193
193
  | [示例项目](examples/task-management/README.md) | 完整演示:需求→Spec→生成代码 |
194
- | [CHANGELOG](CHANGELOG.md) | 版本历史(v1.0.0 → v5.19.2) |
194
+ | [CHANGELOG](CHANGELOG.md) | 版本历史(v1.0.0 → v5.19.3) |
195
195
  | [README.en.md](README.en.md) | English project overview |
196
196
 
197
197
  ---
@@ -274,7 +274,7 @@ bash verify.sh
274
274
 
275
275
  ## 版本
276
276
 
277
- v5.19.2 | 🔧 CLI 命令 68 个 | 🧠 意图识别 38 种
277
+ v5.19.3 | 🔧 CLI 命令 68 个 | 🧠 意图识别 38 种
278
278
 
279
279
  版本历史见 [CHANGELOG.md](CHANGELOG.md)
280
280
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.19.2",
3
+ "version": "5.19.3",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",