Files
gstack/evals/parity/regressions/pr-1049.json
T
2026-07-21 19:19:23 -07:00

20 lines
845 B
JSON

{
"pr": 1049,
"url": "https://github.com/garrytan/gstack/pull/1049",
"title": "Refuse to log success without a persisted design doc",
"targets": [
"office-hours"
],
"anchor": "GSTACK2_FIX_1049_NO_DOC_OUTCOME",
"body": "### Artifact-verified outcome\n\nThe design doc file is the artifact of this session. Before the telemetry block runs, verify that a design doc actually persisted to disk. When no doc was written, the outcome must be `no_doc`, never `success`, no matter how productive the conversation felt. A session without a persisted artifact is not a successful session, and downstream analytics depend on that distinction to catch skipped review phases.",
"regression": {
"input": {
"design_doc_written": false
},
"expected": {
"outcome": "no_doc",
"success_allowed": false
}
}
}