mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 14:43:01 +02:00
16 lines
371 B
JSON
16 lines
371 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"
|
|
]
|
|
}
|