docs: note mixed parent-bucket guild channel pick (v0.8.138)

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-22 19:34:00 -04:00
co-authored by Cursor
parent 2b1d810ca2
commit 6f84d0a095
+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.138:** With unread in both root and category buckets, parent-bucket totals decide the pool (highest score wins). Smoke: `test:guild-mixed-bucket-pick`.
**v0.8.137:** When unread exists in only one category among several, selection stays inside that category pool. Smoke: `test:guild-dual-category-isolation-pick`.
**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`.