Adopt batch-scoped delta construction with shared removal and resource context, and carry visibility as a structural delta

This commit is contained in:
Keavon Chambers
2026-07-28 02:22:56 -07:00
parent c7d91fe7f2
commit 4cf7eb468e
3 changed files with 94 additions and 33 deletions

View File

@@ -27,4 +27,9 @@ pub enum RuntimeDelta {
export_index: usize,
input: NodeInput,
},
SetVisibility {
network_path: Vec<NodeId>,
node_id: NodeId,
visible: bool,
},
}