pub fn export_annotations<W: Write>(
git_ops: &dyn GitOps,
writer: &mut W,
) -> Result<usize>Expand description
Export annotations as JSONL to a writer.
Iterates all notes under refs/notes/chronicle, deserializes each as an
Annotation, and writes one JSON object per line.