## PR 2 — subscriber Reuse existing topics; point them at the store. - Re-route `TEAM_UPDATED_TOPIC_REGEX` handler from `context.refreshTeam()` to `dataFarmTeams.refreshCurrent()`. - Re-route membership handler to a store action (keep the `reason === 'removed'` hard-reload behaviour). - No new backend topics required. - [ ] `t/updated` updates the data-farm store. - [ ] Membership changes update the store; removal still redirects.
PR 2 — subscriber
Reuse existing topics; point them at the store.
Re-route
TEAM_UPDATED_TOPIC_REGEXhandler fromcontext.refreshTeam()todataFarmTeams.refreshCurrent().Re-route membership handler to a store action (keep the
reason === 'removed'hard-reload behaviour).No new backend topics required.
t/updatedupdates the data-farm store.Membership changes update the store; removal still redirects.