(fix) clear delayed review annotations on first load - #3
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4aa7058c80
ℹ️ 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".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7ea4fab9c1
ℹ️ 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".
|
@codex review |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
What changed
0.2.1and documents the fixRoot cause
MKit froze its baseline on the first DOM scan. AAMC can hydrate annotations after that scan, so late carriers looked like new reader annotations. Replayed classes on already-masked carriers were also interpreted as reader actions. Toggling the setting Off and On happened to rebuild the baseline after hydration.
The adapter now models annotation hydration explicitly. It records and remasks startup mutations until a safe user-interaction boundary, then preserves subsequent reader-authored annotations.
Verification
pnpm checkpnpm packagepnpm audit:releaseunzip -t release/mkit-0.2.1.zipPR written by Codex