From de36ce991a491e1aa1e885e5766ed06ad08cdb27 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Feb 2026 00:17:45 +0000 Subject: [PATCH] docs: mark Phase 3 complete in TODO.md with commit hash Co-Authored-By: Charon --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 1fd8385..ca7302f 100644 --- a/TODO.md +++ b/TODO.md @@ -36,7 +36,7 @@ All transport layer tests implemented with real WebSocket connections. Commit `3 ## Phase 3: Controller Tests — COMPLETE (node/ 63.5% → 72.1%) -All controller tests implemented with real WebSocket transport pairs. 14 tests total. +All controller tests implemented with real WebSocket transport pairs. 14 tests total. Commit `33eda7b`. Also fixed pre-existing data race in GracefulClose (P2P-RACE-1). - [x] **Request-response correlation** — Send request, worker replies with ReplyTo set, controller matches correctly.