v0.2.0
0.2.0 (2026-07-29)
⚠ BREAKING CHANGES
- hosts using the Settings section must register a
Milpa\Admin\Contracts\StorageRootSourcein the container (or exportMILPA_ADMIN_SETTINGS_PATH). Reading or writing settings without either now throws instead of resolving to a path the package invented.
Features
- the host says where settings live, the package stops guessing (9efa710)