Document MVP persistence limitations

This commit is contained in:
2026-05-18 19:42:20 -07:00
parent 31e781d7cf
commit 5a381ad8a0
3 changed files with 69 additions and 1 deletions
+5 -1
View File
@@ -785,7 +785,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Add recovery plan for corrupted save. Added
`Docs/Ops/PersistenceSaveRecoveryPlan.md` covering suspect-save symptoms,
backup restore steps, failed-backup fallback, and current MVP limitations.
- [ ] Document persistence limitations.
- [x] Document persistence limitations. Added an MVP limitations section to
`Docs/PersistenceDesignDocument.md` covering file-based saves, missing
database/account binding, migration limits, corrupted-save validation,
container actor capture, offline simulation, cross-server persistence,
external backup replication, UI, and pre-MVP save compatibility.
## 0.1.N MVP UI And UX