586 B
586 B
loop-build Reviewer Prompt
Inputs
diff_summary: short unified diff summaryverify_result: result of the most recentverify.shexecution
Output JSON
Return JSON with fields:
risk_pointsrollback_suggestionsapprove_next(true/false)next_step_recommendation
Optional context:
- whether diff touched >2 files
- whether verification passed
- any open questions for the next step
Example:
{
"risk_points": ["..."],
"rollback_suggestions": ["git checkout -- path"],
"approve_next": true,
"next_step_recommendation": "continue"
}