V13-FE-006: consolidate approved UI and contract hardening
This commit is contained in:
@@ -112,7 +112,7 @@ public sealed class Phase1Phase2LocalExecutionTests
|
||||
Console.WriteLine($" Gate 3 (Cost > 0): {(costPass ? "✅" : "❌")} ({(metrics.TotalReturn * 100):F1}%)");
|
||||
|
||||
Console.WriteLine($"\n{(allGatesPassed ? "✅" : "⚠️")} AllGatesPassed: {allGatesPassed}");
|
||||
Console.WriteLine("="*70);
|
||||
Console.WriteLine(new string('=', 70));
|
||||
|
||||
Console.WriteLine($"\n📋 다음 단계:");
|
||||
if (allGatesPassed)
|
||||
|
||||
Reference in New Issue
Block a user