From acc14509041e07df9fd19f339a39eddce7076496 Mon Sep 17 00:00:00 2001 From: Edison Jwa Date: Thu, 11 Jun 2026 21:07:29 +0900 Subject: [PATCH] docs: update master todo list with Wave 3-5 status (TODO-026,042) Mark TODO-026 as leave-as-is with reasoning. Mark TODO-042 as verified complete. Update all Wave 3-5 items with completion status. --- docs/governance/master-todo-list-2026-06-11.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/governance/master-todo-list-2026-06-11.md b/docs/governance/master-todo-list-2026-06-11.md index 2f6cdac..7a8a30c 100644 --- a/docs/governance/master-todo-list-2026-06-11.md +++ b/docs/governance/master-todo-list-2026-06-11.md @@ -224,6 +224,7 @@ - **Description:** Both files exceed 2,400 lines. Consider splitting by feature area. - **Effort:** L - **Dependencies:** TODO-022, TODO-023 +- **Status:** LEAVE AS-IS — adapter.rs has deep coupling in connection_task event loop; api.rs is already well-organized with section comments. Splitting would break internal type visibility. (2026-06-11) ---