mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 20:30:47 +02:00
28 lines
631 B
JSON
28 lines
631 B
JSON
{
|
|
"id": "unknown-intermittent-cause",
|
|
"prompt": "This race appears once every few runs. Establish the cause with discriminating evidence before proposing a change.",
|
|
"signals": {
|
|
"failure": true,
|
|
"cause_known": false,
|
|
"intermittent": true,
|
|
"platform": "general"
|
|
},
|
|
"expected": {
|
|
"tree": "debug",
|
|
"mode": "Diagnose-only",
|
|
"depth": "deep",
|
|
"mutation": "investigate-only",
|
|
"active_modules": [
|
|
"investigate"
|
|
],
|
|
"web_context": "optional",
|
|
"decision_basis": [
|
|
"cause_known=false",
|
|
"intermittent=true"
|
|
],
|
|
"skipped_modules": [
|
|
"ios-fix"
|
|
]
|
|
}
|
|
}
|