pub fn collect_source_annotations( git_ops: &dyn GitOps, source_shas: &[String], ) -> Vec<(String, Option<Annotation>)>
Collect annotations from source commits using git notes.