Serhii
a8be623eeb
fix(cmd): extract orphan cleanup to platform-specific files ( #835 )
...
PR #759 introduced cleanupOrphanedClaude() using syscall.Kill directly,
which breaks Windows builds. This extracts the function to:
- start_orphan_unix.go: Full implementation with SIGTERM/SIGKILL
- start_orphan_windows.go: Stub (orphan signals not supported)
Follows existing pattern: process_unix.go / process_windows.go
2026-01-20 22:34:37 -08:00
..
2026-01-11 21:44:30 -05:00
2026-01-13 13:19:27 -08:00
2026-01-20 20:02:44 -08:00
2026-01-20 20:45:58 -08:00
2026-01-16 12:33:51 -08:00
2026-01-20 20:26:43 -08:00
2026-01-20 22:34:37 -08:00
2026-01-20 22:32:07 -08:00
2026-01-20 20:45:58 -08:00
2026-01-14 21:11:19 -08:00
2026-01-20 20:48:02 -08:00
2026-01-20 20:45:58 -08:00
2026-01-20 20:45:58 -08:00
2026-01-20 20:45:58 -08:00
2026-01-20 22:27:41 -08:00
2026-01-20 14:17:35 -08:00
2026-01-12 00:47:11 -08:00
2026-01-20 20:19:42 -08:00
2026-01-20 14:17:35 -08:00
2026-01-12 01:47:14 -08:00
2026-01-20 14:17:35 -08:00
2026-01-20 14:17:35 -08:00
2026-01-17 00:00:53 -08:00
2026-01-11 21:44:30 -05:00
2026-01-20 14:17:35 -08:00
2026-01-12 17:48:07 -08:00
2026-01-20 20:45:58 -08:00
2026-01-12 23:48:56 -08:00
2026-01-20 20:48:02 -08:00
2026-01-20 20:25:12 -08:00
2026-01-13 13:19:27 -08:00
2026-01-20 20:45:58 -08:00
2026-01-20 14:17:35 -08:00
2026-01-13 13:19:27 -08:00
2026-01-11 18:49:01 -08:00
2026-01-20 20:47:25 -08:00
2026-01-20 22:30:23 -08:00
2026-01-12 23:48:56 -08:00
2026-01-13 13:19:27 -08:00
2026-01-20 20:43:31 -08:00
2026-01-03 18:25:37 -08:00
2026-01-20 14:17:35 -08:00
2026-01-20 20:48:02 -08:00
2026-01-20 14:17:35 -08:00