@haposoft/cafekit 0.7.1 → 0.7.3

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