fix(comments): order shared cache settlements - #3304
Chris0Jeky wants to merge 12 commits into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2b21dddebf
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6c72a6b13f
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cae9a12194
ℹ️ 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".
Summary
Hardens the shared per-card comment cache against late reads, overlapping writes, board revisits, same-board refreshes, and session changes:
If-Matchfield;Tests
Focused regressions cover stale reads after create/update/delete, out-of-order reads, navigation and A→B→A visits, same-board refresh before write settlement, old-visit post-write reconciliation, stable-id deduplication, reverse-order same-comment intents, and cancellation of queued work after session replacement.
Verification
Exact head:
66e725d563e5f7d3582196346bb84e5d0adc87ce35531671285: success.35531671492: success.35531671472: success across frontend lint/typecheck/build/full tests on Ubuntu and Windows, backend unit/API integration on Ubuntu and Windows, architecture, migrations, containers, dependency/SAST/secret scans, docs governance, worktree contracts and E2E smoke.Closes #3303