@cxtms/cx-schema 1.7.5 → 1.7.6

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,7 +1,7 @@
1
1
  ---
2
2
  name: cx-core
3
3
  description: >
4
- Provides shared CargoXplorer entity field reference — domain entities, field names, enums, and customValues patterns.
4
+ Provides shared CXTMS entity field reference — domain entities, field names, enums, and customValues patterns.
5
5
  Use when the user asks about CX entity fields, enums, customValues, entity relationships, or needs domain reference for Orders, Contacts, Commodities, Jobs, etc.
6
6
  argument-hint: <entity name or question about fields>
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: cx-module
3
3
  description: >
4
- Generates schema-valid CargoXplorer app module YAML files (UI screens, forms, grids, routes).
4
+ Works with CXTMS app module YAML files — creates, modifies, fixes, validates, and deploys UI screens, forms, grids, and routes.
5
5
  Use when the user asks to create, modify, or fix a module YAML file, references *-module.yaml files, or asks about UI components/forms/grids/routes in a CX project.
6
6
  Not for workflow YAML files, TypeScript code, or non-YAML tasks.
7
7
  argument-hint: <description of what to build>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: cx-workflow
3
3
  description: >
4
- Generates schema-valid CargoXplorer workflow YAML files (standard process and Flow state machine workflows).
4
+ Works with CXTMS workflow YAML files — creates, modifies, fixes, validates, and deploys standard process and Flow state machine workflows.
5
5
  Use when the user asks to create, modify, or fix a workflow YAML file, references workflow/*.yaml files, or asks about workflow tasks/triggers/activities in a CX project.
6
6
  Not for module YAML files, TypeScript code, or non-YAML tasks.
7
7
  argument-hint: <description of what to build>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cxtms/cx-schema",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "Schema validation package for CargoXplorer YAML modules",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",