fix(reader): surface durable writes and reachable content - #104
Merged
Conversation
This was referenced Sep 13, 2026
darwin67
added a commit
that referenced
this pull request
Sep 13, 2026
## Stack 1. **#100 — library and reader foundations** (this PR) 2. #101 — Android document-provider lifecycle 3. #102 — reader persistence and PDF geometry 4. #103 — durable managed deletion debt 5. #104 — durable reader feedback and reachable content 6. #105 — final storage/navigation invariant hardening Merge in order; each PR targets the preceding stack branch. ## Summary - protect reading progress after restoration failure and serialize bookmark/document replacement ownership - bound cover loading and cancellation while preserving partial import warnings - expose actionable blocked-open feedback - admit extensionless provider-selected books through content detection ## Verification - CI is green on this independently mergeable layer, including Linux/macOS/Windows tests and host builds - local Flutter suite: 226 passed at this stack boundary - local serial `shosai-core` suite: 558 unit tests plus all integration/doc tests passed at this boundary - full-stack Oracle review is clean --------- Co-authored-by: Darwin D. Wu <darwin67@users.noreply.github.com>
darwin67
force-pushed
the
feat/rfd4-phase3-managed-deletion
branch
from
September 13, 2026 05:34
554cf89 to
7ec8f95
Compare
darwin67
force-pushed
the
feat/rfd4-phase3-reader-ux
branch
from
September 13, 2026 05:34
f90ff5f to
b4fe573
Compare
Deploying shosai with
|
| Latest commit: |
359f7b5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d9d0c638.shosai-1f9.pages.dev |
| Branch Preview URL: | https://feat-rfd4-phase3-reader-ux.shosai-1f9.pages.dev |
darwin67
force-pushed
the
feat/rfd4-phase3-reader-ux
branch
from
September 13, 2026 06:15
b4fe573 to
e58ba4d
Compare
darwin67
force-pushed
the
feat/rfd4-phase3-managed-deletion
branch
from
September 13, 2026 07:07
2c3c6ef to
d98c839
Compare
darwin67
force-pushed
the
feat/rfd4-phase3-reader-ux
branch
from
September 13, 2026 07:07
e58ba4d to
db257e5
Compare
darwin67
force-pushed
the
feat/rfd4-phase3-managed-deletion
branch
from
September 13, 2026 07:47
d98c839 to
221a1b3
Compare
darwin67
force-pushed
the
feat/rfd4-phase3-reader-ux
branch
from
September 13, 2026 07:47
db257e5 to
e10ab33
Compare
darwin67
force-pushed
the
feat/rfd4-phase3-reader-ux
branch
from
September 13, 2026 08:20
e10ab33 to
359f7b5
Compare
darwin67
force-pushed
the
feat/rfd4-phase3-reader-ux
branch
from
September 13, 2026 15:39
a534c35 to
7b0c769
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.
Stack
5 of 6 — depends on #103.
Summary
Verification