Files
mkorwel 1418ddcd1b fix(core): resolve scheduler hang and verify with unit tests
This commit:
1. Rips out the redundant MessageBus listener in Scheduler.ts that caused race conditions.
2. Adds a unit test to verify the Scheduler no longer subscribes to TOOL_CONFIRMATION_REQUEST.
3. Adds emitFeedback to MessageBus.ts for policy rejections.
4. Adds a unit test to verify that user feedback is emitted on policy denial.
2026-03-14 12:28:27 -07:00
..