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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: openxiangda
3
- description: Use OpenXiangda for ANY work inside a sy-lowcode-app-workspace or any private low-code platform (OpenXiangda / 湘搭 / 私有化低代码) — publishing / 发布 / 上线 / deploying / 部署 / shipping / releasing / 上传 / pushing apps, pages, forms, workflows, automations; creating / scaffolding / 创建 / 搭建 / 新建 apps, code pages, form pages, workflow forms, JS_CODE nodes; editing / 修改 / 编辑 schemas, options, fields, layouts, menus; building form-entry UX / 表单录入体验 with OpenXiangda platform form components first, Ant Design / antd-mobile second, and no raw native HTML form controls in generated app code; managing / 管理 roles, page permission groups, form permission groups, form settings, public access, data views, connectors, notifications; proactively collecting and submitting platform feedback / 需求反馈 / 问题反馈 for bugs, unclear design rules, missing platform capabilities, repeated workarounds, and AI uncertainty; diagnosing / 排查 / 诊断 / 看快照 app snapshots, executions, logs, version drift, profile isolation, token / login / profile issues; running the openxiangda CLI or anything that touches `.openxiangda/state.json`, `~/.openxiangda/profiles.json`, `/openxiangda-api/v1`, `OPENXIANGDA_PROFILE / BASE_URL / ACCESS_TOKEN / APP_TYPE`, `app-workspace.config.ts`. Trigger when the user mentions OpenXiangda / 湘搭 / 私有化低代码 / 低代码平台 / sy-lowcode-app-workspace, or when the workspace contains `.openxiangda/state.json` or `app-workspace.config.ts`. Always prefer this skill over running `pnpm publish:all`, `pnpm publish:oss`, `pnpm register`, or `lowcode-workspace publish-*` directly.
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 / edit / publish OpenXiangda normal forms and workflow forms in `sy-lowcode-app-workspace` schema, fields, options, validation rules, layout, linkedForm select sources, hidden permission scope keys, top-level FormEffect, workflow form bundles, single-form publish, and high-quality form-entry UX. Use OpenXiangda platform form components first, Ant Design / antd-mobile wrappers second, and never raw native HTML form controls in AI-authored app code. Trigger on 创建表单 / 新建表单 / 表单字段 / 表单录入 / 修改 schema / form field / placeholder / options / SelectField / linkedForm / FormEffect / workflow form / 审批表单页 / form schema / formCode / src/forms, or any change to `src/forms/<code>/{schema.ts,page.tsx}`.
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: **Read-only** OpenXiangda diagnosis app snapshots (应用快照), forms, workflows, automations, automation executions / logs, permissions, profile drift, version mismatch, missing OSS env, broken bundle URLs, page render failures (`options is undefined`, missing styles, raw value labels). Trigger on 诊断 / 排查 / 看一下 / 对比 / diagnose / inspect / debug / why / 为什么 / 报错 / error / failure / 跳越 / drift / snapshot / 快照, or any read-only verification before / after a change. Switch to the relevant write skill (`openxiangda-form` / `-page` / `-workflow-automation` / `-permission-settings`) for remediation.
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 / edit / publish OpenXiangda custom code pages in `sy-lowcode-app-workspace/src/pages/<pageCode>/` using React + Ant Design + `openxiangda/runtime`. Covers app-shell portals, dashboards, workbenches, data-management lists, mobile portals, page-level connector calls, filters/search forms, and single-page publish. For platform data entry use OpenXiangda components first, Ant Design / antd-mobile wrappers second, and no raw native HTML form controls in AI-authored page code. Trigger on 创建页面 / 新建页面 / 修改页面 / portal / dashboard / 看板 / 驾驶舱 / 工作台 / 列表页 / mobile portal / app-shell / page.config.ts / pageCode / src/pages, JSX / React / Ant Design page work in this workspace, or any change to `src/pages/<code>/`.
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 / validate / publish / enable / inspect OpenXiangda **workflows** (审批流程 / approval / approve / reject / transfer / withdraw, v3 graph, JS_CODE trusted_node, App Function function_call) and **automations** (自动化 / 集成 / 定时任务 / cron / form data submit/update/delete events, form field change, workflow task / process events, message notifications). Includes architecture boundary between workflow and normal status-machine forms, code-first workflows (`src/workflows/<code>/workflow.ts`), code-first automations (`src/automations/<code>/index.ts`), JS_CODE node scripts, and reusable App Functions (`src/functions/<code>/index.ts`). Trigger on 审批 / 流程 / workflow / approval / process / 节点 / 并行分支 / 条件分支 / 代办 / 转交 / 撤回 / 驳回 / 自动化 / automation / cron / 定时 / 提交后 / 字段变更 / JS_CODE / trusted_node / App Function / function_call / src/js-code-nodes / src/functions.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "description": "OpenXiangda CLI, workspace build tools, runtime SDK, and form components.",
5
5
  "private": false,
6
6
  "bin": {