@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 +1 -1
- package/scripts/postinstall.js +1 -1
package/package.json
CHANGED
package/scripts/postinstall.js
CHANGED
|
@@ -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)) {
|