sync-preserves-cascade-wiring
IN premise
After `sync_agent` runs, the `agent:inactive` outlist entries on beliefs are preserved, so retracting `agent:active` still cascades all agent beliefs to OUT
Summary
When the sync process updates beliefs from an external source, it keeps the dependency wiring intact. This means you can still deactivate an entire agent's belief set by retracting its active status, and all downstream beliefs will properly cascade to OUT just as they did before the sync.
Details
| Source | entries/2026/04/24/tests-test_sync_agent.md |