34 lines
934 B
JSON
34 lines
934 B
JSON
{
|
|
"recommended_threshold": 0.48,
|
|
"should_trigger": [
|
|
{
|
|
"text": "Give this React modal a pre-merge frontend review for a11y, risky rendering, and missing states.",
|
|
"family": "premerge_review"
|
|
},
|
|
{
|
|
"text": "Review this UI diff for accessibility gaps, unsafe form handling, and UX regressions.",
|
|
"family": "security_and_a11y"
|
|
}
|
|
],
|
|
"should_not_trigger": [
|
|
{
|
|
"text": "Create a polished React dashboard page from scratch.",
|
|
"family": "build_only"
|
|
},
|
|
{
|
|
"text": "Explain keyboard accessibility rules for beginners.",
|
|
"family": "explain_only"
|
|
}
|
|
],
|
|
"near_neighbor": [
|
|
{
|
|
"text": "Discuss possible UI improvements for this checkout flow, but do not inspect the code yet.",
|
|
"family": "brainstorm_only"
|
|
},
|
|
{
|
|
"text": "Repair this broken input validation behavior in the form component.",
|
|
"family": "fix_only"
|
|
}
|
|
]
|
|
}
|