mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
15 lines
498 B
JSON
15 lines
498 B
JSON
{
|
|
"intent": "Describe the expected user-visible outcome for run-sh-wrapper-smoke.",
|
|
"scope": ["Impacted modules/files", "Constraints/non-goals"],
|
|
"changes": ["Implementation summary item 1", "Implementation summary item 2"],
|
|
"verification": [
|
|
{
|
|
"command": "pre-commit run --files <changed-files>",
|
|
"result": "pass",
|
|
"evidence": "Paste command output summary"
|
|
}
|
|
],
|
|
"risks": ["Risk 1", "Risk 2"],
|
|
"rollback": ["Revert commit(s)", "Re-run validation checks"]
|
|
}
|