openxiangda 1.0.80 → 1.0.81
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/openxiangda-skills/SKILL.md +1 -1
- package/openxiangda-skills/skills/openxiangda-form/SKILL.md +1 -1
- package/openxiangda-skills/skills/openxiangda-inspect/SKILL.md +1 -2
- package/openxiangda-skills/skills/openxiangda-page/SKILL.md +1 -1
- package/openxiangda-skills/skills/openxiangda-workflow-automation/SKILL.md +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: openxiangda
|
|
3
|
-
description: Use OpenXiangda for
|
|
3
|
+
description: "Use OpenXiangda for any private low-code platform or sy-lowcode-app-workspace work: architecture design, app creation, forms, pages, resources, workflows, automations, JS_CODE, permissions, data views, connectors, notifications, publishing, deployment, diagnosis, feedback, profile/login state, and CLI commands. Trigger on OpenXiangda, 湘搭, 私有化低代码, 低代码平台, .openxiangda/state.json, app-workspace.config.ts, or openxiangda CLI usage."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# OpenXiangda
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: openxiangda-form
|
|
3
|
-
description: Create
|
|
3
|
+
description: "Create, edit, and publish OpenXiangda normal forms and workflow forms in sy-lowcode-app-workspace: schema, fields, options, validation, layout, linkedForm select sources, hidden permission scope keys, FormEffect, workflow form bundles, and single-form publish. Use platform form components first. Trigger on 创建表单, 表单字段, 表单录入, schema, SelectField, linkedForm, workflow form, formCode, or src/forms changes."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# OpenXiangda Form
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: openxiangda-inspect
|
|
3
|
-
description:
|
|
3
|
+
description: "Read-only OpenXiangda diagnosis: app snapshots, forms, workflows, automations, automation executions and logs, permissions, profile drift, version mismatch, OSS env, bundle URLs, and page render failures. Trigger on 诊断, 排查, 看一下, 对比, diagnose, inspect, debug, why, 报错, error, drift, snapshot, or read-only verification before or after a change."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# OpenXiangda Inspect
|
|
@@ -61,4 +61,3 @@ Use logical local codes first. If a code is missing from `.openxiangda/state.jso
|
|
|
61
61
|
|
|
62
62
|
- `references/platform-data-model.md` — how each field type is persisted on the platform (JSONB, `{label, value}` for option fields, attachment shape, etc.). Consult this when a snapshot value looks unexpected so you can tell broken data from normal storage format.
|
|
63
63
|
- `references/troubleshooting.md` — catalog of known failure modes (missing styles, `options` runtime errors, mismatched option labels, etc.). Cross-check inspection findings against this list before reporting an issue or proposing a fix.
|
|
64
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: openxiangda-page
|
|
3
|
-
description: Build
|
|
3
|
+
description: "Build, edit, and publish OpenXiangda custom code pages in sy-lowcode-app-workspace/src/pages using React, Ant Design, and openxiangda/runtime. Covers portals, dashboards, workbenches, data-management lists, mobile pages, connector calls, filters, search forms, and single-page publish. Trigger on 创建页面, 修改页面, portal, dashboard, 看板, 工作台, 列表页, mobile portal, page.config.ts, pageCode, JSX, React, or src/pages changes."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# OpenXiangda Page
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: openxiangda-workflow-automation
|
|
3
|
-
description: Build
|
|
3
|
+
description: "Build, validate, publish, enable, and inspect OpenXiangda workflows and automations: approval flows, v3 graphs, JS_CODE trusted_node, App Function function_call, cron, form events, field changes, workflow events, and notifications. Includes the workflow versus status-machine boundary, code-first workflows, code-first automations, JS_CODE node scripts, and reusable App Functions. Trigger on 审批, 流程, workflow, automation, cron, JS_CODE, trusted_node, App Function, src/js-code-nodes, or src/functions."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# OpenXiangda Workflow And Automation
|