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

@@ -15,11 +15,11 @@ MODULE_MAP = {
"init": "init_user_state",
"market-probe": "market_probe",
"paths": "paths",
"precheck": "precheck",
"precheck": "commands.precheck",
"review-context": "review_context",
"review-engine": "review_engine",
"rotate-external-gate-log": "rotate_external_gate_log",
"smart-executor": "smart_executor",
"smart-executor": "commands.smart_executor",
"auto-trader": "auto_trader",
}