Recover card permissions from fresh committed board payloads - #3055
Conversation
…49-permission-payload
…49-permission-payload
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: 87adafe6c8
ℹ️ 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".
|
Reviewed source commits are now included in integration PR #3054 at |
After a denied card write, a fresh board-detail response could repeat
canWrite: truewithout clearing the editor's recovery lock. Track board-detail request and committed-payload generations so only a server read begun after denial can restore editing. Local same-valued replacements and pre-denial in-flight reads remain locked, and obsolete reconciliation is cancelled.This restores editing without discarding drafts or adding reads to ordinary known-permission paths. Failed, denied or omitted permission still grants nothing. The change stays within the existing shared card permission and board-detail store boundary.
Validation:
git diff --checkpass. STATUS and MASTERPLAN record the candidate and its qualification limits.Hosted CI will qualify the exact final head. Live browser permission transitions and physical-device/screen-reader acceptance were not rerun. Existing human actions remain in
OUTSTANDING_TASKS.md; no hosting or authority changes are included.Closes #3049