rtk-ai/rtk

rtk grep should ignore .claude/worktrees

Aberta

#2.147 aberto em 28 de mai. de 2026

 (1 comentário) (0 reação) (0 responsável)Rust (2.914 forks)batch import
area:clienhancementgood first issuehelp wantedpriority:medium

Métricas do repositório

Stars
 (48.085 estrelas)
Métricas de merge de PR
 (Mesclagem média 11d 1h) (45 fundiu PRs em 30d)

Description

Claude Code creates worktrees in the folder .claude/worktrees. When I run rtk grep, it also grips the git worktrees in this folder. This is problematic, since these folders are out of scope for any agentic session.

rtk grep should automatically skip this folder - at least, when used together with Claude Code.

I think git grep and rg are ignoring .gitignore

Guia do colaborador