@cxtms/cx-schema 1.6.7 → 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.
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@cxtms/cx-schema",
3
- "version": "1.6.7",
3
+ "version": "1.7.1",
4
4
  "description": "Schema validation package for CargoXplorer YAML modules",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "bin": {
8
- "cx-cli": "dist/cli.js"
8
+ "cx-cli": "dist/cli.js",
9
+ "cxtms": "dist/cli.js"
9
10
  },
10
11
  "scripts": {
11
12
  "build": "tsc",
@@ -182,7 +182,7 @@ function main() {
182
182
 
183
183
  console.log('✓ CX Schema Validator installed successfully!');
184
184
  console.log('\nUsage:');
185
- console.log(' npx cx-cli modules/your-module.yaml');
185
+ console.log(' npx cxtms modules/your-module.yaml');
186
186
  console.log(' node .cx-schema/validate.js modules/your-module.yaml');
187
187
  console.log(' /cx-module <description> (Claude Code skill - UI modules)');
188
188
  console.log(' /cx-workflow <description> (Claude Code skill - workflows)');
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Configuration Module
2
- # Generated by cx-cli create module --template configuration
2
+ # Generated by cxtms create module --template configuration
3
3
 
4
4
  module:
5
5
  name: "{{displayNameNoSpaces}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Form Module
2
- # Generated by cx-cli create module --template form
2
+ # Generated by cxtms create module --template form
3
3
 
4
4
  module:
5
5
  name: "{{displayNameNoSpaces}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Module
2
- # Generated by cx-cli create module --template grid
2
+ # Generated by cxtms create module --template grid
3
3
 
4
4
  module:
5
5
  name: "{{displayNameNoSpaces}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Select Module
2
- # Generated by cx-cli create module --template select
2
+ # Generated by cxtms create module --template select
3
3
 
4
4
  module:
5
5
  name: "{{displayNameNoSpaces}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Module
2
- # Generated by cx-cli create module
2
+ # Generated by cxtms create module
3
3
 
4
4
  module:
5
5
  name: "{{name}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template api-tracking
2
+ # Generated by cxtms create workflow --template api-tracking
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template basic
2
+ # Generated by cxtms create workflow --template basic
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template document
2
+ # Generated by cxtms create workflow --template document
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template entity-trigger
2
+ # Generated by cxtms create workflow --template entity-trigger
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template ftp-edi
2
+ # Generated by cxtms create workflow --template ftp-edi
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template ftp-tracking
2
+ # Generated by cxtms create workflow --template ftp-tracking
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template mcp-tool
2
+ # Generated by cxtms create workflow --template mcp-tool
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template public-api
2
+ # Generated by cxtms create workflow --template public-api
3
3
  #
4
4
  # This workflow exposes a public REST API endpoint.
5
5
  # The api section defines the route, method, authentication, and OpenAPI metadata.
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template scheduled
2
+ # Generated by cxtms create workflow --template scheduled
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template utility
2
+ # Generated by cxtms create workflow --template utility
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow --template webhook
2
+ # Generated by cxtms create workflow --template webhook
3
3
  #
4
4
  # Endpoint: POST /api/v2/orgs/{organizationId}/webhooks/{workflowId}
5
5
  # The endpoint is anonymous (no auth token required) and rate-limited (10/sec, 100/min per IP).
@@ -1,5 +1,5 @@
1
1
  # {{displayName}} Workflow
2
- # Generated by cx-cli create workflow
2
+ # Generated by cxtms create workflow
3
3
 
4
4
  workflow:
5
5
  workflowId: "{{uuid}}"