mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 12:20:48 +02:00
32 lines
692 B
JSON
32 lines
692 B
JSON
{
|
|
"id": "browser-fix-and-verify",
|
|
"prompt": "Exercise checkout, repair validated defects, and repeat the same interactions to prove each repair.",
|
|
"signals": {
|
|
"surface": "web",
|
|
"implementation_exists": true,
|
|
"mutation_authorized": true,
|
|
"verification_after_mutation": true
|
|
},
|
|
"expected": {
|
|
"tree": "qa",
|
|
"mode": "Fix",
|
|
"depth": "deep",
|
|
"mutation": "fix-safe",
|
|
"active_modules": [
|
|
"qa"
|
|
],
|
|
"web_context": "local-browser",
|
|
"decision_basis": [
|
|
"surface=web",
|
|
"mutation_authorized=true"
|
|
],
|
|
"skipped_modules": [
|
|
"qa-only",
|
|
"ios-qa",
|
|
"devex-review",
|
|
"benchmark",
|
|
"canary"
|
|
]
|
|
}
|
|
}
|