mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 11:43:10 +02:00
12 lines
355 B
JSON
12 lines
355 B
JSON
{
|
|
"subject": "Verification playbook",
|
|
"principle": "Evidence before assertions",
|
|
"required_checks": [
|
|
"Run relevant linters/formatters",
|
|
"Run relevant tests",
|
|
"Capture exact command outputs in evidence artifact",
|
|
"Record residual risks and rollback plan"
|
|
],
|
|
"forbidden_phrases": ["should work", "probably fine", "seems right"]
|
|
}
|