Prompt to move legacy cloud projects into Personal Cloud#12581
Draft
franknoirot wants to merge 18 commits into
Draft
Prompt to move legacy cloud projects into Personal Cloud#12581franknoirot wants to merge 18 commits into
franknoirot wants to merge 18 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
franknoirot
force-pushed
the
codex/cloud-project-library-migration
branch
from
July 23, 2026 19:05
9204e36 to
78e6d6c
Compare
franknoirot
force-pushed
the
codex/cloud-project-library-migration
branch
from
July 23, 2026 19:56
78e6d6c to
d98dae6
Compare
franknoirot
force-pushed
the
codex/cloud-project-library-migration
branch
from
July 23, 2026 20:53
d98dae6 to
cc12d9d
Compare
franknoirot
force-pushed
the
codex/cloud-project-library-migration
branch
from
July 23, 2026 21:12
cc12d9d to
40a2b24
Compare
franknoirot
force-pushed
the
codex/cloud-project-library-migration
branch
from
July 23, 2026 22:05
40a2b24 to
c6d3d06
Compare
franknoirot
force-pushed
the
codex/cloud-project-library
branch
from
July 24, 2026 12:53
cea7df4 to
e29d88d
Compare
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
moveCloudSyncProjectToDirectoryto move local storage and rewrite cloud sync metadata/outbox pathsWhy
Internal users may already have cloud-synced projects stored inside normal directory libraries. Once Personal Cloud is displayed as its own library, those projects can appear in confusing duplicate locations. This PR keeps existing sync behavior working while offering an explicit, reviewable move into the canonical Personal Cloud local storage root.
This stays separate from #12574's default-library policy. #12574 handles the normal Personal Cloud library lifecycle, including the web behavior where the existing browser project storage is represented as Personal Cloud without a physical OPFS move. This PR only handles the explicit legacy duplicate-location case.
Stack
Validation
npm run test -- src/lib/cloudSync/legacyProjectMigration.test.ts src/lib/cloudSync/disconnect.spec.ts src/lib/cloudSync/registry/plugin.spec.tsxnpm run tsc -- --noEmitnpm run lint -- src/lib/cloudSync/disconnect.spec.ts src/lib/cloudSync/engine.ts src/lib/cloudSync/legacyProjectMigration.test.ts src/lib/cloudSync/legacyProjectMigration.ts src/lib/cloudSync/registry/contract.ts src/lib/cloudSync/registry/extension.ts src/lib/cloudSync/registry/plugin.spec.tsx src/registry/extensions/homeProjects/index.ts src/routes/Home.tsxgit diff --check codex/cloud-project-library...HEAD