MCPcopy Create free account
hub / github.com/Ark0N/Codeman / processMessage

Method processMessage

src/task-tracker.ts:227–237  ·  view source on GitHub ↗

* 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_handleJsonMessageMethod · 0.80

Calls 2

handleTaskToolUseMethod · 0.95
handleToolResultMethod · 0.95

Tested by

no test coverage detected