@cxtms/cx-schema 1.7.0 → 1.7.1
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,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: cx-core
|
|
3
|
-
description:
|
|
3
|
+
description: >
|
|
4
|
+
Shared CargoXplorer entity field reference — domain entities, field names, enums, and customValues patterns.
|
|
5
|
+
TRIGGER when: user asks about CX entity fields, enums, customValues, entity relationships, or needs domain reference for Orders, Contacts, Commodities, Jobs, etc.
|
|
4
6
|
argument-hint: <entity name or question about fields>
|
|
5
7
|
---
|
|
6
8
|
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: cx-module
|
|
3
|
-
description:
|
|
3
|
+
description: >
|
|
4
|
+
Generate schema-valid CargoXplorer app module YAML files (UI screens, forms, grids, routes).
|
|
5
|
+
TRIGGER when: user asks to create, modify, or fix a module YAML file, or references *-module.yaml files, or asks about UI components/forms/grids/routes in a CX project.
|
|
6
|
+
DO NOT TRIGGER when: working with workflow YAML files, general TypeScript/code changes, or non-YAML tasks.
|
|
4
7
|
argument-hint: <description of what to build>
|
|
5
8
|
---
|
|
6
9
|
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: cx-workflow
|
|
3
|
-
description:
|
|
3
|
+
description: >
|
|
4
|
+
Generate schema-valid CargoXplorer workflow YAML files (standard process and Flow state machine workflows).
|
|
5
|
+
TRIGGER when: user asks to create, modify, or fix a workflow YAML file, or references workflow/*.yaml files, or asks about workflow tasks/triggers/activities in a CX project.
|
|
6
|
+
DO NOT TRIGGER when: working with module YAML files, general TypeScript/code changes, or non-YAML tasks.
|
|
4
7
|
argument-hint: <description of what to build>
|
|
5
8
|
---
|
|
6
9
|
|