testsAndMisc/docs/superpowers/contracts/template.json

13 lines
305 B
JSON
Raw Normal View History

{
"title": "Short contract title",
"objective": "One-paragraph objective and success definition.",
"acceptance_criteria": [
"Criterion 1",
"Criterion 2"
],
"out_of_scope": [
"Explicitly excluded item 1"
],
"verifier": "Name the command(s) or gate responsible for verification"
}