feat: add worktree visibility and safe deletion#21
Conversation
💡 Codex Reviewgit-it/crates/git-core/src/ops.rs Lines 363 to 367 in 4a0cfec When a linked-worktree branch still has tracking configuration but its remote-tracking ref was deleted—common after a merged PR auto-deletes its branch— Line 323 in 4a0cfec When local deletion succeeds but the optional remote deletion fails, this refresh does not actually remove the branch from the sidebar: git-it/crates/git-core/src/ops.rs Lines 577 to 581 in 4a0cfec A clean linked worktree immediately after ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Addressed all three Codex findings in 601d070:
Validation: 175 git-core tests and 7 git-it Rust tests passed; clippy passed with warnings denied; 313 frontend tests passed; svelte-check reported 0 errors and 0 warnings; production build passed. The original feedback was posted as one ordinary PR comment, so there are no review threads to mark resolved. |
Summary
Validation