refactor: split message executor target preparation (#190)

This commit is contained in:
Eyejoker
2026-05-29 19:52:20 +09:00
committed by GitHub
parent 87eb2f0488
commit e876a509a5
2 changed files with 466 additions and 263 deletions

View File

@@ -109,11 +109,6 @@
"maxFunctionLines": 314,
"owner": "main service entrypoint hotspot"
},
"src/message-agent-executor-target.ts": {
"maxFunctionLines": 274,
"maxComplexity": 48,
"owner": "message executor target hotspot"
},
"src/message-agent-executor.test.ts": {
"maxLines": 3847,
"maxFunctionLines": 2500,