Rulvar API reference / @rulvar/core / ClaimPoolReading
Interface: ClaimPoolReading
Defined in: packages/core/src/orchestrator/consistency.ts:44
One pool sentence read against a draft sentence, with its reporter.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
excerpt | string | The pool sentence, whitespace-collapsed and cut to maxExcerptChars. An excerpt, never a quotation: it exists so a judge (or a reader) can hold the two readings against each other, not so a machine can re-parse it. | packages/core/src/orchestrator/consistency.ts:53 |
nodeId | string | The child's node identity, the same one acceptance reasons use. | packages/core/src/orchestrator/consistency.ts:46 |