feat: sync shared and UI primitive layers for 9b#49
Merged
Conversation
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
packages/shared/**and keeppackages/util/**as a compatibility layer with focused surface testspackages/ui/**,packages/plugin/**,packages/sdk/js/**, andpackages/function/**devexposed regressionsWhy
PR 9b is still primarily the non-app primitive sync slice for issue #27. Most of the diff is direct upstream intake in the 9b-owned layer.
A smaller portion of the branch is local reconciliation work that got mixed in because the primitive sync surfaced review and right-panel regressions on current PawWork. Those follow-up fixes are not meant as a separate product feature; they are here to keep the synced primitive layer usable on top of current
dev.This PR is not intended as a broad product-surface expansion. In particular, upstream library inventory under
packages/uisuch as extra locale or theme files is not the reason this PR exists and should not be treated as the core value of the slice.Scope Note
The branch is not a perfectly pure cherry-pick stack. In addition to upstream-backed package sync, it also contains:
packages/ui/**for review and right-panel behaviorpackages/app/e2e/**andpackages/app/src/pages/session/**for those reconciliation pathsReview should focus on whether the mixed-in local fixes are direct sync fallout and whether the branch still avoids broad scope expansion beyond the 9b lane.
Related Issue
Part of #27
How To Verify
Screenshots or Recordings
Not attached. Visual changes are limited to restoring existing review and right-panel behavior, and the affected UI paths are covered by focused Playwright tests.
Checklist
devbranch