refactor: split precheck and smart executor entrypoints
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user