/** * Trigger Controller Tests — PEAT-B2 * * Production-path tests for the trigger controller. * Every test exercises the full path from input to TriggerDecision, * not just helper functions. * * ERR checklist: * - ERR-002: Every path carries reason + nextAction * - ERR-009: Malformed input fails loud * - ERR-025: Production-path tests, not just helpers * - ERR-031/034: Decisions come from canonical descriptors * - ERR-048: Write-read disconnect prevented */ export {}; //# sourceMappingURL=trigger-controller.test.d.ts.map