mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
32 lines
697 B
JSON
32 lines
697 B
JSON
{
|
|
"id": "production-threshold-watch",
|
|
"prompt": "Watch the newly deployed site against its baseline and alert only when the declared rollback limits are crossed.",
|
|
"signals": {
|
|
"surface": "production",
|
|
"deployed": true,
|
|
"repeated_samples": true,
|
|
"thresholds_declared": true
|
|
},
|
|
"expected": {
|
|
"tree": "qa",
|
|
"mode": "Report",
|
|
"depth": "deep",
|
|
"mutation": "report-only",
|
|
"active_modules": [
|
|
"canary"
|
|
],
|
|
"web_context": "production",
|
|
"decision_basis": [
|
|
"deployed=true",
|
|
"thresholds_declared=true"
|
|
],
|
|
"skipped_modules": [
|
|
"qa",
|
|
"qa-only",
|
|
"ios-qa",
|
|
"devex-review",
|
|
"benchmark"
|
|
]
|
|
}
|
|
}
|