mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-05 23:03:55 +00:00
641 B
641 B
Restart Claude Mnemonic Worker
Restart the claude-mnemonic worker process. Use this command when experiencing issues with the memory system.
Instructions
-
Call the restart API endpoint using curl:
curl -X POST http://127.0.0.1:37777/api/restart -
Wait a moment for the worker to restart (typically 1-2 seconds)
-
Verify the worker is running by checking the version:
curl -s http://127.0.0.1:37777/api/version -
Report the result to the user, including the version number from the response.
If the restart fails, suggest the user check /tmp/claude-mnemonic-worker.log for errors.