2026-05-07 22:03:43 +02:00
|
|
|
{
|
|
|
|
|
"intent": "Describe the expected user-visible outcome for run-sh-wrapper-smoke.",
|
2026-05-07 22:08:00 +02:00
|
|
|
"scope": ["Impacted modules/files", "Constraints/non-goals"],
|
|
|
|
|
"changes": ["Implementation summary item 1", "Implementation summary item 2"],
|
2026-05-07 22:03:43 +02:00
|
|
|
"verification": [
|
|
|
|
|
{
|
|
|
|
|
"command": "pre-commit run --files <changed-files>",
|
|
|
|
|
"result": "pass",
|
|
|
|
|
"evidence": "Paste command output summary"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-05-07 22:08:00 +02:00
|
|
|
"risks": ["Risk 1", "Risk 2"],
|
|
|
|
|
"rollback": ["Revert commit(s)", "Re-run validation checks"]
|
2026-05-07 22:03:43 +02:00
|
|
|
}
|