Each approve/reject locally prunes visibility by rebuilding visible ancestors from remaining visible blocks. Audit refs: trueflow/src/commands/tui.rs:3908, trueflow/src/commands/tui.rs:3930, trueflow/src/review_navigator.rs:95, trueflow/src/review_navigator.rs:157. Trigger: large review with one-by-one approvals. Current shape is O(remaining * depth) per action. Direction: maintain visible descendant or ancestor reference counts and update incrementally.
Each approve/reject locally prunes visibility by rebuilding visible ancestors from remaining visible blocks. Audit refs: trueflow/src/commands/tui.rs:3908, trueflow/src/commands/tui.rs:3930, trueflow/src/review_navigator.rs:95, trueflow/src/review_navigator.rs:157. Trigger: large review with one-by-one approvals. Current shape is O(remaining * depth) per action. Direction: maintain visible descendant or ancestor reference counts and update incrementally.