oh-my-opencode/src/shared/migration.ts
YeonGyu-Kim 36e54acc51 fix(migration): stop task_system backup writes (#1561)
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-02-07 19:51:22 +09:00

6 lines
442 B
TypeScript

export { AGENT_NAME_MAP, BUILTIN_AGENT_NAMES, migrateAgentNames } from "./migration/agent-names"
export { HOOK_NAME_MAP, migrateHookNames } from "./migration/hook-names"
export { MODEL_VERSION_MAP, migrateModelVersions } from "./migration/model-versions"
export { MODEL_TO_CATEGORY_MAP, migrateAgentConfigToCategory, shouldDeleteAgentConfig } from "./migration/agent-category"
export { migrateConfigFile } from "./migration/config-migration"