docs: v0.8.147 dual combo bucket pick smoke

Document that the higher mention+plain parent-bucket total wins when two
categories both have combined unread.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-22 20:10:16 -04:00
co-authored by Cursor
parent 6c17e43a6c
commit a644eb1e49
+2
View File
@@ -135,6 +135,8 @@ Primary consumer: `apps/pearcord/index.js` sidecar reading pear-pipe JSON.
**v0.8.115:** `loadGuild` / `_openGuild` clears stale `activeChannelId`, then `_selectGuildChannelWithUnread` picks mention-weighted unread channels before falling back to the first text channel. `setSearch` records `searchRecentByGuild` in user prefs. View: `searchRecentQueries`.
**v0.8.147:** Between two categories each with mention+plain unread, the parent bucket with the higher combined score wins. Smoke: `test:guild-dual-combo-bucket-pick`.
**v0.8.146:** A category bucket with one mention plus plain unread (score 1001 + n) beats a higher plain-only bucket in another category. Smoke: `test:guild-mention-plain-bucket-pick`.
**v0.8.145:** A root (uncategorized) bucket whose plain-unread total exceeds 1000 beats two mention-weighted category buckets. Smoke: `test:guild-root-plain-triple-mention-pick`.