34 lines
941 B
JSON
34 lines
941 B
JSON
{
|
|
"recommended_threshold": 0.48,
|
|
"should_trigger": [
|
|
{
|
|
"text": "Review this React pull request for a11y regressions, unsafe rendering, and missing empty states.",
|
|
"family": "blind_pr_review"
|
|
},
|
|
{
|
|
"text": "Run a pre-merge frontend review on this diff for form safety, accessibility gaps, and missing states.",
|
|
"family": "blind_premerge"
|
|
}
|
|
],
|
|
"should_not_trigger": [
|
|
{
|
|
"text": "Build a new React settings page and add error handling.",
|
|
"family": "blind_build_only"
|
|
},
|
|
{
|
|
"text": "Explain why keyboard accessibility matters in forms.",
|
|
"family": "blind_explain_only"
|
|
}
|
|
],
|
|
"near_neighbor": [
|
|
{
|
|
"text": "Draft a reusable frontend review checklist, but do not inspect the code.",
|
|
"family": "blind_checklist_only"
|
|
},
|
|
{
|
|
"text": "Fix the broken dropdown behavior in this component.",
|
|
"family": "blind_fix_only"
|
|
}
|
|
]
|
|
}
|