Files
awesome-copilot/skills/bug-receipt/assets/receipt.template.json
T
Pavel Putrenkov 71eb6045d4 Update Bug Receipt to v1.4.1 (#2632)
* Update Bug Receipt to v1.4

* Add Bug Receipt version metadata
2026-08-14 11:23:48 +10:00

21 lines
573 B
JSON

{
"version": 2,
"status": "partial",
"evidenceSource": "supplied",
"problem": "Describe the observed defect and intended behavior.",
"baseline": {
"command": "Record the exact reproduction command or interaction.",
"result": "not-run",
"evidence": "State the decisive observation, or why it could not be obtained."
},
"rootCause": {
"summary": "State the evidence-backed mechanism, or mark it unresolved.",
"evidence": []
},
"changes": [],
"verification": [],
"gaps": [
"Replace this with the exact missing proof layer."
]
}