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.
Files changed (2) hide show
  1. package/lib/utils.js +1 -0
  2. 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccrew",
3
- "version": "0.6.27",
3
+ "version": "0.6.28",
4
4
  "description": "Spec-Driven Development toolkit for AI-powered IDEs",
5
5
  "author": "charlesmu99",
6
6
  "repository": {