@cxtms/cx-schema 1.3.1 → 1.3.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cxtms/cx-schema",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Schema validation package for CargoXplorer YAML modules",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -150,7 +150,7 @@ function main() {
150
150
  createValidationScript(projectRoot);
151
151
 
152
152
  // Copy Claude Code skills
153
- const skillNames = ['cx-module', 'cx-workflow'];
153
+ const skillNames = ['cx-core', 'cx-module', 'cx-workflow'];
154
154
  for (const skillName of skillNames) {
155
155
  const skillSource = path.join(__dirname, '..', '.claude', 'skills', skillName);
156
156
  if (fs.existsSync(skillSource)) {