You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR is already merged and is a trivial 2-line change adding .worktrees to .gitignore (commit d96d45a). The diff is just:
++.worktrees
Findings
Looks good — Sensible addition consistent with the surrounding pattern. The other agent/tool directories (.forge, .claude, .codex, .entire) are all bare entries in the same block, so .worktrees slots in cleanly.
Minor (non-blocking) considerations
Pattern scope — .worktrees (no leading / or trailing /) matches any file or directory named .worktrees anywhere in the repo, not just the top level. If the intent is specifically the top-level git worktrees directory created by git worktree add .worktrees/..., /.worktrees/ would be more precise. That said, this matches the convention of the other agent-tool entries directly above it, so consistency wins.
Convention note — The git worktree convention some teams use is .git/worktrees/ (managed by git itself). This entry suggests a separate .worktrees/ directory created by user/agent tooling (e.g., EnterWorktree-style isolation). Worth confirming the directory name matches what the worktree-creating tooling actually produces — e.g., the Agent tool's isolation: "worktree" mode places worktrees somewhere; if that path differs, this won't catch them.
No action needed — PR is merged and the change is benign.
| Branch: claude/pr-4797-20260415-2214
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
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.
No description provided.