refactor: remove work_heartbeat tool and related tests; update documentation and notification logic

This commit is contained in:
Lauren ten Hoor
2026-02-12 00:02:18 +08:00
parent 31849489a8
commit 81543600fe
9 changed files with 27 additions and 815 deletions

View File

@@ -1,5 +1,5 @@
/**
* dispatch.ts — Core dispatch logic shared by work_start, work_heartbeat, and projectTick.
* dispatch.ts — Core dispatch logic shared by work_start and projectTick.
*
* Handles: session lookup, spawn/reuse via Gateway RPC, task dispatch via CLI,
* state update (activateWorker), and audit logging.