refactor: split precheck and smart executor entrypoints

This commit is contained in:
2026-04-15 17:03:16 +08:00
parent 6eefabb9ff
commit 965b53b598
10 changed files with 197 additions and 95 deletions

View File

@@ -45,3 +45,8 @@ This repository now has a dedicated runtime layer and CLI diagnostics. The next
• services/
• runtime/
• domain logic
The first split is already in place for:
• smart-executor -> commands.smart_executor + services.smart_executor_service
• precheck -> commands.precheck + services.precheck_service