WIP: Native bubble revamp and platform parity - #710
Draft
skb50bd wants to merge 8 commits into
Draft
Conversation
|
@skb50bd is attempting to deploy a commit to the Crafter Station Team on Vercel. A member of the Team first needs to authorize it. |
skb50bd
force-pushed
the
codex/wip-bubble-revamp
branch
from
August 30, 2026 06:23
33caca4 to
63a0d54
Compare
Member
|
@skb50bd all of your PRs are in draft, is that correct? if they're ready, could you set them ready for review? |
Contributor
Author
|
done. Sorry about the oversight. |
Contributor
Author
|
This specific PR is not ready yet. I need to fix one more glitch I am seeing |
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.
WIP
This is the single draft integration branch for the native bubble revamp. It deliberately combines the current desktop guardrails, remote-SSH hardening, and durable-recovery work so their real interaction can be exercised before the bubble work is promoted.
Stack
Depends on #704, #705, and #708. The branch contains the current heads of all three PRs and the current upstream
main(including #762), so the draft matrix tests their combined state rather than an old snapshot.Scope
Intentional boundaries
Desktop-native internals only: no public web API, database, or CLI contract changes. This draft does not claim to fully resolve #686 or #661. It references #703 but does not close it until the Windows input gates are green.
Validation
git diff --checknative build -Dcpu=baseline -Dtrace=off -Dautomation=truenative test .— 406/406 passed on macOS.python3 tests/remote_watchers_test.pyand all local Linux smoke-script self-tests.bun run checkandbun run hooks:test.The full X11, Wayland, and Windows interaction scenarios remain in this draft PR's platform matrix.
Size
main: 69 files, +21,630 / −1,608 lines.Issues
Refs #686, #661, and #703.