docs: mark Phase 3 complete in TODO.md with commit hash

Co-Authored-By: Charon <developers@lethean.io>
This commit is contained in:
Claude 2026-02-20 00:17:45 +00:00
parent 33eda7b656
commit de36ce991a
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -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.