# ConsistencyChecker

**Kind:** Class

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/consistency-checker.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/consistency-checker.ts#L32)

ConsistencyChecker - Checks consistency across all documents

After individual document verification, this checker reviews all
documents together to catch inconsistencies that wouldn't be visible
when looking at documents in isolation.

## Methods

| Method | Signature | Returns |
|---|---|---|
| `check` | `check(documents: GeneratedDocument[])` | `ConsistencyReport` |

## Where it refuses work

- `ConsistencyChecker` stops the work with an early return when `similarity > 0.6`.
