Skip to content

Implement store specification#8

Draft
MrtnvM wants to merge 1 commit intomainfrom
cursor/implement-store-specification-6994
Draft

Implement store specification#8
MrtnvM wants to merge 1 commit intomainfrom
cursor/implement-store-specification-6994

Conversation

@MrtnvM
Copy link
Owner

@MrtnvM MrtnvM commented Sep 24, 2025

Implement the Store API to provide a robust, observable, and versioned key-value store with persistence, validation, and live expressions.

This PR introduces a new Store API, fulfilling the store.spec.md. It offers flexible persistence (in-memory, UserDefaults, file), data validation, and reactive live expressions. Versioning ensures data consistency by clearing scenario-specific data on major app version changes.


Open in Cursor Open in Web

Adds a new store system for managing scenario data and implements versioning to handle data migrations.

Co-authored-by: max.mrtnv <max.mrtnv@gmail.com>
@cursor
Copy link

cursor bot commented Sep 24, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants