0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. rtk
  2. /
  3. hooks
  4. /
  5. kilocode
Yyosoyepafeat(init): add native support for Kilo Code and Google Antigravity
d0a3797e创建于 4月9日历史提交
文件最后提交记录最后更新时间
README.md
feat(init): add native support for Kilo Code and Google Antigravity Add rtk init --agent kilocode and rtk init --agent antigravity commands. Kilo Code: installs .kilocode/rules/rtk-rules.md (project-scoped) Google Antigravity: installs .agents/rules/antigravity-rtk-rules.md (project-scoped) Both follow the same prompt-level guidance pattern as Cline and Windsurf, using rules files that instruct the agent to prefix shell commands with rtk. 1 个月前
rules.md
feat(init): add native support for Kilo Code and Google Antigravity Add rtk init --agent kilocode and rtk init --agent antigravity commands. Kilo Code: installs .kilocode/rules/rtk-rules.md (project-scoped) Google Antigravity: installs .agents/rules/antigravity-rtk-rules.md (project-scoped) Both follow the same prompt-level guidance pattern as Cline and Windsurf, using rules files that instruct the agent to prefix shell commands with rtk. 1 个月前
README.md

Kilo Code Hooks

Part of hooks/ — see also src/hooks/ for installation code

Specifics

  • Prompt-level guidance only (no programmatic hook) -- relies on Kilo Code reading custom instructions
  • rules.md contains the instruction to prefix all shell commands with rtk, usage examples, and meta commands
  • Installed to .kilocode/rules/rtk-rules.md (project-local) by rtk init --agent kilocode