mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
18 lines
557 B
JSON
18 lines
557 B
JSON
{
|
|
"intent": "Describe the intended user-visible outcome.",
|
|
"scope": ["List impacted modules or files", "List constraints or non-goals"],
|
|
"changes": [
|
|
"Summarize key implementation change #1",
|
|
"Summarize key implementation change #2"
|
|
],
|
|
"verification": [
|
|
{
|
|
"command": "pre-commit run --files <changed-files>",
|
|
"result": "pass",
|
|
"evidence": "Paste compact output summary here"
|
|
}
|
|
],
|
|
"risks": ["Potential risk #1", "Potential risk #2"],
|
|
"rollback": ["How to revert safely", "What to validate after rollback"]
|
|
}
|