Kind: Class
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/consistency-checker.ts
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
ConsistencyCheckerstops the work with an early return whensimilarity > 0.6.
Was this page helpful?