b1fb135d9c
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>