Uh oh!
There was an error while loading. Please reload this page.
docs(releases): document objectui#2743, the Console half of the mark-as-read change - #9150
Merged
Merged
Conversation
…as-read fix Adds one bullet under *New in Console* in content/docs/releases/v16.mdx for objectui#2743, paired to framework#3354 in the existing "client half of framework#NNNN" house style. Content is derived strictly from changeset a791200 in packages/console/CHANGELOG.md (the sole frontend change in the af1b0db96e44...69fa5d163a97 objectui window under 16.0.0-rc.1). Docs-only, dedicated PR under the per-card completeness-lane approval. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XqDQYVU5smx29ts9pAErja
os-steve
marked this pull request as ready for review
August 16, 2026 15:32
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#9080
Adds one bullet to
content/docs/releases/v16.mdxdocumenting objectui#2743 — the Console half of the mark-as-read change whose framework half, framework#3354, the same page already documents.The change
Under
### New in Console (objectui, now bundled 94d4876 → 69fa5d163a97):It is placed after the
engine-ownedbullet and before the terminal**Fixes:**catch-all. That mirrors the ordering of the backend section above — framework#3343 then framework#3354 — and keeps the catch-all last.Provenance — strictly changeset-derived
The wording is derived from changeset
a791200inpackages/console/CHANGELOG.md. Two sections carry that changeset text; the one read here is the one that establishes the release,## 16.0.0-rc.1at line 2115 (the aggregating## 16.0.0section repeats it at line 2058):That confirms the card's assumption: objectui#2743 is the sole frontend change in the
af1b0db96e44...69fa5d163a97window, and that window sits inside the range the target heading names. No free prose beyond the changeset title and the house-style pairing tail.House style
The control is the existing bullet in the same section:
Same shape: bold user-visible outcome with the objectui number inline, then the
the client half of framework#NNNNtail. The framework bullet already states the server-side outcome (the notifications REST routes being mounted in the standalone dispatcher), so this one reads as its counterpart rather than repeating it.Why this page is edited at all
content/docs/releases/is release-owned and normally off-limits to a PR. This is the sanctioned exception: a dedicated docs-only PR carrying a per-card maintainer approval — the ruling recorded in issue comment5307570963(2026-08-16), which approved one bullet for objectui#2743 under New in Console, changeset-derived, never a rider.That approval is per-card, not a general license. The card fences off three known omissions (objectui#2726, objectui#2718 / objectui#2695, objectui#2721) as deliberate curation, and they are untouched here. No sweep was performed. The diff is one file, two lines added.
A stale premise in the card, recorded
The card's headline measurement says
grep 2743overv16.mdxreturns no match. That is no longer true, and the way it fails matters: line 713 now matches, viapin advancing 94d4876 → 69fa5d163a97 (objectui #2701–#2743)— a pin-range endpoint in the section preamble that landed after the card was filed.The card's substance is unaffected. That line names the bundled commit window and documents nothing about mark-as-read; there was still no bullet for objectui#2743. Recorded here because a bare string grep now returns a hit that would wrongly support "already documented" — the check has to be by section, not by string count.
Verification
All gates run on the final commit
291378a09, re-derived from the actual changed path withnode scripts/pm/dispatch-gates.mjs content/docs/releases/v16.mdx(which named exactly these five;check:nul-bytesadded because the task edits a file):pnpm check:release-notespnpm check:release-page-statuspnpm check:docs-audit-scopepnpm check:docs-redirectspnpm check:role-wordpnpm check:nul-bytesNo changeset: the diff is documentation only and publishes nothing, so the PR carries
skip-changeset.Generated by Claude Code