Objective
Implement load/save/upgrade/reset and change-notification behavior with deterministic storage, serialization, versioning, concurrency, corruption handling, and privacy. Provide a practical migration path from generated settings without forcing existing applications to migrate.
Completion guidance
- Keep the implementation focused on the objective while allowing the assignee to improve the approach based on research.
- Document important decisions, rejected alternatives, dependencies, and follow-up work.
- Add or update tests and documentation appropriate to the work.
- Verify locally and in CI where the task changes code or generated artifacts.
Objective
Implement load/save/upgrade/reset and change-notification behavior with deterministic storage, serialization, versioning, concurrency, corruption handling, and privacy. Provide a practical migration path from generated settings without forcing existing applications to migrate.
Completion guidance