Skip to content

fix: add .worktrees/ to .gitignore - #771

Merged
avoidwork merged 2 commits into
mainfrom
fix/gitignore-worktrees
Aug 12, 2026
Merged

fix: add .worktrees/ to .gitignore#771
avoidwork merged 2 commits into
mainfrom
fix/gitignore-worktrees

Conversation

@avoidwork

@avoidwork avoidwork commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Description

Added .worktrees/ to .gitignore to prevent git worktree directories from showing up as untracked files.

Type of Change

  • New feature

Testing

  • Verified .gitignore syntax is correct
  • Confirmed .worktrees/ is now ignored by git status

Coverage

  • No code changes — coverage N/A

Checklist

  • Conventional Commit style applied
  • .gitignore follows project conventions

The tool was registered in TOOL_PERMISSIONS, TOOL_CLASSIFICATIONS, and
TOOLS, but missing from ORCHESTRATOR_TOOLS — so the orchestrator never
saw it. Now it's included.
.gitignore was missing .worktrees/ which caused untracked files to appear
in git status after worktree operations.
@avoidwork
avoidwork merged commit 2f15083 into main Aug 12, 2026
3 checks passed
@avoidwork
avoidwork deleted the fix/gitignore-worktrees branch August 12, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant