What Happened
- The PR adds `daemon/linger_stub.go` with a `//go:build !linux` guard implementing `CheckLinger()` for non-Linux platforms, resolving a cross-platform compile failure where `cmd/cc-connect/daemon.go` called `daemon.CheckLinger` but only the Linux/systemd implementation existed.
- The PR adds `daemon/linger_stub.go` with a `//go:build !linux` guard implementing `CheckLinger()` for non-Linux platforms, resolving a cross-platform compile failure where `cmd/cc-connect/daemon.go` called `daemon.CheckLinger` but only the Linux/systemd implementation existed.
- 1 evidence item attached for review.