feat(frontend): workspace/project import UI flow#2315
Merged
neversettle17-101 merged 2 commits intoJul 5, 2026
Conversation
37d1b29 to
877ac78
Compare
Collaborator
Author
877ac78 to
219eab9
Compare
neversettle17-101
left a comment
Collaborator
Author
There was a problem hiding this comment.
Ready. I did not find any correctness issues in the UI import flow changes.
807439f to
190da7e
Compare
1487b70 to
9225e4d
Compare
c334979 to
ce127d8
Compare
9225e4d to
757955b
Compare
ce127d8 to
c3831b5
Compare
757955b to
80d6db4
Compare
neversettle17-101
left a comment
Collaborator
Author
There was a problem hiding this comment.
Ready. I did not find any blocking correctness issues in the updated workspace import UI flow.
Vaibhaav-Tiwari
approved these changes
Jul 5, 2026
Vaibhaav-Tiwari
left a comment
Collaborator
There was a problem hiding this comment.
overall lgtm
small issue for now: the new folder scan runs git without using the app’s recovered shell PATH, so on macOS/linux app launches it may fail to find git
2486205
into
ao/agent-orchestrator-19/workspace-backend-scm-observer
neversettle17-101
added a commit
that referenced
this pull request
Jul 5, 2026
* feat: add workspace project lifecycle teardown * refactor: reuse workspace lifecycle for child repos * feat: observe workspace project SCM repos * fix: require workspace child origin remotes * fix: keep workspace teardown minimal * fix: prune stale workspace worktree registrations * fix: restore legacy saved worktree markers * fix: retain restored workspace project inventory * fix: address workspace lifecycle review gaps * feat(frontend): workspace/project import UI flow (#2315) * feat: add workspace import UI flow * chore: format with prettier [skip ci] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.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.


Summary
Testing
References #2222.
Stacked on #2243 so this branch includes the backend workspace project and lifecycle changes for end-to-end testing.