rtk-ai/rtk

Basic Claude Issues / Grep, Read, Glob not being rewritten as they're not Bash commands

Open

#387 geöffnet am 6. März 2026

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (2.914 Forks)batch import
area:docsdocumentationeffort-smallenhancementgood first issuepriority:medium

Repository-Metriken

Stars
 (48.085 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 1h) (45 gemergte PRs in 30 T)

Beschreibung

Gave RTK a standard review with CC latest. It doesn't rewrite the main commands Grep, Read, Glob etc. as they don't go through Bash and are their own tools. In a simple code analysis task 62/77 Bash commands went through raw, not rewritten. It's confusing because based on the readme those should have big efficiency gains. Would help to clarify the documentation.

Contributor Guide