speccrew 0.6.27 → 0.6.28
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/lib/utils.js +1 -0
- package/package.json +1 -1
package/lib/utils.js
CHANGED
|
@@ -112,6 +112,7 @@ const DEPRECATED_SKILLS = [
|
|
|
112
112
|
'speccrew-dev-desktop', // replaced by speccrew-dev-desktop-electron + speccrew-dev-desktop-tauri
|
|
113
113
|
'speccrew-dev-review', // replaced by speccrew-dev-review-backend/frontend/mobile/desktop
|
|
114
114
|
'speccrew-test-execute', // replaced by speccrew-test-runner + speccrew-test-reporter
|
|
115
|
+
'speccrew-fd-feature-registry-init', // replaced by speccrew-fd-feature-registry
|
|
115
116
|
];
|
|
116
117
|
|
|
117
118
|
function cleanDeprecatedSkills(destDir, deprecatedList) {
|