docs(8.0): consistency-model concept + snapshots guide — Db API replaces branching docs

This commit is contained in:
David Snelling 2026-06-11 08:37:26 -07:00
parent e5feae4104
commit cc8037db10
23 changed files with 1053 additions and 1871 deletions

View file

@ -8,7 +8,8 @@
* Root cause: clear() deleted the VFS root entity but didn't reset/reinitialize
* the VFS instance. The VFS remained in memory pointing to the deleted root.
*
* Fix: Reset VFS state in clear() following the checkout() pattern.
* Fix: clear() resets the in-memory VFS instance so the next VFS operation
* lazily reinitializes against a fresh root entity.
*
* These tests verify:
* 1. VFS operations work after clear() without instance recreation