# Findings No open pre-merge findings are currently tracked here. The previous three findings have landed in code and tests: - `update_game` now uses `PeerCommand::FetchLatestFromPeers` to skip local manifest serving and fetch fresh peer metadata. Covered by `update_fetch_emits_fresh_manifest_from_latest_peer` and `update_request_skips_local_manifest_even_when_download_exists`. - Download-to-install handoff no longer relies on `OperationGuard::Drop` for ordered state transitions. Covered by `download_handoff_waits_for_readers_and_auto_installs` and the liveness cancellation tests. - Library index reads and writes are serialized by `LIBRARY_INDEX_LOCK`. Covered by `concurrent_rescans_preserve_both_index_updates`. Manual install/update/uninstall smoke testing is still a useful release check, but there are no known blocking findings left in this file.