BMAD-METHOD/.agents/skills/bmad-story-automator/data/parse/review.json

16 lines
394 B
JSON

{
"requiredKeys": ["status", "issues_found", "all_fixed", "summary", "next_action"],
"schema": {
"status": "SUCCESS|FAILURE|AMBIGUOUS",
"issues_found": {
"critical": "integer",
"high": "integer",
"medium": "integer",
"low": "integer"
},
"all_fixed": "true|false",
"summary": "brief description",
"next_action": "proceed|retry|escalate"
}
}