15063ca0b4
The hand-unrolled byte-pair version in reconciler.go tripped gofmt -s and goimports. Replaced with the same loop-based formatter that internal/library/eventbus.go uses — same behaviour, fewer lines, lint clean. Two copies of the helper still exist (one per package) to keep the no-back-edge property for both internal/library and internal/lidarrrequests, but they're now identical and the duplication is tiny. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>