mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-14 13:49:18 +02:00
Extract Unix-only syscalls (Setsid, SIGTERM, tail command) into cmd_daemon_unix.go and provide Windows alternatives in cmd_daemon_windows.go using CREATE_NEW_PROCESS_GROUP, process.Kill(), os.Interrupt, and native Go file reading. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>