mirror of
https://github.com/thedotmack/claude-mem
synced 2026-05-11 17:37:07 +02:00
- Implemented a new method `cleanupOrphanedProcesses` to identify and terminate orphaned `uvx` processes from previous sessions. - Integrated the cleanup method into the `start` process of the WorkerService to ensure a clean environment at startup. - Added logging for process cleanup actions and handled potential errors gracefully without failing the service startup.