openxiangda-contracts 2.0.0-alpha.89 → 2.0.0-alpha.90
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.md +2 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
# openxiangda-contracts
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
维护 OpenXiangda 2.0 的 TypeScript 与 JSON Schema 协议,包括应用声明、Data API、当前用户的角色与能力并集、AppPackage、部署结果及 Studio 工作区事件。
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
It also owns the Studio workspace protocol metadata,
|
|
8
|
-
`openxiangda.cli-event/v1` JSONL events and immutable
|
|
9
|
-
`openxiangda.workspace-template-binding/v1` records. The CLI emits these
|
|
10
|
-
contracts; the existing workspace MCP only exposes their supported versions.
|
|
5
|
+
应用使用根包 `openxiangda/core` 等公开子路径。平台与工具链维护者在此修改共享协议,并验证调用双方及包版本组合;不要在应用中复制身份、权限或部署状态协议。
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openxiangda-contracts",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.0.0-alpha.90",
|
|
4
|
+
"description": "OpenXiangda 2.0 的共享类型、协议与 JSON Schema。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|