openxiangda-skill-kit 2.0.0-alpha.15 → 2.0.0-alpha.16

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.
Files changed (2) hide show
  1. package/docs/concepts.md +1 -1
  2. package/package.json +2 -2
package/docs/concepts.md CHANGED
@@ -31,4 +31,4 @@ flowchart LR
31
31
 
32
32
  ## 版本列车
33
33
 
34
- `openxiangda-*` 包、CLI、MCP、Skills 和文档按固定版本列车发布。应用包记录所需契约范围;平台在部署前拒绝不兼容版本。
34
+ OpenXiangda 2.0 使用兼容版本列车,而不是要求所有 npm 包共享同一个版本号。各包按职责独立递增;应用必须精确锁定每个 `openxiangda-*` 2.x 依赖并提交 lockfile,不能使用范围或 `latest`。AppPackage 记录契约版本与所需能力,平台在部署前按 capabilities 拒绝不兼容版本。CLI、MCP、Skills 和文档随相关包变更发布,不因无关包升级而强制全量重发。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda-skill-kit",
3
- "version": "2.0.0-alpha.15",
3
+ "version": "2.0.0-alpha.16",
4
4
  "description": "Validation and deterministic packaging for OpenXiangda 2.0 AI skills.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "README.md"
22
22
  ],
23
23
  "dependencies": {
24
- "openxiangda-devkit-core": "2.0.0-alpha.13"
24
+ "openxiangda-devkit-core": "2.0.0-alpha.14"
25
25
  },
26
26
  "devDependencies": {
27
27
  "tsx": "4.23.12",