mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
refactor: remove obsolete uvx cleanup code from worker service
Remove cleanupOrphanedProcesses() method that was solving an old problem and is no longer needed. This method was platform-specific (crashes on Windows) and adds unnecessary complexity. Changes: - Delete cleanupOrphanedProcesses() method (28 lines) - Remove call from initializeBackground() - Worker starts cleanly without attempting process cleanup Benefits: - Simpler startup sequence - Cross-platform compatibility (no pgrep/pkill) - Reduced code complexity (YAGNI principle) - No functional impact (orphaned processes indicate separate issues) Phase 4 of Worker Service Quality Improvements Plan 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user