/** * @fileoverview Unit tests for `readConfigSchemaVersion` + `checkSchemaCompat`. * * Reader must be PERMISSIVE: every "couldn't determine" case (missing * file, malformed YAML, missing field, non-integer, < 1) treated as v1. * * Classifier must produce the THREE distinct outcomes (ok/older/cli-too-old) * with the correct direction — `cli-too-old` for config newer than CLI * (user upgrades CLI), `older` for config older than CLI (future migrate). */ export {}; //# sourceMappingURL=config-version.test.d.ts.map