/** * Adapter Kit - Shared helpers and utilities for Harness adapters * * This package provides reusable helpers for building adapters: * - Response normalization and builders * - Error mapping and pattern matching * - Discovery cache and fuzzy matching * - VCR request extraction * * Use subpath exports to import specific modules: * - @wavespec/kit/response * - @wavespec/kit/error * - @wavespec/kit/discovery * - @wavespec/kit/vcr * * @module @wavespec/kit */ // Subpath exports are defined in package.json export {};