@haposoft/cafekit 0.7.3 → 0.7.4
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/bin/install.js +1 -1
- package/package.json +1 -1
package/bin/install.js
CHANGED
|
@@ -341,7 +341,7 @@ function ensureWorkflowDependencies(platformKey, platform, results, options = {}
|
|
|
341
341
|
function getPlatformSpecFiles(platformKey) {
|
|
342
342
|
if (platformKey === 'claude') {
|
|
343
343
|
const manifestCommands = CLAUDE_MIGRATION_MANIFEST?.commands?.core;
|
|
344
|
-
if (Array.isArray(manifestCommands)
|
|
344
|
+
if (Array.isArray(manifestCommands)) {
|
|
345
345
|
return manifestCommands;
|
|
346
346
|
}
|
|
347
347
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haposoft/cafekit",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "Spec-Driven Development workflow for AI coding assistants. Supports Claude Code and Antigravity with spec-first workflows plus Claude Code hapo: skills.",
|
|
5
5
|
"author": "Haposoft <nghialt@haposoft.com>",
|
|
6
6
|
"license": "MIT",
|