mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
27 lines
552 B
JSON
27 lines
552 B
JSON
{
|
|
"intent": "Describe the expected user-visible outcome for agent automation bootstrap.",
|
|
"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"
|
|
]
|
|
}
|