github thedotmack/claude-mem v6.0.8
v6.0.8 - Critical Hotfix: Worker Startup Path Resolution

latest releases: v9.0.5, v9.0.4, v9.0.3...
one month ago

Critical Fix

This patch release fixes a critical bug where the PM2 worker process would start from the wrong directory (development folder instead of marketplace folder), causing the plugin to malfunction when installed via the marketplace.

What's Fixed

  • Worker Startup Path Resolution (src/shared/worker-utils.ts:61)
    Added cwd: pluginRoot option to execSync when starting PM2

    This ensures the worker always starts from the correct marketplace directory (~/.claude/plugins/marketplaces/thedotmack/), regardless of where the hook is invoked from.

Impact

Users will no longer experience issues with the worker starting from the wrong location. The plugin now works correctly when installed via marketplace without manual intervention.

Verification

Run pm2 info claude-mem-worker to verify:

  • exec cwd should be: /Users/[username]/.claude/plugins/marketplaces/thedotmack
  • script path should be: /Users/[username]/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs

🤖 Generated with Claude Code

Don't miss a new claude-mem release

NewReleases is sending notifications on new releases.