/** * Evidence Guards Tests — PRI-345 * * Unit tests for shared evidence guard functions used by admission gate * and pain signal bridge. * * Tests verify: * - isOwnerExplicitManual() correctly identifies owner manual provenance * - shouldShortCircuitEmptyEvidence() correctly determines short-circuit conditions * - Boundary conditions and edge cases * * ERR checklist: * - ERR-002: Every decision path carries reason + nextAction * - ERR-009: Malformed state fails loud * - ERR-025: Production-path tests, not just helpers */ export {}; //# sourceMappingURL=evidence-guards.test.d.ts.map