mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 20:30:47 +02:00
32 lines
696 B
JSON
32 lines
696 B
JSON
{
|
|
"id": "browser-findings-only",
|
|
"prompt": "Exercise checkout in the running site and give me reproducible findings, but do not change the repository.",
|
|
"signals": {
|
|
"surface": "web",
|
|
"implementation_exists": true,
|
|
"mutation_authorized": false,
|
|
"evidence_required": true
|
|
},
|
|
"expected": {
|
|
"tree": "qa",
|
|
"mode": "Report",
|
|
"depth": "deep",
|
|
"mutation": "report-only",
|
|
"active_modules": [
|
|
"qa-only"
|
|
],
|
|
"web_context": "local-browser",
|
|
"decision_basis": [
|
|
"surface=web",
|
|
"mutation_authorized=false"
|
|
],
|
|
"skipped_modules": [
|
|
"qa",
|
|
"ios-qa",
|
|
"devex-review",
|
|
"benchmark",
|
|
"canary"
|
|
]
|
|
}
|
|
}
|