feat(storage): verify journaled schema before native builds #35
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/munchers-storage-runtime"
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?
Build and staging now install or verify the application database before compilation. The installer rejects type collisions, uncertain partial installations, definition drift, and missing journal evidence. It preserves existing rows and publishes schema-state.json. Catalog requests are batched while preserving registered digests. Validation: seven offline tests pass; pub400 verified all ten existing objects; the batched table query matches the recorded digest. Gameplay integration follows in a separate release.