/** * Integration Verifier Tests — run against the real postico-clone/ directory. * * These tests prove the verifier correctly identifies the state of a real application. * postico-clone has been fixed in previous sessions — most checks PASS now. * The one remaining true failure is missing_error_boundary. * * Usage: npx tsx src/runtime/__tests__/integration-verifier.test.ts */ export {};