mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
* feat(release): add Windows build target to GoReleaser Add windows to goos list, use .zip archive format for Windows builds, and extract platform-specific SysProcAttr into build-tagged files to fix cross-compilation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(release): Windows daemon signal handling and process group Add CREATE_NEW_PROCESS_GROUP to Windows SysProcAttr so the daemon child process can receive CTRL_BREAK_EVENT. Extract signal handling into platform-specific helpers: Unix uses SIGTERM for graceful stop, Windows uses os.Interrupt (CTRL_BREAK_EVENT). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>