mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 00:16:59 +00:00
Two on-disk layout changes that only affect freshly-created data-dirs (no migration shim since `amethyst-cli-data` was never tagged or released): - Default `--data-dir` is now `./amy` instead of `./amethyst-cli-data` — shorter, matches the binary name, and still overridable via the flag or `$AMETHYST_CLI_DATA`. - MLS-only files (`groups/` and `keypackages.bundle`) move under a new `marmot/` subdirectory so the top-level root stays tidy as more non-Marmot state lands (notes, profile caches, etc). Existing top-level files (`identity.json`, `relays.json`, `state.json`) are unchanged. README tree diagram and DEVELOPMENT.md test table updated to match.