Files
clawdbot/src/commands/doctor-state-migrations.ts
2026-01-07 04:43:24 +01:00

11 lines
340 B
TypeScript

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