Persistence Validation Demo #130
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
In order to validate persistence in v0,
as a Marathon developer,
I need to create a demo that saves game state to SQLite, closes clients, reopens them, and verifies all entity data rehydrates correctly.
Acceptance Criteria
Technical Notes
crates/libmarathon/src/persistence/save_load.rscrates/app/examples/crdt_sync_demo.rs(add save/load commands)Additional Context
Part of v0 Core Tech Validation. Desktop only (macOS). Validates that state can survive application restarts.