area:clieffort-mediumenhancementgood first issuehelp wantedpriority:low
仓库指标
- Star
- (48,085 star)
- PR 合并指标
- (平均合并 11天 1小时) (30 天内合并 45 个 PR)
描述
Summary
Add Cline (VS Code) support to RTK.
How Cline works
Cline uses .clinerules file in project root for custom rules, and hooks in ~/Documents/Cline/Rules/Hooks/ or .clinerules/hooks/ for scripts.
PreToolUse hooks can cancel commands but cannot rewrite them. contextModification injects text into conversation context.
Implementation
Rules-based approach (like Windsurf/Codex):
rtk init --agent clinecreates.clineruleswith RTK instructions- Optional: PreToolUse hook for tracking via
rtk gain