## Summary ## Motivation ## Test plan - [ ] `make test` passes - [ ] Tested on sandbox/staging environment ## Distributed system impact - [ ] Raft quorum / RQLite - [ ] WireGuard mesh / networking - [ ] Olric gossip / caching - [ ] Service startup ordering - [ ] Rolling upgrade compatibility ## Checklist - [ ] Tests added for new functionality or bug fix - [ ] No debug code (`fmt.Println`, `log.Println`) left behind - [ ] Docs updated (if user-facing behavior changed) - [ ] Errors wrapped with context (`fmt.Errorf("...: %w", err)`)