fix(config): use canonical path after legacy migration and make writes atomic

This commit is contained in:
YeonGyu-Kim
2026-04-04 14:33:52 +09:00
parent 2d72f51a92
commit 0c6907adc3
6 changed files with 80 additions and 39 deletions
+1
View File
@@ -28,6 +28,7 @@ export * from "./permission-compat"
export * from "./external-plugin-detector"
export * from "./zip-extractor"
export * from "./binary-downloader"
export * from "./write-file-atomically"
export * from "./agent-variant"
export * from "./session-cursor"
export * from "./shell-env"