mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:23:03 +02:00
13 lines
293 B
JSON
13 lines
293 B
JSON
|
|
{
|
||
|
|
"title": "run-sh-wrapper-smoke",
|
||
|
|
"objective": "Define what success looks like for run-sh-wrapper-smoke.",
|
||
|
|
"acceptance_criteria": [
|
||
|
|
"Criterion 1",
|
||
|
|
"Criterion 2"
|
||
|
|
],
|
||
|
|
"out_of_scope": [
|
||
|
|
"Explicitly excluded work item"
|
||
|
|
],
|
||
|
|
"verifier": "pre-commit + task-specific tests"
|
||
|
|
}
|