Add === Retro === section header before retro output

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-04 09:15:12 -05:00
parent 932524dd98
commit e64f1e3c47

View file

@ -1278,6 +1278,7 @@ async fn generate_retro(
}
// Run retro agent session
eprintln!("\n{}", styles.bold.apply_to("=== Retro ==="));
eprintln!("{}", styles.dim.apply_to(format!("Running retro ({model})...")));
let retro_start = std::time::Instant::now();
let narrative_result = if dry_run_mode {