Cursor
One-line setup
Section titled “One-line setup”rippy setup cursorwrites the hook stanza into Cursor’s settings for you.
Manual setup
Section titled “Manual setup”Cursor’s hook format mirrors Claude Code’s. Add
rippy as a PreToolUse hook on the Bash tool:
{ "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "rippy --mode cursor" } ] } ] }}The only thing that changes between AI tools is the --mode flag — rippy
uses it to emit the verdict in the JSON shape that tool expects. All your
.rippy.toml config files work across every
supported tool unchanged.