pub fn build_walkthrough_guide(
digest: ReviewBriefOutput,
graph_snapshot_hash: String,
direction: ReviewDirection,
change_anchors: Vec<ChangeAnchor>,
) -> WalkthroughGuideExpand description
Assemble the walkthrough guide from the assembled brief data. Pure over its inputs: the same digest + hash always produce the same guide.