Documentation Getting started

Getting started

A focused review starts with explicit evidence.

Enjoyable evaluates the change and context you provide without pretending to know repository state that was never supplied.

Explicit scope

The service receives a unified diff, a primary language, optional source snippets, and review options.

  • Diff headers identify files and hunks identify changed line ranges.
  • Context snippets can add narrowly selected surrounding source.
  • The caller keeps repository credentials and filesystem access.

Focused analysis

The review is designed to suppress low-signal style and formatting commentary.

  1. 1 Validate and parse The service checks request limits and parses the unified diff into reviewable hunks.
  2. 2 Evaluate changed lines Analysis looks for concrete, reachable defects and anchors every returned finding to supplied evidence.
  3. 3 Normalize the result Findings are filtered by priority, deduplicated, ordered, and limited by the request options.

The decision stays human

Review evidence, not a guarantee

Automated findings may be incomplete or inaccurate. Independently review and test every result before changing or deploying code.