dependents-survive-storage-roundtrip
IN premise
After `Storage.save()` followed by `Storage.load()`, the loaded network's dependents index passes `verify_dependents()` with no errors.
Summary
When the belief network is saved to disk and loaded back, the reverse-dependency index (which tracks "what depends on this node") comes back intact and correct. This confirms that serialization preserves the full dependency graph, so the system can safely persist and restore its state without losing track of how beliefs relate to each other.
Details
| Source | entries/2026/04/24/tests-test_dependents_integrity.md |