Conversation
Preserve current host identity guards, per-session cache and generation behavior. Three original-host pins plus provider/UI tests pass before extraction; all 35 final tests pass and four restored mutations are detected. Scoped analysis adds no findings (65 baseline and final). Evidence: build/remainder-skip-fetch-evidence/handoff.md.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extracts skip-segment provider requests, cache and generation state into a small session owner. The player still builds current-content requests, publishes visible segments and handles the Skip button and seek action. Existing deduplication, failure-as-empty caching, stale completion and reset behavior are preserved.
The original host/provider/UI baseline passes 22 tests. The extracted selection passes 35 tests, independently rerun and green after mutation restoration. Worker and reviewer each rejected four compiled behavioral mutations covering invalidation, cache retention, provider disposal and the rendered Skip action. Analysis retains 65 existing host diagnostics with no new findings or errors.
Independent slice of retired #61, with no transport/resume/controller foundation dependency. Native construction is substituted in host tests; native decoding/device verification is not claimed. The pre-existing same-key cleanup quirk is characterized and retained.