/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * `anchor-absorption` shard recipe (#220/#723, Probe A1) — self-generates `--count` rows from * {@link synthesizeAnchorAbsorptionRow}'s 6-slice mix (CASE-H / CASE-P-us-rural / CASE-P-de / * anchor-fp / locale-ambig / standard), aligns each to BIO, and emits a labeled JSONL. The * LEADING 5-digit on CASE-H/anchor-fp/locale-ambig is sampled from the REAL US ZIPs in the * postcode-anchor lookup, so the shaped-painted anchor fires on it exactly as inference does — * teaching the model to OVERRIDE a present anchor from context. Ported from * scripts/build-anchor-absorption-shard.mjs. */ import { type ShardRecipe } from "./scaffold.ts"; /** * Shard recipe registered with the corpus builder — see the file header for the parse behaviour it exists to exercise, * and `description` below for the surface form it generates. */ export declare const anchorAbsorptionRecipe: ShardRecipe; //# sourceMappingURL=anchor-absorption.d.ts.map