rtk-ai/rtk

rtk grep should ignore .claude/worktrees

Ouverte

#2 147 ouverte le 28 mai 2026

 (1 commentaire) (0 réaction) (0 personne assignée)Rust (2 914 forks)batch import
area:clienhancementgood first issuehelp wantedpriority:medium

Métriques du dépôt

Stars
 (48 085 étoiles)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

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

Guide contributeur