@haposoft/cafekit 0.7.6 → 0.7.7

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/bin/install.js +1 -1
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -543,7 +543,7 @@ function copyPlatformFiles(platformKey, results, options = {}) {
543
543
  // Copy agent reference manuals (debugger manuals, etc.) recursively
544
544
  const refsSource = path.join(__dirname, '../src', platform.sourceDir, 'references');
545
545
  if (fs.existsSync(refsSource)) {
546
- const refsDest = path.join(platform.destDir, 'references');
546
+ const refsDest = path.join(platform.folder, 'references');
547
547
  const refsExisted = fs.existsSync(refsDest);
548
548
  copyRecursive(refsSource, refsDest, options);
549
549
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haposoft/cafekit",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
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",