.cursorrules · git:20260601.1c5ac87 · 2026-06-01 · sha256 e9e456cd89afa7a0
.cursorrules git:20260601.1c5ac87A
Immutable. This exact content is served forever at /api/v1/blob/e9e456cd89afa7a0.
# River Reviewer — Cursor Agent Rules # Prerequisites: river CLI must be installed globally and available in Cursor's terminal PATH. # npm i -g @s977043/river-review # Verify: river --version # If 'command not found' occurs, install via the command above or follow the quickstart guide: # https://river-reviewer.s977043.dev/docs/quickstart ## When to run River Reviewer - Before committing: run a code review on staged changes. - When the user asks to "review", "check", or "audit" the current diff or a file. ## Command ```bash river run . --reviewers auto ``` If no API key is configured, use dry-run mode to validate the setup without making API calls: ```bash river run . --dry-run ``` ## Interpreting results - **Critical / Major**: Block the commit or merge. Explain the issue to the user and suggest a fix. - **Minor**: Advisory. Surface to the user but do not block. - **Info**: Informational only.