rtk-ai/rtk

rtk may fail with complex Shell commands.

已关闭

#1,471 创建于 2026年4月23日

 (2 条评论) (0 个反应) (0 位负责人)Rust (2,914 个派生)batch import
bugfilter-qualitygood first issue

仓库指标

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

描述

Ran rtk find . -type f ( -name '.log' -o -name '.env' -o -name '.env.local' -o -name '.DS_Store' -o -name │ '.tmp.langgraph.docker.json' -o -path '/.tmp/' -o -path '/.playwright-cli/' -o -path '/pycache/' -o -path │ '/.pytest_cache/*' ) | sed 's#^./##' | sort | head -n 300 └ rtk: rtk find does not support compound predicates or actions (e.g. -not, -exec). Use find directly.

贡献者指南