/** * Rule parity for feature-column reads (Plan C, Phase 5/7.4). * * Each refactored rule must (a) produce an IDENTICAL signal set whether the * engine FeatureTable is supplied or omitted (graceful-degrade fallback), and * (b) actually READ the column when supplied — a column value that would flip * the verdict changes the output, proving the column (not the inline fallback) * drove the decision. */ export {}; //# sourceMappingURL=feature-column-parity.test.d.ts.map