Skip to content

docs: fix factual drift in Updates docs section#759

Merged
selfcontained merged 1 commit into
mainfrom
agt_ad45a9f5fef1/job-doc-ter-c50908ee
Jul 12, 2026
Merged

docs: fix factual drift in Updates docs section#759
selfcontained merged 1 commit into
mainfrom
agt_ad45a9f5fef1/job-doc-ter-c50908ee

Conversation

@selfcontained

Copy link
Copy Markdown
Owner

Summary

  • Fixed "Current version" subsection: described version info card as "expandable" containing release notes, but the card is always visible and release notes are a separate collapsible section with a GitHub link on its header.
  • Fixed "Reload" subsection: claimed it "forces the service worker to take control" but reloadApp() actually unregisters all service workers so the next load bypasses the precache entirely.

Audit scope

Deep-dive of the Updates docs section (docs-sections/updates.tsx) against:

  • release-auto-check.ts — auto-check interval, modes
  • release-checks.ts — required check names and implementations
  • release-metadata.ts — metadata schema, mode enum, appliesFrom
  • release-runtime.ts — update phases, assisted phases
  • release-manager.tsx — UI layout, split button behavior
  • release-update-actions.tsx — button labels
  • release-available-toast.tsx — toast copy
  • pwa-update.ts — reload/clear cache behavior
  • release-notes/AUTHORING.md — migration manifest schema

Everything else in the Updates section is accurate. Deferred to next run: nothing.

🤖 Generated with Claude Code

Current version subsection incorrectly described the version info card
as "expandable" containing release notes — the card is always visible
and release notes are in a separate collapsible section.

Reload subsection claimed it "forces the service worker to take control"
but the code actually unregisters all service workers so the next load
bypasses the precache.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@selfcontained selfcontained merged commit b44131a into main Jul 12, 2026
1 check passed
@selfcontained selfcontained deleted the agt_ad45a9f5fef1/job-doc-ter-c50908ee branch July 12, 2026 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant