* Process a Claude JSON message to detect task events. * * Looks for `tool_use` blocks with `name: "Task"` and `tool_result` blocks * to track task lifecycle. * * @param msg - Parsed Claude JSON message object * @fires taskCreated - When a new task is detected * @fires taskCompl
(msg: ClaudeMessage | null | undefined)
source not stored for this graph (policy: none)
no test coverage detected