.cursorrules · git:20260601.78c5566 · 2026-06-01 · sha256 ada51f3a2c07324a
.cursorrules git:20260601.78c5566A
Immutable. This exact content is served forever at /api/v1/blob/ada51f3a2c07324a.
# River Reviewer — Cursor Agent Rules ## 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.