fix: ensure data directory exists before writing PM2 migration marker

Fixes ENOENT error on first install when ~/.claude-mem/ directory
doesn't exist yet. The startWorker() function tried to write the
.pm2-migrated marker file without first creating the parent directory.

Fixes #259

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trevor Wilson
2025-12-13 21:15:05 -05:00
parent d08fe97e19
commit c3fec18f12
8 changed files with 35 additions and 31 deletions
File diff suppressed because one or more lines are too long