9f739e831d
Extract shared _resolve_subtree helper to eliminate repeated tri-level node resolution. Break _validate_sampling_constraints into focused single-purpose helpers: - _count_l3_descendants - _has_frames - _count_subtitles - _resolve_subtree / _find_l3_parent Extract _subtitles_from_l2_list and _frames_from_l2_list to simplify collection functions. Complexity improvements: - _validate_sampling_constraints: D(23) -> B(8) - _collect_subtitle_sentences: C(16) -> A(3) - _collect_frame_paths: C(13) -> A(2) All functions now grade B or better per radon cc. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>