Skip to content

Keep live refresh ordered and fault-tolerant - #61

Merged
itsjling merged 2 commits into
mainfrom
codex/issue-030-accessibility-proof
Jul 31, 2026
Merged

Keep live refresh ordered and fault-tolerant#61
itsjling merged 2 commits into
mainfrom
codex/issue-030-accessibility-proof

Conversation

@itsjling

@itsjling itsjling commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Closes #30

Summary

  • keep the newest valid snapshot when requests finish out of order
  • cancel stale work and keep the last good review through data and stream faults
  • prove refresh, reconnect, duplicate-event, and selected-file behavior in Chromium

Stack

Verification

  • npm run lint
  • npm test (72 Node tests and 4 browser journeys)
  • npm run docs:check
  • npm run docs:build
  • npm run fallow:audit -- --base origin/codex/issue-028-browser-journey
  • git diff --check

Stack

  1. Make the fresh-checkout demo self-contained #42
  2. Add one-command live and mocked development modes #58
  3. Prove one full review journey in a real browser #59
  4. Keep live refresh ordered and fault-tolerant #61 👈 current

@itsjling

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eb25ecb961

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread app/use-live-snapshot.ts
Comment thread app/use-live-snapshot.ts
@itsjling
itsjling force-pushed the codex/issue-028-browser-journey branch from d47489e to 89f965e Compare July 30, 2026 18:00
@itsjling
itsjling force-pushed the codex/issue-030-accessibility-proof branch from eb25ecb to 467d151 Compare July 30, 2026 18:00
@itsjling

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 467d151e3c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread app/use-live-snapshot.ts Outdated
Comment thread package.json
@itsjling
itsjling force-pushed the codex/issue-030-accessibility-proof branch from 467d151 to da306ce Compare July 30, 2026 18:30
@itsjling
itsjling force-pushed the codex/issue-028-browser-journey branch from 89f965e to ba077fd Compare July 30, 2026 18:57
@itsjling
itsjling force-pushed the codex/issue-030-accessibility-proof branch from da306ce to 1644d61 Compare July 30, 2026 19:05
@itsjling
itsjling force-pushed the codex/issue-028-browser-journey branch from ba077fd to 0241f65 Compare July 30, 2026 19:32
@itsjling
itsjling force-pushed the codex/issue-030-accessibility-proof branch from 1644d61 to ecd0712 Compare July 30, 2026 19:32
@itsjling
itsjling changed the base branch from codex/issue-028-browser-journey to main July 31, 2026 05:50
@itsjling
itsjling merged commit abd0d7c into main Jul 31, 2026
4 checks passed
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.

Keep live refresh ordered and fault-tolerant

1 participant