/** * Triage Policy Tests — PEAT-B1 * * Tests the pure triage policy evaluation. * No I/O, no plugin imports, no mocks needed. * * ERR checklist: * - ERR-001: Validates that source kind is runtime-checked, not cast. * - ERR-002: Validates that every result has reason + nextAction. * - ERR-024/025/048: Tests exercise the production evaluateTriage path. */ export {}; //# sourceMappingURL=triage-policy.test.d.ts.map