tag-propagation-is-dynamic
IN premise
Adding a justification to an existing node triggers access tag recomputation that cascades through all downstream dependents via BFS, not just at node creation time.
Summary
When you add a new justification to a node that already exists, the system immediately recalculates which access tags apply — and that recalculation ripples outward through every node that depends on it, following the dependency chain breadth-first. This means tag permissions are always kept current as the network evolves, rather than being frozen at the moment a node was first created.
Details
| Source | entries/2026/04/24/tests-test_access_tags.md |