Skip to content

Remove tracked worktree and update .gitignore#558

Open
evisdren wants to merge 4 commits intomainfrom
cleanup/remove-tracked-worktree
Open

Remove tracked worktree and update .gitignore#558
evisdren wants to merge 4 commits intomainfrom
cleanup/remove-tracked-worktree

Conversation

@evisdren
Copy link
Contributor

Summary

  • Remove accidentally tracked .claude/worktrees/cached-spinning-nebula submodule reference
  • Add .claude/worktrees/ to .gitignore to prevent future tracking

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 4a6398e5d2f1
Copilot AI review requested due to automatic review settings February 28, 2026 03:23
@evisdren evisdren requested a review from a team as a code owner February 28, 2026 03:23
@cursor
Copy link

cursor bot commented Feb 28, 2026

PR Summary

Low Risk
Low risk change limited to .gitignore, preventing accidental commits of local .claude/worktrees/ artifacts.

Overview
Adds .claude/worktrees/ to .gitignore so Claude-generated worktree directories are no longer tracked/accidentally committed.

Written by Cursor Bugbot for commit 2d07b6e. Configure here.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-nebula entry (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.

evisdren and others added 3 commits February 27, 2026 19:27
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants