rtk-ai/rtk

rtk grep should ignore .claude/worktrees

开放

#2,147 创建于 2026年5月28日

 (1 条评论) (0 个反应) (0 位负责人)Rust (2,914 个派生)batch import
area:clienhancementgood first issuehelp wantedpriority:medium

仓库指标

星标
 (48,085 个星标)
PR 合并指标
 (平均合并 11天 1小时) (30 天内合并 45 个 PR)

描述

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

贡献者指南