From e64f1e3c4760f4c799c6eba3f2bde01d7f15e48b Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Wed, 4 Mar 2026 09:15:12 -0500 Subject: [PATCH] Add === Retro === section header before retro output Co-Authored-By: Claude Opus 4.6 --- crates/arc-workflows/src/cli/run.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/arc-workflows/src/cli/run.rs b/crates/arc-workflows/src/cli/run.rs index dcee7897b..cc52e36c4 100644 --- a/crates/arc-workflows/src/cli/run.rs +++ b/crates/arc-workflows/src/cli/run.rs @@ -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 {