Replace Unix-only syscall.Flock with gofrs/flock library for cross-platform file locking. This enables the daemon to run on Windows in addition to Unix-like systems. - Add github.com/gofrs/flock v0.13.0 dependency - Replace syscall.Flock calls with flock.TryLock/Unlock - Maintain same non-blocking exclusive lock semantics (gt-5354h) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>