.cursorrules · diff

git:20260601.78c5566 to git:20260601.1c5ac87

6 added, 0 removed. Audit A to A.

# 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.