test: sync editor baseline and restore browser fixture#26
Merged
Conversation
…ration - Add types and functions for managing MCP operation activities, including starting, completing, and failing operations. - Implement visual activity management with expiration and status checks. - Create Supabase repository for handling MCP operation events with row-level security and real-time updates. - Add tests for MCP operation activities and Supabase repository functionality. - Create Playwright tests for visual behavior of MCP activities in the UI. - Add SQL migration for creating the mcp_operation_events table with necessary constraints and policies.
This was referenced Jul 19, 2026
roackb2
marked this pull request as ready for review
July 19, 2026 15:15
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.
Why
The maintainer fork needs Noct's already-merged MCP operation activity baseline,
but that baseline still seeds retired localStorage authentication and
presentation records in its lifecycle suite. Production now requires Supabase
SSR authentication, protected workspace routing, Supabase presentation
storage, and Realtime bindings, so a sync-only PR cannot complete its browser
check.
What
zz41354899/SlideX:mainatda8150binto the maintainerfork
Review boundary
This is the first editor PR in the corrected fork review stack and targets
main. The merge commit isolates Noct-authored upstream work; the followingcommit contains the eight-file fixture repair. Fork PR #27 remains stacked on
this branch and shows only the Heddle remote dependency bump.
Validation