diff --git a/README.md b/README.md index 238fb112..60c1cb00 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ If you're experiencing issues, describe the problem to Claude and the troublesho **Common Issues:** -- Worker not starting → `npm run worker:restart` +- Worker not starting → `claude-mem restart` - No context appearing → `npm run test:context` - Database issues → `sqlite3 ~/.claude-mem/claude-mem.db "PRAGMA integrity_check;"` - Search not working → Check FTS5 tables exist diff --git a/docs/public/architecture/pm2-to-bun-migration.mdx b/docs/public/architecture/pm2-to-bun-migration.mdx index e9b2db84..d026cd7e 100644 --- a/docs/public/architecture/pm2-to-bun-migration.mdx +++ b/docs/public/architecture/pm2-to-bun-migration.mdx @@ -106,7 +106,7 @@ pm2 logs claude-mem-worker # View logs ```bash npm run worker:start # Start worker npm run worker:stop # Stop worker -npm run worker:restart # Restart worker +claude-mem restart # Restart worker npm run worker:status # Check status npm run worker:logs # View logs ``` @@ -305,7 +305,7 @@ No migration logic runs on subsequent sessions. | `pm2 list` | `npm run worker:status` | Shows worker status | | `pm2 start