openclaw/src/commands/doctor-state-migrations.ts
2026-01-06 22:04:23 +00:00

9 lines
276 B
TypeScript

export type { LegacyStateDetection } from "../infra/state-migrations.js";
export {
autoMigrateLegacyAgentDir,
detectLegacyStateMigrations,
migrateLegacyAgentDir,
resetAutoMigrateLegacyAgentDirForTest,
runLegacyStateMigrations,
} from "../infra/state-migrations.js";