5a49a4c108
- Schema write-back: restore silent failure (was .catch(() => {}),
accidentally changed to Effect.orDie which would crash on
read-only config files)
- Legacy TOML migration: move write+unlink back inside .then()
so they only run on successful import (old behavior)
- Account config: route through loadConfig instead of bypassing
it, preserving TUI key normalization