--- name: Parity mismatch about: The mock and its oracle (vendor sandbox or real engine) answer the same requests differently. title: "[] parity: " labels: agent-reported, parity --- ## Service - Package: `@crvouga/mockingbird-service-@` - Runtime: Node / Bun - Client: - Oracle: - Evidence: ## What diverges ## Reproduction ```ts // Self-contained script against a fresh createRuntime(), or the exact sequence of requests. ``` ## Oracle response ``` status, relevant headers, body (redacted) ``` ## Mock response ``` status, relevant headers, body ``` ## Impact