docs: note mention wins in single-category guild channel pool (v0.8.136)

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-22 19:26:44 -04:00
co-authored by Cursor
parent 5376970c4b
commit 3ac71d4a01
+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.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.136:** In a single-category unread pool, mention-weighted score (`mentions × 1000 + unread`) beats a lower-position channel with equal plain unread. Smoke: `test:guild-mention-single-category-pick`.
**v0.8.135:** When all unread channels share one `parentId`, `_selectGuildChannelWithUnread` limits the pool to that category before position/score tie-breaks. Smoke: `test:guild-single-category-pool`. **v0.8.135:** When all unread channels share one `parentId`, `_selectGuildChannelWithUnread` limits the pool to that category before position/score tie-breaks. Smoke: `test:guild-single-category-pool`.
**v0.8.134:** Uncategorized (`parentId` empty) and category buckets compete by total unread score; uncategorized totals can beat a lower-total category. Smoke: `test:guild-uncategorized-bucket-pick`. **v0.8.134:** Uncategorized (`parentId` empty) and category buckets compete by total unread score; uncategorized totals can beat a lower-total category. Smoke: `test:guild-uncategorized-bucket-pick`.