Files
gastown/internal/cmd
Serhii fd39b99f0e 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-21 13:36:19 -08:00
..
2026-01-09 02:22:20 +13:00
2026-01-08 22:10:40 +13:00
2026-01-17 12:46:49 -08:00
2026-01-20 20:19:05 -08:00
2026-01-17 12:46:49 -08:00
2026-01-08 12:36:54 -05:00
2026-01-17 12:46:49 -08:00