Open
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 4a6398e5d2f1
PR SummaryLow Risk Overview Written by Cursor Bugbot for commit 2d07b6e. Configure here. |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes an accidentally tracked Claude worktree gitlink and prevents future accidental tracking by ignoring Claude worktree directories in the repository’s .gitignore.
Changes:
- Add
.claude/worktrees/to the root.gitignore. - Remove the tracked
.claude/worktrees/cached-spinning-nebulaentry (previously recorded as a subproject commit).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.gitignore |
Ignores .claude/worktrees/ to prevent worktrees from being tracked again. |
.claude/worktrees/cached-spinning-nebula |
Removes an accidentally tracked submodule/worktree gitlink reference. |
…point_test Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: bd10eca7ddd2
benchutil imports checkpoint, so these tests must use the external test package (checkpoint_test) to avoid a circular dependency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 1166b6311c67
Eliminates the checkpoint_test external test package by moving bench_test.go and parse_tree_bench_test.go into benchutil, where the circular dependency is already resolved. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 6783ce272531
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
.claude/worktrees/cached-spinning-nebulasubmodule reference.claude/worktrees/to.gitignoreto prevent future tracking🤖 Generated with Claude Code