/** * SMI-5178: regression guard for the Zod strip boundary. * * ApiSearchResultSchema is a `z.object` (strip-by-default). Any field skills-search * hydrates but the schema does not declare is silently dropped before the MCP * `search` tool can read it — which would make the compatibility filter / the * restrictive cross-tool default a permanent no-op. This test fails the moment * `compatibility` is removed from the schema. */ export {}; //# sourceMappingURL=schemas.compatibility.test.d.ts.map