refactor: split ipc task processor handlers

This commit is contained in:
ejclaw
2026-05-27 07:37:38 +09:00
parent d79c79f8ab
commit 172c44e4fc
8 changed files with 771 additions and 609 deletions

View File

@@ -109,11 +109,6 @@
"maxFunctionLines": 314,
"owner": "main service entrypoint hotspot"
},
"src/ipc-task-processor.ts": {
"maxFunctionLines": 566,
"maxComplexity": 107,
"owner": "ipc task processor hotspot"
},
"src/message-agent-executor-attempt-runner.ts": {
"maxFunctionLines": 275,
"maxComplexity": 47,