transform logic#12
Merged
Merged
Conversation
khaliqgant
added a commit
that referenced
this pull request
Feb 10, 2026
…t case - Fix pubsub listener to route by data.channel_name instead of channel_id (clients subscribe by name, not DB snowflake ID) - Default transform case now strips workspace_id/channel_id/timestamp/data instead of leaking them to clients (addresses PR #12 review feedback) - Add E2E WebSocket test script (scripts/e2e-ws.ts) - Update broker-compat test to use realistic DB ID for channel_id Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…t case - Fix pubsub listener to route by data.channel_name instead of channel_id (clients subscribe by name, not DB snowflake ID) - Default transform case now strips workspace_id/channel_id/timestamp/data instead of leaking them to clients (addresses PR #12 review feedback) - Add E2E WebSocket test script (scripts/e2e-ws.ts) - Update broker-compat test to use realistic DB ID for channel_id Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
79fe9c2 to
509550a
Compare
PR #11 added message handler and subscribeToWorkspace at the top of handleUpgrade but the originals at the bottom were not removed, causing handleClientMessage to fire twice per message (breaking unsubscribe). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ion, group DM - reaction.removed: add agent_name to event data (transform reads it) - thread.reply: add from_name to event data (transform reads it) - group_dm.received: add from_name to event data (transform reads it) Addresses PR #12 review feedback. Co-Authored-By: Claude Opus 4.6 <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.
Uh oh!
There was an error while loading. Please reload this page.