pub fn build_walkthrough_human(
guide: &StandardWalkthroughGuide,
viewed: &ViewedState,
show_cleared: bool,
) -> WalkthroughHumanRenderExpand description
Build the human walkthrough tour from the in-memory guide. Pure: no IO, no
mutation. viewed decorates each file row; show_cleared expands the
Cleared panel.