2026-05-07 22:03:43 +02:00
|
|
|
{
|
|
|
|
|
"intent": "Describe the intended user-visible outcome.",
|
2026-05-07 22:08:00 +02:00
|
|
|
"scope": ["List impacted modules or files", "List constraints or non-goals"],
|
2026-05-07 22:03:43 +02:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-05-07 22:08:00 +02:00
|
|
|
"risks": ["Potential risk #1", "Potential risk #2"],
|
|
|
|
|
"rollback": ["How to revert safely", "What to validate after rollback"]
|
2026-05-07 22:03:43 +02:00
|
|
|
}
|