release: cut 0.2.0 baseline
This commit is contained in:
@@ -535,6 +535,10 @@ def _append_final_verdict(
|
||||
lines.append("---\n")
|
||||
lines.append(f"## {_t(config, 'final_verdict_title')}: {result.final_verdict}\n")
|
||||
|
||||
if result.agentic_branch:
|
||||
lines.append(f"**Agentic branch**: `{result.agentic_branch}`")
|
||||
lines.append(f"```bash\ngit checkout {result.agentic_branch}\n```\n")
|
||||
|
||||
if result.final_verdict == "PASS":
|
||||
lines.append(_t(config, "pass_msg"))
|
||||
elif result.final_verdict == "ESCALATE":
|
||||
|
||||
Reference in New Issue
Block a user