Known limitations (honest boundaries)

ReviewGate is a static LLM quality gate — it does not execute your code. The boundaries below come from real evaluations (see docs/evals/). Stating them plainly is a trust feature: we would rather be clear about what doesn't work than oversell.

1. Subtle algorithmic off-by-one / carry bugs that only surface at runtime

1b. Cross-file state-representation drift in large diffs

2. "Bare" dangerous calls with no context signal

3. Run-to-run variance

4. Degraded precision tooling for unsupported languages

5. Reviews the diff, not the repository

6. Intent review (--intent) checklist semantics

Every limitation above has an eval trail, and each lists its current mitigation. This page shrinks as versions progress — the Chinese original is here.