propagation-is-immediate
IN premise
Covered by existing `mutations-are-atomic-and-safely-propagated` and `propagation-is-safe-and-terminating`
Summary
When a change is made to the system, its effects ripple out to all dependent parts right away rather than being queued or delayed. This means you never observe a state where some beliefs reflect an update and others still reflect the old state — the system is always consistent after any operation completes.
Details
| Source | entries/2026/04/24/tests-test_network.md |