fix(show-runtime): own automatic request recovery - #1650
Draft
cyhhao wants to merge 1 commit into
Draft
Conversation
cyhhao
force-pushed
the
fix/show-runtime-automatic-request-recovery
branch
from
August 23, 2026 00:45
eb09d55 to
7bc1504
Compare
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.
Summary
Stack
This draft is based on
masterafter PR #1640 merged as903414cc4. PR #1640 deliberately restores manual recovery and contains no automatic browser poller or request-level retry record. This successor is the only PR that may reintroduce that surface. The current commit records the seam and inherited review scope; implementation has not started.Contract
continuous,confirmation_pending, ormanual_only. The browser owns pacing only and has no confirmation counter; a rejected fetch cannot consume manager admission.The recovery UI must continue projecting manager-owned reason, class, disposition, and action without a fabricating fallback. Only the authenticated instance owner may authorize explicit Retry-now; public and limited viewers remain automatic and never see an owner-only action.
Inherited Review Scope
These threads are resolved on PR #1640 because their code surface moved. Their behavioral discharge and consuming tests belong to this PR's exact-head close-out.
Verification
git diff --check