/** * SMI-4285: SkillParser coverage gaps — type-validation branches + unicode. * * Lives in a sidecar (not SkillParser.test.ts) to stay under the 500-line gate. * Split rationale: these tests exercise boundary behaviors — YAML-parser bypass * (direct validate() calls with typed-wrong objects) and non-ASCII inputs — * that are orthogonal to the main suite's functional coverage. */ export {}; //# sourceMappingURL=SkillParser.coverage.test.d.ts.map