explain what file was found in workspace

This commit is contained in:
Jochen
2025-11-26 21:43:59 +11:00
parent c6c35bf2ca
commit c58aa80932
3 changed files with 15 additions and 6 deletions

View File

@@ -1704,7 +1704,7 @@ async fn run_autonomous(
output.print("🔄 Starting coach-player feedback loop...");
// Check if implementation files already exist
let skip_first_player = project.has_implementation_files();
let skip_first_player = project.has_implementation_files(agent.ui_writer());
if skip_first_player {
output.print("📂 Detected existing implementation files in workspace");
output.print("⏭️ Skipping first player turn - proceeding directly to coach review");