feat(workflow): sample review_report schema + implementer↔reviewer loop
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"verdict": {
|
||||
"type": "string",
|
||||
"description": "approved | changes_requested"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string",
|
||||
"description": "reviewer rationale and requested changes"
|
||||
}
|
||||
},
|
||||
"required": ["verdict"],
|
||||
"additionalProperties": true
|
||||
}
|
||||
Reference in New Issue
Block a user