feat(room): add captureLanes? to HumanParticipant (type-only)#1300
Open
itskai-dev wants to merge 1 commit into
Open
feat(room): add captureLanes? to HumanParticipant (type-only)#1300itskai-dev wants to merge 1 commit into
itskai-dev wants to merge 1 commit into
Conversation
Forward-compat for cloud Capture Lanes v0 — humans publish real mic/camera state via Realtime presence (on/off/denied; only when the browser actually opens the device, not intent). Field is optional so existing cloud builds that never publish lanes continue to validate. The presence-state spread in recompute() passes the new field through unchanged; no logic changes needed in this slice. Reflectt-node will gain read-side surfacing (room/participants response, MCP tool) once the cloud side is shipping the data. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.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.
Summary
Forward-compat type-only addition for cloud's Capture Lanes v0 slice (https://github.com/reflectt/reflectt-cloud/pull/new/feat/room-capture-lanes-mic-cam).
Humans publish real mic/camera state via Realtime presence. The presence-state spread in
recompute()passes the new field through unchanged — no logic changes needed in this slice. Reflectt-node will gain read-side surfacing (room/participants response,room_list_participantsMCP tool) once the cloud side is shipping the data and we have a real consumer for it.Field is optional on the wire so older cloud builds that don't publish lanes continue to validate against this type.
Test plan
npm run buildclean)room_list_participantsshows the field on humans whose tabs have a lane on🤖 Generated with Claude Code