Field Log 2 References
TIL: go build ./... does not refresh your daemon binary — embed changes silently no-op
We edited a //go:embed asset, ran `go build ./...`, restarted the daemon, and it served the old asset with exit 0. Here is why the build is a compile check, not a deploy artifact.