Rulvar API reference / @rulvar/core / anchorGroundingValidator
Function: anchorGroundingValidator()
ts
function anchorGroundingValidator(options): FinishValidator;Defined in: packages/core/src/orchestrator/anchor-grounding.ts:709
The wrong line lint as a finish validator. Each finding is one reason naming the anchor, the resolved window, the asserted tokens it never carries, and the exact lines that do, so the repair turn moves the anchor instead of guessing. Default name 'anchor-grounding'; see the module comment for the doctrine.
Parameters
| Parameter | Type |
|---|---|
options | AnchorGroundingOptions & { name?: string; } |