openxiangda-skill-kit 2.0.0-alpha.85 → 2.0.0-alpha.86

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda-skill-kit",
3
- "version": "2.0.0-alpha.85",
3
+ "version": "2.0.0-alpha.86",
4
4
  "description": "Validation and deterministic packaging for OpenXiangda 2.0 AI skills.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "README.md"
18
18
  ],
19
19
  "dependencies": {
20
- "openxiangda-devkit-core": "2.0.0-alpha.67"
20
+ "openxiangda-devkit-core": "2.0.0-alpha.68"
21
21
  },
22
22
  "devDependencies": {
23
23
  "tsx": "4.23.12",
@@ -4,7 +4,7 @@
4
4
  {
5
5
  "name": "openxiangda-v2",
6
6
  "description": "Use when researching, designing, building, testing, or delivering a complete OpenXiangda 2.0 application.",
7
- "sha256": "4e79de2626b4fe8ec1049cba8354db8447b2d93160957237df8ba6a3d547bc93"
7
+ "sha256": "0d7a537bb7af5b79bc9e9b78de2a078cfc39201d65cecffd78231086cfa2bf55"
8
8
  }
9
9
  ]
10
10
  }
@@ -157,6 +157,9 @@ contract:
157
157
 
158
158
  - every guard has a stable `OPENXIANGDA_*` `errorCode`;
159
159
  - `query-empty` protects a business-key uniqueness rule;
160
+ - `record-exists` requires one visible record without forcing a mutation of it;
161
+ - `record-match` requires one visible record plus typed value/field assertions,
162
+ and may protect a mutation of another resource;
160
163
  - `record-assert` locks one exact record and checks declared field values or
161
164
  declared field-to-field comparisons;
162
165
  - `increment` targets one declared integer field and must have a matching