openxiangda-skill-kit 2.0.0-alpha.135 → 2.0.0-alpha.136
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.
|
|
3
|
+
"version": "2.0.0-alpha.136",
|
|
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.
|
|
20
|
+
"openxiangda-devkit-core": "2.0.0-alpha.111"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"tsx": "4.23.12",
|
|
@@ -244,6 +244,25 @@ Shell. Historical `/admin/tasks/:taskId` and `/admin/workflows/:instanceId`
|
|
|
244
244
|
routes have no alias or redirect. Mobile remains the
|
|
245
245
|
independent `/m/tasks/:taskId` and `/m/workflows/:instanceId` surface.
|
|
246
246
|
|
|
247
|
+
Ordinary records and Workflow task, instance and record entrances share the
|
|
248
|
+
standard detail frame: gray background, grouped white cards, title/status/creator
|
|
249
|
+
metadata and fixed actions. Workflow adds application content, approval history
|
|
250
|
+
and change-history tabs. An authorized administrator edits the full ordinary
|
|
251
|
+
form inside that same drawer or page and saves directly; do not introduce an
|
|
252
|
+
edit-application dialog, correction reason or extra confirmation. Native change
|
|
253
|
+
history records the edit while Workflow approval facts remain unchanged.
|
|
254
|
+
Desktop child rows edit inline and parent submission validates every row.
|
|
255
|
+
|
|
256
|
+
The standard work center reads the server's `pending`, `handled`, `created` and
|
|
257
|
+
`cc` views and counts. The separate message center reads Notification Hub with
|
|
258
|
+
`view=all` by default and preserves application renderer extensions. Follow each
|
|
259
|
+
item's `detailNavigation`; do not rebuild user eligibility from client data.
|
|
260
|
+
Dynamic `cc` operations use `user_select` with `mode: 'multiple'` and a bounded
|
|
261
|
+
`userIds` array. Execute the exact Surface href with its issued command token:
|
|
262
|
+
a task Surface may officially include an instance CC command. The public fact
|
|
263
|
+
is `openxiangda.workflow.instance.cc_added.v2`.
|
|
264
|
+
|
|
265
|
+
|
|
247
266
|
Files, rich-text images and signatures on this page use only the Workflow
|
|
248
267
|
instance-scoped preview/content client. Every request is rebound to the current
|
|
249
268
|
principal, authorized instance, projected resource/record/field and managed
|