docs!: rename UserHub → UserRelay (AECS-SDK-1 §16) - #2
Merged
Conversation
Renames the real-time events primitive in the spec and rendered docs to match the @mvrx/mail rename (mvrxapp/mail#2): - UserHub → UserRelay, hubRouter → relayRouter, hubBus → relayBus - @mvrx/mail/hub → @mvrx/mail/relay, binding HUB → RELAY, route /hub → /relay publishEvent / MailEvent / NotificationBus unchanged. Section slug kept (/16-real-time-events-userhub/) to avoid breaking cross-reference links. Docs site builds (39 pages). Signed-off-by: owenob1 <me@oweninnes.com>
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 free
to 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.
Renames the real-time events primitive in the AECS-SDK-1 spec + rendered docs so the standard stays in lockstep with the
@mvrx/mailrename (mvrxapp/mail#2).Changes
UserHub→UserRelay,hubRouter→relayRouter,hubBus→relayBus@mvrx/mail/hub→@mvrx/mail/relay, bindingHUB→RELAY, SSE route/hub→/relaypublishEvent/MailEvent/NotificationBusunchangedTouches §16 plus references in §0/§2/§9/§13/Appendix A, across the canonical spec and the 7 split docs pages.
Notes
/16-real-time-events-userhub/) so existing cross-reference links don't break; only content renamed. Renaming the slug is a separate cleanup if desired.pnpm build(docs) → 39 pages, clean. Reference lib untouched (12/12 tests still pass).