BRIDGE-1: bus bridge and opaque relay specification#43
Conversation
|
Warning Review limit reached
More reviews will be available in 41 minutes and 16 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Merge-readiness: resolved. Conflicts resolved (commit 9a008a4):
No semantic flags. Cross-references in CI: no workflow files in repo; CodeRabbit review on this PR not yet triggered. Note on #55 (chore/normalize-spec-filenames or chore/standardize-filenames): If either filename-rename PR merges first, this branch will need a trivial refresh — |
Companion issue: #42
Summary
Defines the bus bridge — a participant on the internal message bus that terminates an external communication channel and relays messages between the bus and remote participants.
The spec carries minimal normative weight. Most of what it documents are emergent patterns that arise from composing MSG-1 + SESSION-1/2 + PIPELINE-1 + TRANSFORM-1 + CONTEXT-1 + INTENT-4 at a bus boundary.
What the spec covers
source)destination(primary, MUST),session_id(secondary, MAY),site_id(group, MUST when grouping). Known-participant lifecycle. NAT/session-id bijectionsite_idassignment — bridge evaluates client-supplied value vs. its own determination (geolocation, home-automation area names); downstream MUST NOT overwriteovos.session.syncrelay)Key design decisions
.reply()settingdestinationto the originalsource; two participants sharingsession_id: "default"are distinguished bydestinationalonesession_idper participant)site_idowned by BRIDGE-1. Bridge is the natural assignment point; client MAY report, bridge MAY overrideovos.utterance.speakcarries the session back so each satellite's transformer preferences apply locallyCompanion PR
INTENT-4 §11 (PR #45) defines session-scoped registration that §4.4 depends on.