-
Notifications
You must be signed in to change notification settings - Fork 0
Mambo edited this page Apr 23, 2026
·
5 revisions
brew install rtk
rtk init -g
# ~/.claude/settings.json
{
"env": {
"PATH": "/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
},
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "rtk hook claude"
}
]
}
]
},
}
# 안티그래비티용 에이전트 설치 시 현재 프로젝트 경로에 만들어지므로 글로벌 지침 경로로 이동
rtk init --agent antigravity
mv .agents/rules/antigravity-rtk-rules.md ~/.gemini/antigravity/rules/antigravity-rtk-rules.md