Changelog: summarize PR scope and format run-main import order

This commit is contained in:
Gustavo Madeira Santana
2026-03-02 19:16:49 -05:00
parent feb7216b0f
commit dca1d588dc
2 changed files with 2 additions and 2 deletions

View File

@@ -8,8 +8,8 @@ import { ensureOpenClawCliOnPath } from "../infra/path-env.js";
import { assertSupportedRuntime } from "../infra/runtime-guard.js";
import { installUnhandledRejectionHandler } from "../infra/unhandled-rejections.js";
import { enableConsoleCapture } from "../logging.js";
import { applyCliProfileEnv, parseCliProfileArgs } from "./profile.js";
import { getCommandPathWithRootOptions, getPrimaryCommand, hasHelpOrVersion } from "./argv.js";
import { applyCliProfileEnv, parseCliProfileArgs } from "./profile.js";
import { tryRouteCli } from "./route.js";
import { normalizeWindowsArgv } from "./windows-argv.js";